[css-d] Divs moving up the page

2007-06-06 Thread trevor bayliss
Hi all, I have been checking my index page with the various browser/OS combos but I get a problem with the majority (except for IE). The divs called #gw_tabView1 and .gw_aTab seem to move unexpectedly. The page can be seen here: http://216.219.94.105/index1.cfm Why is this happening? Thank you

[css-d] Divs moving up the page

2007-06-06 Thread trevor bayliss
Hi all, I have been checking my index page with the various browser/OS combos but I get a problem with the majority (except for IE). The divs called #gw_tabView1 and .gw_aTab seem to move unexpectedly. The page can be seen here: http://216.219.94.105/index1.cfm Why is this happening and how

Re: [css-d] Divs moving up the page

2007-06-06 Thread ron zisman
http://216.219.94.105/index1.cfm Basically, IE/win (all versions) is saving your layout - see: the 'hasLayout' bug. Other browsers need proper styling, since they don't have that particular bug. To get the basics working across browser-land, add... .gw_aTab {clear: left; } #footer_home