Dear All, I have a problem that i cant fix. All browsers my website performs oke, except in ie7 my left and right bar move to the bottom of the page! Is there anyone that can tell me whats going wrong ? Thee website: http://tinyurl.com/7j28s4c Already Thank you very much!
Have you tried your website on IE 8 or IE 9? I think it is better to test on latest version of IE, it will give you better result.
Yeah ie9 is working perfectly, but the client works with ie7 on all his pc's just want to be sure it works on every browser
Tell the client that the guy who wrote the markup for this didn't understand the basics of html and that's probably the cause of it. He should find someone else to work on this.
ie7 uses the boxmodel slightly different (something about borders, paddings and margins that are calculated a bit different) use a css file specially for ie7 or ie7 and lower , and prob make yr wrapper a bit wider, (just a few pixels), problem solved for sure
and maybe good tip ---> USE GOOGLE check this link : css-tricks.com/132-how-to-create-an-ie-only-stylesheet
Found it, html error was causing the problem! some table wasnt correctly closed. Strange it was only ie7/ie8 related. But its fixed! Thanks for the help and love!