Hi
I am trying to change the letter spacing in a set of select boxes im using for navigation. The letter-spacing property works fine in firefox, exactly what i need. As usual internet explorer isnt having any of it.
Is there is a way to apply letter spacing styles to IE? Any obscure hacks or similar?
The problem is at <!-- m --><a class="postlink" href="http://www.gylesparry.co.uk">http://www.gylesparry.co.uk</a><!-- m -->, ignore the other errors, its still in early development.
Cheers allThere's not much css that will work in IE in a select, letter-spacing doesn't.
Try a different font-family or space the letters with spacer characters.the filler works quite well to space it out a bit, cheers.
the other problem is with text-align:center;
is there a workaround for this in ie?
I am trying to change the letter spacing in a set of select boxes im using for navigation. The letter-spacing property works fine in firefox, exactly what i need. As usual internet explorer isnt having any of it.
Is there is a way to apply letter spacing styles to IE? Any obscure hacks or similar?
The problem is at <!-- m --><a class="postlink" href="http://www.gylesparry.co.uk">http://www.gylesparry.co.uk</a><!-- m -->, ignore the other errors, its still in early development.
Cheers allThere's not much css that will work in IE in a select, letter-spacing doesn't.
Try a different font-family or space the letters with spacer characters.the filler works quite well to space it out a bit, cheers.
the other problem is with text-align:center;
is there a workaround for this in ie?