Click to See Complete Forum and Search --> : table layout jumping with mozilla


Rene Bug
05-25-2006, 10:28 AM
Hi am having problems with a site I have designed www.mbugmusic.net (http://www.mbugmusic.net)

The main layout table renders fine in IE but jumps slightly from side to side on some pages.

Anyone have a suggestion how to fix this?

I realise I should have done it with div and css and am planning to convert it when I have the time but would like a fix in the meantime.

Any help would be apprechiated

nataliemac
05-25-2006, 11:37 AM
I think it's only being caused by the scrollbar.

IE always reserves about 20 pixels on the right side of the screen for a scrollbar which is grayed out when not needed. Mozilla, on the other hand, only places a scrollbar on the right when it's needed. The slight change in the width of the view makes things appear to "jump" left and right as you click between pages that scroll and those that don't.

--Natalie