Re: [WSG] css instead of JS(ajax)

2005-11-08 Thread Carolyn Diaz
The closest I've seen in css can be found at http://www.cssplay.co.uk/menus/expand.html. Good luck! CarolynOn 11/8/05, Jad Madi [EMAIL PROTECTED] wrote: Hi,any idea if it's possible to create menu like this one pure css without JS

Re: [WSG] css instead of JS(ajax)

2005-11-08 Thread Wayne Douglas
That has about as much to do with AJAX as my mother does. Whats wrong with using the fisheye widget? Dojo code is standards compliant, effiecientJS. Why would you try to do something like that in _pure_ CSS? If your going to do that you might as well try to do it in plain text aswell. HTH w

Re: [WSG] css instead of JS(ajax)

2005-11-08 Thread Marko Mihelcic - founder of mcville.net (http.//www.mcville.net)|(http://board.mcville.net)
My point exactly why not use JS ? 2005/11/8, Wayne Douglas [EMAIL PROTECTED]: That has about as much to do with AJAX as my mother does. Whats wrong with using the fisheye widget? Dojo code is standards compliant, effiecient JS. Why would you try to do something like that in _pure_ CSS? If

RE: [WSG] css instead of JS(ajax)

2005-11-08 Thread Paul Noone
Using a PNG you could achieve a similar effect. This was actually demoed at WE05. You should be able to find the presentation and podcast on the WE05 website. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jad Madi Sent: Wednesday, 9 November 2005 6:17

Re: [WSG] css instead of JS(ajax)

2005-11-08 Thread Patrick H. Lauke
Paul Noone wrote: Using a PNG you could achieve a similar effect. Did you mean SVG? -- Patrick H. Lauke __ re·dux (adj.): brought back; returned. used postpositively [latin : re-, re- + dux, leader; see duke.] www.splintered.co.uk |

RE: [WSG] css instead of JS(ajax)

2005-11-08 Thread Paul Noone
Damn these infernal acronyms. ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick H. Lauke Sent: Wednesday, 9 November 2005 9:10 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] css instead of JS(ajax) Paul Noone wrote: Using a PNG you could

Re: [WSG] css instead of JS(ajax)

2005-11-08 Thread Samuel Richardson
You would have to use javascript to detect the mouse position over the icons to correctly scale the image, you might be able to go from having a small icon to a large icon just using CSS. PNGs will allow you to have nice alpha blending around the edges of the images not matter what the

Re: [WSG] css instead of JS(ajax)

2005-11-08 Thread Richard Czeiger
. R :o) - Original Message - From: Marko Mihelcic - founder of mcville.net (http.//www.mcville.net)|(http://board.mcville.net) [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Wednesday, November 09, 2005 6:40 AM Subject: Re: [WSG] css instead of JS(ajax) My point exactly why