Unless it's something complicated, CSS is usually the way to do it and
avoid scripting altogether.  Note that you can change more than one
element's style using a little CSS trick:

a:hover {
   /* change the A tag style */
}
a:hover span {
   /* change the SPAN inside the A, including the A style above */
}

Works in FF, IE6+, Opera, Safari, and more :-)

~ Collin


On Sep 6, 11:09 am, howa <[EMAIL PROTECTED]> wrote:
> Something like what dreamweaver provide, are there such as plugin in
> jQuery?
>
> Thanks.

Reply via email to