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;
> }
>
>
> 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 blo
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 thi
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/
Suppor
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 -- http://css
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
_
Daniel wrote:
> I'm doing an image replacement, but in IE 6 (and 7?), I'm getting rid of
>
> Web Design & Development and replacing it with
> a graphic.
>
> The CSS is :
>
> .mir {
> text-indent:-9px;
> }
> h1 {
> background: url(i/branding_h1.jpg) no-repeat;
> height: 180px;
>
I'm doing an image replacement, but in IE 6 (and 7?), I'm getting rid of
Web Design & Development 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, to the problem...n