Joanne wrote:
> http://www.netperceptions.com.au/mynetrades/
> 
> I just uploaded the page, there must be something else in the
> stylesheet that's causing the h1 border-bottom not to show in IE6.
> Any clues?

IE/win's old 'stacking/painting' bug.
Add...
h1 {position: relative;}
...to make IE6 behave and render the heading _with_ the border in place.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to