Re: [css-d] mir help

2006-11-17 Thread Daniel
http://webtec.tstc.edu Showing up in IE6 mainly, and IE7mac __ 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 --

Re: [css-d] mir help

2006-11-17 Thread Barney Carroll
Daniel wrote: and IE7mac ?!!! __ 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/

Re: [css-d] mir help

2006-11-17 Thread Ingo Chao
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:-9px; } h1 { background: url(i/branding_h1.jpg) no-repeat; height: 180px; width:650px; } But this is not

Re: [css-d] mir help

2006-11-17 Thread Jesse Skinner
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? I was just talking about image replacement the other day, and someone left a comment on my blog

Re: [css-d] mir help

2006-11-17 Thread Andrew Gregory
On Sat, 18 Nov 2006 00:00:20 +0800, Ingo Chao [EMAIL PROTECTED] wrote: h1#hdr { background:url(img/header.jpg) no-repeat; height:188px; letter-spacing:-9em; /* Hack to push the lettering off the background image */ margin:0; padding:0; } This is

[css-d] mir help

2006-11-16 Thread Daniel
I'm doing an image replacement, but in IE 6 (and 7?), I'm getting rid of h1 class=mirWeb Design amp; Development/h1 and replacing it with a graphic. The CSS is : .mir { text-indent:-9px; } h1 { background: url(i/branding_h1.jpg) no-repeat; height: 180px; width:650px; } Ok,

Re: [css-d] mir help

2006-11-16 Thread Ingo Chao
Daniel wrote: I'm doing an image replacement, but in IE 6 (and 7?), I'm getting rid of h1 class=mirWeb Design amp; Development/h1 and replacing it with a graphic. The CSS is : .mir { text-indent:-9px; } h1 { background: url(i/branding_h1.jpg) no-repeat; height:

Re: [css-d] mir help

2006-11-16 Thread Ingo Chao
Daniel wrote: ...it seems like the t in Development always appears on top of the graphic. A duplicated character could turn out to be the culprit, too. http://positioniseverything.net/explorer/dup-characters.html Ingo -- http://www.satzansatz.de/css.html