Log in

View Full Version : IE9 width problem


renemark
08-02-2011, 07:27 AM
Just noticed my forum view (with topics) looks different in IE9 then in IE7-8, Firefox or Chrome. It's extremely wide in IE9, like 5000px. http://tinyurl.com/3v4n6u4

What's the problem? The designer of the theme says it my changes, but I can't locate the problem.

Please help :o

renemark
08-09-2011, 09:40 AM
No one? :(

Attitude5ire
08-09-2011, 01:29 PM
Could be some stray table tag with extreme width or text indent..
But simplest way to fix it would be to Add a main container div with width 100% in header which holds it all.. I see you dont have one now.

napy8gen
08-12-2011, 02:40 AM
in the second column for ads(right). you have another table to put the ads in. I see there is an empty column before you put the ads. unused td. you can delete that.

<td valign="top"></td> <--delete this column before the right column ads

or you can put <td valign="top">&nbsp;</td>

you must put something it it. dont leave it empty. a div can be empty a table td column cannot.

I assumed that is the problem.

renemark
08-26-2011, 07:25 AM
Attitude5ire solution worked. I had to delete all the tables, adding divs instead. It probably was a problem with one of the banners, deleting them solved the problem temporary. Adding two div like the tables I had made it possible to re-add the ads..