Re: [css-d] Interesting IE Issue

2006-04-21 Thread Tim \(The Site Doctor\)
Hi David, > Have you fixed this? < I believe so thanks, I had to add position: relative; to the h1 CSS and it seemed to sort itself :) > setting the fonts to default, and unfreezing them < Yeah I'm going to change the fonts next, I just wanted to make the layout look the same for the designer and

Re: [css-d] Interesting IE Issue

2006-04-21 Thread David Laakso
Tim (The Site Doctor) wrote: > http://www.thesitedoctor.co.uk/BVS/Example.htm there should be a border and > background to the h1 "Dasyatidae (Stingrays)". > Tim Have you fixed this? I get the border in xp_sp2 6.0-- don't know about win/5x, or mac/ie5.2, though. BTW, h2 is crossing over in ff on 2

Re: [css-d] Interesting IE Issue

2006-04-21 Thread Gunlaug Sørtun
Tim (The Site Doctor) wrote: > http://www.thesitedoctor.co.uk/BVS/Example.htm there should be a > border and background to the h1 "Dasyatidae (Stingrays)". Its there > in every other browser but not IE, does anyone have any ideas? Adding... h1 {position: relative;} ...seems to do the trick in I

Re: [css-d] Interesting IE Issue

2006-04-21 Thread Tim \(The Site Doctor\)
That's amazing, thanks Jens Tim __ 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/ Sup

Re: [css-d] Interesting IE Issue

2006-04-21 Thread Jens Brueckmann
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 positi

[css-d] Interesting IE Issue

2006-04-21 Thread Tim \(The Site Doctor\)
Afternoon / Evening / Morning Everyone, 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)". Its there in every other browser but not IE, does anyone have any ideas?