Log In · Register

 
 
Closed TopicStart new topic
Aliging a marquee
Chad_man
post 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. _smile.gif
 
noecougar007
post Jul 4 2007, 07:53 PM
Post #2


Member
**

Group: Member
Posts: 23
Joined: Jun 2007
Member No: 535,452



CLICK HERE

Maybe that will help you.
 
noecougar007
post Jul 4 2007, 07:55 PM
Post #3


Member
**

Group: Member
Posts: 23
Joined: Jun 2007
Member No: 535,452



Actually, this might help you more than the other site. Sorry!
 
YourSuperior
post Jul 4 2007, 08:04 PM
Post #4


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



QUOTE(Chad_man @ Jun 30 2007, 03:09 PM) *
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. _smile.gif

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>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: