Div Profile |
Div Profile |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 183 Joined: May 2006 Member No: 408,617 ![]() |
Hello, I'm just curious to whether or not it is possible to place falling objects over a div layout, and if so, how? I would also like to know how to place my entire (div)profile into a scroll...? Your help would be very muchly appreciated, thank you!
|
|
|
![]() |
*WHIMSICAL 0NE* |
![]()
Post
#2
|
Guest ![]() |
To make those dropping things you need to repeat a code, but here's a code:
CODE <marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:115px; top:160px; width:16px; height:440;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:178px; top:180px; width:16px; height:330;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="6" style="position:absolute; left:212px; top:240px; width:16px; height:380;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:248px; top:200px; width:16px; height:400;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:290px; top:190px; width:16px; height:340;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:319px; top:180px; width:16px; height:310;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:389px; top:180px; width:16px; height:250;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:430px; top:180px; width:16px; height:280;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:445px; top:200px; width:16px; height:340;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:465px; top:200px; width:16px; height:240;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="1" style="position:absolute; left:546px; top:200px; width:16px; height:230;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:555px; top:190px; width:16px; height:420;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:609px; top:170px; width:16px; height:450;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:637px; top:240px; width:16px; height:430;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:642px; top:190px; width:16px; height:310;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:656px; top:210px; width:16px; height:210;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="6" style="position:absolute; left:682px; top:230px; width:16px; height:360;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:752px; top:200px; width:16px; height:270;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="1" style="position:absolute; left:768px; top:150px; width:16px; height:200;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:679px; top:160px; width:16px; height:250;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="5" style="position:absolute; left:605px; top:250px; width:16px; height:370;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="2" style="position:absolute; left:689px; top:180px; width:16px; height:370;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="4" style="position:absolute; left:295px; top:180px; width:16px; height:490;">OBJECT</marquee> <marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:540px; top:230px; width:16px; height:240;">OBJECT</marquee> You need to change "Object" to whatever you want to fall down your page. You also need to change the width and height of the object. Don't change the left and top. |
|
|
![]() ![]() |