View Full Version : Resolved Styling the title in Thumbnail Image Viewer
kiwibrit
05-11-2010, 02:59 PM
How may I use CSS to style the font when the title is used for the pop-up image in Image Thumbnail Viewer? (http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm)
azoomer
05-11-2010, 03:42 PM
You could try this:
#thumbBox {
cursor: pointer;
color: red;
font-family: tahoma;
font-size: 20px;
font-style: italic;
}
kiwibrit
05-11-2010, 04:04 PM
Spot on. Many thanks.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.