|
Posted by ernie on 09/08/05 23:15
"Jonathan N. Little" <lws4art@centralva.net> wrote in message
news:HJ0Ue.632$wR4.100646@monger.newsread.com...
> ernie wrote:
>> If i have a link,
>> <a href="some url">click this</a>
>>
>> I realize you have to click somewhere on 'click this' for the link to
>> work.
>>
>> Is there any way to make the tag wider, or to put it
>> into a wider container, and have the link work if you click
>> to the left or right of 'click this' as well?
>>
>> thanks.
>
> depends on what you wish
>
> a { display: block; width: 200px; }
>
> or
>
> a { padding-left: 2em; padding-right: 2em; }
>
> would suggest some border or background treatment to give the visitor some
> indication of the links zone...
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIO
> http://www.LittleWorksStudio.com
The width works in ie but firefox seems to ignore it.
Any idea how to make it work in firefox?
Navigation:
[Reply to this message]
|