Eric & Lucile Eastman wrote: > Can anyone tell me why IE6 is positioning my text farther down the > page than Firefox?
> http://www.samallman.com/consultingservices.html Yes, it's one of the negative sides of having different 'hasLayout' triggers for IE6 and IE7. There are more than one 'hasLayout' trigger at play on that element, which complicates things a bit since it means triggers can't be avoided. The erratic expansion has to be prevented instead. First, delete this rule entirely... * html #pic ul { /*causes IE6 and 7 to behave on hover over the hotspots, courtesy Gunlaug Sortun in Norway. */ overflow: visible; } Then change the regular ul styling to this... #pic ul { height: 0; overflow: hidden; } ...and IE6, and IE7, will render pretty identical to other browsers. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/