Re: [css-d] using css for hover like effects

2006-05-21 Thread Dave Goodchild
On 21/05/06, Sebastian Dammark <[EMAIL PROTECTED]> wrote: > > You can only use the pseudo-class hover on an a-tag like this > > .featuredmags a:hover { > background: #aaa; > color: #fff > } > > not true, you can use it on any element, it's just that IE only recognises > it when used

Re: [css-d] using css for hover like effects

2006-05-21 Thread Sebastian Dammark
-discuss.org Subject: [css-d] using css for hover like effects Hi, I've currently have a semi css, semi table layout. i want to convert everything to css, so there are some tables to be cleaned out. one of them starts like: it's used for a mouseover color change of the table. is this po

Re: [css-d] using css for hover like effects

2006-05-21 Thread Dave Goodchild
I've currently have a semi css, semi table layout. i want to convert > everything to css, so there are some tables to be cleaned out. > one of them starts like: > cellspacing="0" class="featuredmags" > onmouseover="this.style.backgroundColor='#6699ff';" > onmouseout="this.style.backgroundColor=''

[css-d] using css for hover like effects

2006-05-21 Thread nooluyo?
Hi, I've currently have a semi css, semi table layout. i want to convert everything to css, so there are some tables to be cleaned out. one of them starts like: it's used for a mouseover color change of the table. is this possible via css? thanks, alp _