re: graphics rollovers w/o javascript

2000-10-03 Thread Reed Powell
It might be possible to do what you want. If you can set up your page so that the image is actually the background for a table cell (instead of in an IMG), for instance, then you can define the image not in the TD but in a style sheet for the page. That allows you to then swap style sheets in

Re: graphics rollovers w/o javascript

2000-10-03 Thread Rob Keniger
on 10/3/00 10:31 PM, Reed Powell at [EMAIL PROTECTED] wrote: That allows you to then swap style sheets in the onMouseover onMouseout conditions. Umm, those triggers are JavaScript triggers. -- Rob Keniger big bang solutions mailto:[EMAIL PROTECTED] http://www.bigbang.net.au

re: graphics rollovers w/o javascript

2000-10-03 Thread Peter Theobald
onMouseover is Javascript. He is asking how to do it without Javascript. At 08:31 AM 10/3/00 -0400, Reed Powell wrote: It might be possible to do what you want. If you can set up your page so that the image is actually the background for a table cell (instead of in an IMG), for instance, then

Re: graphics rollovers w/o javascript

2000-10-03 Thread Richard Ramos
ECTED] Sent: Tuesday, October 03, 2000 9:48 AM Subject: re: graphics rollovers w/o javascript onMouseover is Javascript. He is asking how to do it without Javascript. At 08:31 AM 10/3/00 -0400, Reed Powell wrote: It might be possible to do what you want. If you can set up your page so that t

RE: graphics rollovers w/o javascript

2000-10-03 Thread Dave Watts
onMouseover is Javascript. He is asking how to do it without Javascript. ... Isn't there a way to do this with DHTML. This is only for IE. DHTML is JavaScript! Or, more accurately, DHTML is essentially the marriage of JavaScript (or other client-side scripting like VBScript) to a more

Re: graphics rollovers w/o javascript

2000-10-03 Thread Peter Theobald
e - From: "Peter Theobald" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, October 03, 2000 9:48 AM Subject: re: graphics rollovers w/o javascript onMouseover is Javascript. He is asking how to do it without Javascript. At 0