Hello, my site looks ok in all browsers(including IE8) but in IE7 the site rendering is messed, anyone have a solution? the site is: http://wiseminds.org Thanks
Hey Adrian. With only a screenshot from browserlabs I think it's a problem with width/padding/border propierties. Maybe IE7 is rendering different sizes. Try making the content div a bit thiner.
i use float:right; and float :left; and i think there is the problem, an ideea about fixing it? thanks.
Thanks for suggestian i have managed to fix the error with floating now just some strange error is navigation. Man, i hate IE
Try floating both your content div and sidebar div left, then using margins and/or padding to position.
Ok, well done...Try validating both your css and html with these: http://validator.w3.org/ http://jigsaw.w3.org/css-validator/ Although it is not essential to validate perfectly, they can help you find obvious errors.
I have checked zhomm and are no error wich will made this bug, and i was thinking what IE dont use the W3 CSS standart.
You are right, IE is terrible when it comes to standards...Those validators are just another means of checking errors. It picks up simple thing like unclosed tags which can kill your design. But here are the 2 errors that it picks up...