views:

29

answers:

2

Is there a way I can add a border or text shadow to text in Internet Explorer?

A: 

borders are easy, put the text in a span, and set the border of the span:

<span style="border: 1px solid red;">This text will have a border</span> the rest wont.
Patricia
A: 

For text shadows have a look at this article: (Almost) Cross Browser Text-Shadow

Dave