Manuel
|
| Posted: 06/20/2005, 8:50 PM |
|
Im implementing the shopping cart example, how can I dinamically change de image position, I mean, firt record - image to the left.... second record - image to the right... next record - image to the left... and so on.
|
|
|
 |
ju2au
Posts: 7
|
| Posted: 06/24/2005, 10:52 PM |
|
You can do that by adding Javascript to your html code.
|
 |
 |
Damian Hupfeld
|
| Posted: 07/09/2005, 10:26 PM |
|
Create your grid and use lternate Rows. Set Rows to align="right" and
AltRows to align="left".
regards
Damian Hupfeld http://www.nexthost.com.au/services.php
"Manuel" <Manuel@forum.codecharge> wrote in message
news:542b78e734ba4d@news.codecharge.com...
> Im implementing the shopping cart example, how can I dinamically change de
> image
> position, I mean, firt record - image to the left.... second record -
> image to
> the right... next record - image to the left... and so on.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|