Click to See Complete Forum and Search --> : Making image move


zina
01-01-2003, 02:14 PM
Hi,

I need to make an image move using left and right keyboard
arrows. I have used 'style.xpos' and it works fine.
I there another way to do this without using 'style'?
thanks

zina
01-02-2003, 03:09 AM
Thank you for your reply, but it isn't what I meant.
Suupose your browser doesn't support 'style', is there
another way to make the image move?
(sounds strange, but got it for homework)

Stefan
01-02-2003, 04:22 AM
Originally posted by zina

Suupose your browser doesn't support 'style', is there
another way to make the image move?
(sounds strange, but got it for homework)

That sounds like a very academic and not in touch with reality homework assignment.

To find browsers that don't support CSS but do support JavaScript you will have to go back 5+ years. We are talking NS 3 and and others around that time.

In todays world 99% of websurfers are using CSS enabled browsers, but 10-15% is lacking (or have turned off) JS in their browsers.

If it's an assignment that you have to do (even though it's utterly pointless) your best bet is to visit the netscapes developer webpages and start looking for REALLY OLD JavaScript documentation from the time before and around CSS was "invented" (CSS has been around since late 1996).

Here is a link the the NS archive
http://developer.netscape.com/index-archive.html

zina
01-02-2003, 06:31 AM
Thanks.

This is exactly what I am going to say to my teacher.