Previous Message
Next Message

Title Tag for Background Image

Sent by Jeff Gates on 16 February 2005 18:06


Here's an interesting problem:

We use a series of background images on our front page
(http://americanart.si.edu). Each time a user goes to that page or refreshes
another image appears randomly.  I'd like to put some descriptive text
(giving some specific information about that image) when someone rolls over
it. 

Is there a way to do this (fairly easily would of course be best in this
reverse engineering project -g)?

Here's an example of the css that governs the display of the image on this
page:

#splash3
	{
	margin-left: -432px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 864px;
	height: 500px;
	background-color:#01016E;
	background-image: url(images/thayer_background2.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	}	
	

Thanks,
Jeff
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: