I created a custom tool button for my Rad editor, and the button functions properly. I also added the following code for the icon for the button:
| <style type="text/css"> |
| .reToolbar.Vista .MySymbols |
| { |
| background-image: url("../img/rt_icon.gif")!important; |
| } |
| </style> |
However, while the icon/button show up properly in design mode of VS2005, when I run the page in IE7 I only see all the other standard toolbar buttons and my button with a small "i" in the bottom right corner.
Might someone be able to help me know what I'm missing?
Thanks!
Michael
