IE not displaying flashfader header properly
-
This site works fine in Firefox, but in IE6 and 7 the fading header is way to the right.
There is an IE css file, but I have no idea how to begin fixing this issue.
In order to get both the header image (with the logo) to show up under the navigation bar AND the flashfader header, I had to add a second header, called header2.
Here’s the IE code that is in the special css file:
#navigation { float: left; } #navigation ul { float: right; } #header2 { float: right; } #navigation li.active a:link, #navigation li.active a:visited { color: #555555; background-color: #ffffff; } #content-wrapper { width: 76%; } #content pre { width: 360px; overflow: hidden; } #wrapper h3.post-title a:link, #wrapper h3.post-title a:visited { border-bottom-width: 0; } #extras { padding-right: 0; margin-right: 0; margin-left: 8px; padding-left: 0; } #extras #friends ul { padding-left: 0; margin-left: 20px; } #extras #links { width: 250px; }
The topic ‘IE not displaying flashfader header properly’ is closed to new replies.