Aliging a marquee |
Aliging a marquee |
Jun 30 2007, 03:09 PM
Post
#1
|
|
![]() Why don't you make like a hockey player, and get the puck ou ![]() ![]() ![]() ![]() Group: Validating Posts: 167 Joined: Jul 2006 Member No: 434,037 |
QUOTE <div style="position: absolute; left: 610px; top: 50px; height: 90px; width: 120px; padding: 1em;"><marquee direction="up" loop="true">Homepage up!</marquee></div> I'm using this code but I can't get it right. Website I'm almost finished with my layout completely this is the last step until I put all the content in please help asap. |
|
|
|
![]() |
Jul 4 2007, 08:04 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
I'm using this code but I can't get it right. Website I'm almost finished with my layout completely this is the last step until I put all the content in please help asap. Try using css: CODE <style type="text/css">
marquee{ position: absolute; margin-left: 610px; margin-top: 50px; width: 120px; height: 90px; padding: 1em; } </style> <div class="marquee"> <marquee direction="up" loop="true">Homepage up!</marquee> </div> |
|
|
|
Chad_man Aliging a marquee Jun 30 2007, 03:09 PM
noecougar007 CLICK HERE
Maybe that will help you. Jul 4 2007, 07:53 PM
noecougar007 Actually, this might help you more than the other ... Jul 4 2007, 07:55 PM![]() ![]() |