at left side i got "text" right side "image" here is what i cant do... if i press on "text" i want image on right side to swap with other image it should be easy but i cant handle it
and is it possible to swap "table id" ?
Christian J
Sep 12 2006, 05:15 PM
Hi!
QUOTE
if i press on "text" i want image on right side to swap with other image
This can't be done with only HTML, you must use e.g. javascript. Unless DW contains such a script you'll have to search the web for one, or write one yourself.
QUOTE
and is it possible to swap "table id" ?
You mean, change the ID of a table? Yes that can be done with javascript too.
jyrkz
Sep 12 2006, 05:17 PM
could some1 gimme some code or smth plsss
in table i got "text+image"(right side) so if i press on "text"(left side) i want it to swap to diffrent "text+image" (right side)
Darin McGrew
Sep 12 2006, 05:53 PM
QUOTE
if i press on "text" i want image on right side to swap with other image
QUOTE(Christian J @ Sep 12 2006, 03:15 PM)
This can't be done with only HTML, you must use e.g. javascript.