Forum Moderators: coopster

Message Too Old, No Replies

Time over image?

php time over image

         

Underdog76

4:35 am on May 27, 2010 (gmt 0)

10+ Year Member



Can anyone tell me how to place the time over an image like this here:

<snip>

I need to know how they got the time on each image, I know it is not in the image, and I cant firugre out how they got it there.

[edited by: dreamcatcher at 6:01 am (utc) on May 27, 2010]
[edit reason] No urls please. See TOS. [/edit]

dreamcatcher

6:03 am on May 27, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Its done using a div and positioning it absolutely:

.timestamp { font-size: 0.8em; position: absolute; background: black; color: white; top: 0px; left: 0px;}

dc