Popup Image Viewer question
http://www.dynamicdrive.com/style/cs...-image-viewer/
I'm using above coding on my webpage for mouseover images. The captions are displaying underlined; how do I remove that? I'm guessing that the underlining is coming from a style related to the <a> tag, but I haven't specified a style for this in the css.
I was able to override the font type (but not the underlining) in the css for the thumbnails:
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px gray;
visibility: hidden;
color: black;
font-family: Verdana;
font-size: 10px;
font-style: normal;
}
Thanks!



Reply With Quote

Bookmarks