PDA

View Full Version : cross platform problem with table alignment


BuckFu
10-07-2002, 05:13 PM
Hi everyone, I'm hoping some of you can take a look at this and help me out. I am having a bugger of a time trying to figure out what is wrong with my code so that everything displays properly in IE and Netscape 4.08. (it looks right in IE & NS6.2 but not NS4.0)

click here to see the page (http://www.buckfu.com/TP/home.html)

the banner and menu list will not 'stick' to the left side and shift with resizing the window. I can't figure this one out.

Thanks in advance for any and everyone's help.

requestcode
10-07-2002, 05:27 PM
In Netscape 4 version browsers you need to issue a reload when the window is resized. Try this in your body tag:
<BODY onResize="window.location.reload()">

BuckFu
10-07-2002, 05:38 PM
Well I added that piece of code, but it still shifts side to side (the banner images and the menu links move to the right and away from the left random image at the left).

*edit* if the window is too small for the content it, like continiously reloads the page over and over too....weird.

Not sure how to force it to stay to the left.


Thanks for your help, this site really rocks and has good people.

BuckFu
10-07-2002, 06:01 PM
well I think I got it now....I went back to square one and recreate the tables from scratch....seems to be working now. thanks for your help