res1417
09-15-2007, 07:32 PM
Hello and thanks for reading - could really use some help right now.
Have been doing a page on my Mac, looks great of course in Mozilla but in IE on mac and PC there is some extra space, I tried to get rid of it by specifying height but no luck --
My CSS file snippet is:
.navigation {
vertical-align:top;
background:black;
height:100px;}
My php snippet is:
<td class="navigation"> <!-- Logo/Navigation -->
<?php include("nav.php"); ?>
</td>
[yes, I'm using a table, does that mean you'll disown me?]
Even in IE this loads fine on some pages, and on others there is a varying amount of black space below.
Any ideas???
Thanks SO much! --
Have been doing a page on my Mac, looks great of course in Mozilla but in IE on mac and PC there is some extra space, I tried to get rid of it by specifying height but no luck --
My CSS file snippet is:
.navigation {
vertical-align:top;
background:black;
height:100px;}
My php snippet is:
<td class="navigation"> <!-- Logo/Navigation -->
<?php include("nav.php"); ?>
</td>
[yes, I'm using a table, does that mean you'll disown me?]
Even in IE this loads fine on some pages, and on others there is a varying amount of black space below.
Any ideas???
Thanks SO much! --