Previous Message
Next Message

Q: variable image in DIV with some text on top. Possible?

Sent by Mark Howells on 8 March 2006 14:02


> <div>
> <p class="slogan">Some text over the image</p>
> <?php include("random/rid.php"); ?>   <!-- here is the random image  
> -->
> </div>
>
> I like to have the text> Some text over the image   to be displayed on
> top of the random image.

div		{position:relative}	/* i'd add a class name if I were you, such  
as .banner */
div p	{position:absolute;top:0;left:0}

Regards
Mark Howells
www.permanenttourist.ch


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
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: