[css-d] div:hover

2006-02-14 Thread James MacLeod
Hey guys, I am try to figure a way of doing div#box:hover, but will work in most or all browsers. I am reluctant to use javascript because I imagine there is a method using purely css. Any ideas? James MacLeod --- Konkrete Design for New Media

Re: [css-d] div:hover

2006-02-14 Thread Christian Heilmann
Hey guys, I am try to figure a way of doing div#box:hover, but will work in most or all browsers. I am reluctant to use javascript because I imagine there is a method using purely css. Any ideas? IE 7 only supports :hover on links, not on all elements. There are a lot of fixes out

Re: [css-d] div:hover

2006-02-14 Thread David Dorward
On 14/02/06, James MacLeod [EMAIL PROTECTED] wrote: I am try to figure a way of doing div#box:hover, but will work in most or all browsers. It will just work in most browsers. Shame that doesn't include IE. You could turn to JS for just IE. You could style a link to fill the div. You