| Author |
CSS question
|
colin shuker
Ranch Hand
Joined: Apr 11, 2005
Posts: 712
|
|
Hi, I have several images that use an ID:
These are displayed with
<br />
<br /> But what I want to do is have N different images under the ID's mover0,mover1,...mover(N-1)
<br />
<br /> I don't know if I can do this inbetween the style tags, can anyone help? Thanks>
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
set the position with just JavaScript and skip the css.
Eric
|
 |
colin shuker
Ranch Hand
Joined: Apr 11, 2005
Posts: 712
|
|
Thanks, I thought about that, but then stopped thinking about it.
I just tried
Then I put name="t0" in the IMG tag for t0 image.
It doesn't seem to work though, I'm not sure what I'm doing wrong, I need absolute positioning also.
Any ideas?
|
 |
colin shuker
Ranch Hand
Joined: Apr 11, 2005
Posts: 712
|
|
I think I've done it now
And I can change position on mouse click with
So I should be ok now. Thanks
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Eric
|
 |
 |
|
|
subject: CSS question
|
|
|