I'm doing an image replacement, but in IE 6 (and 7?), I'm getting rid of

<h1 class="mir">Web Design &amp; Development</h1> and replacing it with 
a graphic.

The CSS is :

.mir {
    text-indent:-99999px;
}
h1 {
    background: url(i/branding_h1.jpg) no-repeat;
    height: 180px;
    width:650px;
}

Ok, to the problem...no matter what I do it seems like the "t" in 
Development always appears
on top of the graphic. Opera, Netscape, and Firefox is fine, it's only 
an IE issue.  Any suggetions?
   
______________________________________________________________________
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