Log in

View Full Version : Mystery Letters in IE6



spoonman
07-04-2007, 12:12 PM
Howdy howdy howdy...

Have been building a site in css and I've found the strangest thing.. On this page (http://www.rejuvenateproductions.com/clients/craftwork/wtf.html), if you highlight the page you can see under where it says "Tub Chairs" there is a mystery "S" in the whitespace. Now if you look at the code it isn't actually there, nor have I coded anything to make this appear. Its all straight forward css. Even more bizarre, if i change the title to something like "Tub Chairz", it will be a mystery 'Z' that's plaguing me.

Here is the code for the title div that contains the repeating "s"

#shop_title {
height:39px;
width:976px;
background-image:url(../graphics/chairs/title_bg.jpg);
background-repeat:repeat-x;
float:left;
padding:10px 0 0 10px;
}

Twey
07-04-2007, 02:33 PM
Sounds like the IE6 duplicate characters bug (http://www.positioniseverything.net/explorer/dup-characters.html).