I added the code below to my css to put a new window icon next to all my external links. This code works great in Firefox, but not exactly how I want it to work in IE 7.
I want the icon to be at the end of the link, but in IE 7 if the link continues to the next line the icon doesn’t appear at the end of the link but at then end of the first line of the link.
a[href^="http:"] {
background: url(../images/newwindow.gif) no-repeat right top;
padding-right: 10px;
}
If what I am saying does not make to sense then please look at it in IE 7 and then in Firefox. There is an example at the end of the “Upcoming Events” list on this page - http://www.nsuok.edu/studentaffairs/
thank you!