On 10/8/05 2:32 PM, "Gunlaug Sørtun" <[EMAIL PROTECTED]> wrote:

>> It appears to be a cascading issue - due to how flip-flopping the h1
>> and h2 CSS order changes the display - but I cannot pinpoint where
>> the problem is occuring.
> 
> Interference from 'voice-family hack' I think. It isn't needed anyway.
> 
>> Any idea how to fix this for IE 5.0?
> 
> h1.replace {
> padding-top: 59px;
> width: 252px;
> background-image: url(images/h1-header-logo.gif);
> background-repeat: no-repeat;
> overflow: hidden;
> height: 59px;
> heigh\t: 0;}
> 
> h2.replace {
> font-size: 130%;
> padding: 58px 0 0 0;
> width: 192px;
> background-image: url(images/h2-logo-tag.gif);
> background-repeat: no-repeat;
> overflow: hidden;
> height: 58px;
> heigh\t: 0;}
> 
> Working in IE5.0, IE6, Op, FF, Saf, IE/Mac. Can't check IE5.5.

It was the voice-family hack that was causing the second IR not to work;
replacing it with heigh\t: 0; did the trick.

Works in IE5.0, IE 5.5 IE6, Op, FF, Saf, IE/Mac.


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to