Reputation: 1929
My website looks good in Internet Explorer 8 and Firefox but the part of the picure and top navigation is laso noty in place, can anyone figur out why? For me it's a mystery.
http://www.friesecomputerservice.nl/
Upvotes: 0
Views: 248
Reputation: 5105
Change styler.css line #58
from
div#wrap_header{font-family: 'trebuchet ms';margin: 0 auto 0 auto;width: 940px;z-index: 2;}
to
div#wrap_header{font-family: 'trebuchet ms';margin: 0 auto 0 auto;width: 943px;z-index: 2;}
Upvotes: 1
Reputation: 33749
It seems that your wrap_header container is not wide enough to fit the tabs, so for some reason chrome thinks it's best to move everything to the next line.
It could very well be a rendering error, and it would be a good idea to report it to the chrome forum.
Upvotes: 1