I've searched high and low, but to no avail..., i need help with en effect |
![]() ![]() |
I've searched high and low, but to no avail..., i need help with en effect |
Jun 8 2006, 01:37 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2006 Member No: 420,195 |
i was wondering if it's possible to have text scrolling up or down over a picture. i've searched around and tried to figure it out but i'm having trouble. I used the <img src=URL> for the picture and then a marquee code right under it, but I don't know how to get the text to scroll on top of the picture. if anyone could help, it would be greatly appreciated.
thanks! |
|
|
|
Jun 8 2006, 09:18 AM
Post
#2
|
|
|
Fuck you ![]() ![]() ![]() ![]() Group: Member Posts: 244 Joined: Nov 2005 Member No: 302,735 |
create a div then set ur picture as the div's background image... inside the div you can add a marquee which would scroll over the image I think
CODE <div style="height: 100px; width: 100px; overflow: auto; background-image: url("www.bleh.com");">
<marquee direction="up" scrollamount="3"> bleh </marquee> </div> |
|
|
|
![]() ![]() |