css website looks good in Ie8 and FF, but not in Google Chrome
My website looks good in Internet Explorer 8 and Firefox but the part of the picure and top 开发者_如何学Pythonnavigation is laso noty in place, can anyone figur out why? For me it's a mystery.
http://www.friesecomputerservice.nl/
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;}
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.
精彩评论