Well it should work in IE, i know IE doesnt support content property anything other that?
                +5 
                A: 
                
                
              
            The only option is the the content property:
The content property is used with the
:beforeand:afterpseudo-elements, to insert generated content.
But as you point out, this is part of CSS 3 and is not supported by IE. In the meantime you will need to compensate by using JavaScript.
                  Andrew Hare
                   2009-09-16 20:00:19
                
              
                +1 
                A: 
                
                
              
            You could try using IE8.js to fix content, which might do the trick. If not, then there's nothing you can do besides background-image's with text
                  Jani Hartikainen
                   2009-09-16 20:03:00
                
              
                
                A: 
                
                
              
            The only way is JavaScript, or CSS3.
Maybe you could tell us what you need to do - then we can help.
Why can't you do it with js?
                  Allan Kimmer Jensen
                   2009-09-18 09:30:01