Daniel wrote:
> http://webtec.tstc.edu
> 
> Showing up in IE6 mainly, and IE7mac


This thread starts to confuse me. First, you copied this code

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


But this is not MIR.

Now, with the given URL above, the code is


h1#hdr {

        background:url(img/header.jpg) no-repeat;

        height:188px;

        letter-spacing:-99999em; /* Hack to push the lettering off the 
background image */

        margin:0;

        padding:0;

}



This is MIR. As already noted, this technique is not without flaws [1] 
(see the comments on Malarkey's page) and there are serious doubts [2]. 
Use another IR technique.

Actually, I cannot reproduce or see the remaining character "t" 
(IE7final and IE6 standalone, XP SP2, 96 dpi, 1280x1024).

Those who can see the letter would immensely help if they would report 
the settings or any other hints.

[1] http://archivist.incutio.com/viewlist/css-discuss/73414
[2] http://archivist.incutio.com/viewlist/css-discuss/73469

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
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