Double header
-
Hello. I added the code below to a Header Right Widget and the icons appeared ok in all browsers. Yet, in IE 8, it doubled my bg image of the navigation.
<img class=”facebook” src=”http://174.120.189.221/~casasdel/wp-content/uploads/2011/10/facebook_32.png”/>
Thank you for the assistance!
<img class=”youtube”
src=”http://174.120.189.221/~casasdel/wp-content/uploads/2011/10/youtube_32.png”/>this is the warning I got when I ran validation, but I don’t know how to fix it.
Warning: Error in parsing value for ‘opacity’. Declaration dropped.
Source File: http://174.120.189.221/~casasdel/recognition/
Line: 0
-
in ie9 I see one header image, one nav bar, a slideshow, and some text. Don’t see a problem.
Actually just got it fixed within the 1/2 hour. Thanks!
Any idea how to center the navigation/menu text?
I doubt if this is the best way, you’d have to change it everytime you add a new tab:
#nav ul, #subnav ul { margin-left: 100px; }but it was the best I could do in Firebug. You may want to get Mozilla Firebug yourself if you want to work with css issues.
Thanks for the help! I actually changes it to 50px, then decreased the size of the width from 955px to 842px to trick the eyey a bit and it looks way better.
Can you tell us how you fixed the double header problem please? We are having the same problem. Site looks fine in Google Chrome and Firefox, but it has a double header in IE8. Thanks!
Hey Wrstle,
It will be an html problem. I used the “web developer tools in forefox and they have them for chrome too.
Choose validate the html and it will show you what errors it has. Then correct those.
Good Luck!
Thanks! Actually, much like you did, I found the error myself right after I posted. It was as simple as leaving out a “>”.
Nice!
The topic ‘Double header’ is closed to new replies.