On Mon, Nov 16, 2009 at 8:00 AM, Jack Timmons <[email protected]> wrote:
> }
> #footer #backToTop a{
> visibility: hidden;
> }
>
> That should accomplish what you're seeking.
>
> --
> -Jack Timmons
> http://www.trotlc.com
> Twitter: @codeacula
>
As a side note:
A quick and dirty fix to making the link clickable would be replacing
the visibility: hidden with:
#footer #backToTop a{
display:block;
height: 78px;
width: 89px;
}
And removing all the text from the anchor tag (aaaaa)
--
-Jack Timmons
http://www.trotlc.com
Twitter: @codeacula
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/