cross-browser CSS compatibility
-
wp 1.5
for my rotating banner, i would like it to line up with another item on the page, but it is showing differently in IE and FF … in my stylesheet, i’m using:
#rotate {
background: url('/#####/rotate.php') no-repeat top;
height: 69px;
width: 500px;
border: 0px none;
margin-left: 223px;
margin-top: 17px;
}
and in my header i’m using the following to call it:
<div id="header">
<div id="headerimg">
<div id="rotate">
</div>
<div id="nav">
<?php include("navbar.php"); ?>
</div>
</div>
</div>
in FF, it now lines up with this code, in IE it is a few pixels below …
any ideas to make IE and FF show the same thing? …
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘cross-browser CSS compatibility’ is closed to new replies.