My bad, I thought you meant a real button, not a text-link button. This is 
fairly easy to do. The HTML would be:

<a href="/">Businesses <span>Support the Arts</span></a>


The the CSS would be:

a span {
        display: hidden:
}

a:hover span {
        display: inline;
}

You'll have to play with it to get it to work nice with your design.

-- 
Marc Luzietti
Flagship Project
Bayview Financial, L.P.
(305) 341-5624

Hi!

I'm trying to replace Text of a button when the mouse is
hovering over it.

Is there a way to do this.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to