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
-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
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=''
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
_