positioning image marquees |
![]() ![]() |
positioning image marquees |
Jan 27 2005, 08:20 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Apr 2004 Member No: 10,761 |
do i use a div layer?.. because i tried but it wouldnt work..
|
|
|
|
Jan 27 2005, 08:30 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
No. You shouldn't.
|
|
|
|
Jan 27 2005, 08:32 PM
Post
#3
|
|
![]() Prez of Student Council 04/05 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,888 Joined: Jan 2004 Member No: 851 |
to position where you want the marquee to be? you add left:"##" top:"##" the number is the pixels so top would be how many pixels down from the top.
QUOTE <marquee position=left:"#" top:"#"> <img src="IMAGE URL"> </marquee> you can have as much <img src="IMAGE URL"> you want in the marquee but you gotta chnage the ## to actual numbers and position it correctly. |
|
|
|
Jan 27 2005, 08:34 PM
Post
#4
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
OH. i thought it said image; just image. My computer's a little screwy right now. >_<
|
|
|
|
Jan 27 2005, 08:44 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Apr 2004 Member No: 10,761 |
QUOTE(177emories @ Jan 27 2005, 8:32 PM) to position where you want the marquee to be? you add left:"##" top:"##" the number is the pixels so top would be how many pixels down from the top. you can have as much <img src="IMAGE URL"> you want in the marquee but you gotta chnage the ## to actual numbers and position it correctly. i want a slideshow.. so do i just add more <img src="IMAGE URL"> ? |
|
|
|
Jan 27 2005, 08:45 PM
Post
#6
|
|
![]() Prez of Student Council 04/05 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,888 Joined: Jan 2004 Member No: 851 |
you mean with MORE pictures sliding across? yes add as many <img src="IMAGE URL"> as you wnat to have.
|
|
|
|
Jan 27 2005, 08:59 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Apr 2004 Member No: 10,761 |
how do i set a width for it and add transition effects?
|
|
|
|
Jan 27 2005, 09:30 PM
Post
#8
|
|
![]() Prez of Student Council 04/05 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,888 Joined: Jan 2004 Member No: 851 |
you can't add transition effects for marquees
for width... <marquee position=left:"#" top:"#" width="##"> <img src="IMAGE URL"> </marquee> there used to be a scrip for a slide show with images but it doesn't work anymore.. |
|
|
|
Jan 27 2005, 09:40 PM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Apr 2004 Member No: 10,761 |
ok.. so this is my code
it shows and all but it doesnt position right.. no matter what numbers i put in for the left and top, it remains in one place.. any idea?? |
|
|
|
Jan 27 2005, 09:52 PM
Post
#10
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 |
Add a " after the equals sign and before the last > sign.
Okay, that doesn't make sense. Change the marguee tag to this: CODE <marquee position="left:200px top:-280px width:200px"> It should work now. |
|
|
|
Jan 27 2005, 10:06 PM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Apr 2004 Member No: 10,761 |
QUOTE(MissMata @ Jan 27 2005, 9:52 PM) Add a " after the equals sign and before the last > sign. Okay, that doesn't make sense. Change the marguee tag to this: CODE <marquee position="left:200px top:-280px width:200px"> It should work now. ok i changed it like u said.. and now the width doesnt work and it still wont move.. |
|
|
|
![]() ![]() |