On 8/1/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 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;
> }

For this to work in IE, you will need a rule on the a:hover too,
something like:

a:hover { background:# same color as the page; }

will do.


-- 
-- 
Christian Montoya
christianmontoya.com ... portfolio.christianmontoya.com
______________________________________________________________________
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