hi there,
Can I just make images move across the screen CHANGÝNG left and top px values (in CSS..)..let the first image move up as the second image move down or to other location...can we use LOOPING for this event...thanks
Printable View
hi there,
Can I just make images move across the screen CHANGÝNG left and top px values (in CSS..)..let the first image move up as the second image move down or to other location...can we use LOOPING for this event...thanks
You may position your elements absolutely using CSS. You cannot MOVE them using CSS. CSS is basically a style sheet technology.
You can, however, use Javascript to move your elements around. That is all I have deduced from your question(s?). Can you please restate it?