Hi Tim,

> I've got an odd issue with IE (both PC and Mac) on this site:
> http://www.thesitedoctor.co.uk/BVS/Example.htm there should be a border and
> background to the h1 "Dasyatidae (Stingrays)".

I do not know whether this bug has any name or why this issue occurs
in IE, but setting the position property of the H1 heading to
relative, resolves this issue:

  #contentMain h1
    {
      position: relative;
    }

Hope that helps.

Cheers,

jens

--
Jens Brueckmann
http://www.yalf.de
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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