HighDots Forums  

Links and Padding

alt.html alt.html


Discuss Links and Padding in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chris
 
Posts: n/a

Default Links and Padding - 08-01-2006 , 04:09 PM






I have an image which acts a link. It has padding on it and a background
image which is part of the effect. Is there any way of this padding being
clickable as well as the link. See the link below.

<div class="test" style="padding-bottom:20px; background:#eeeeee;
width:100px">
<a href="test.asp">
<img src="home_01_imageready_04.gif" /></a>
</div>



Reply With Quote
  #2  
Old   
jojo
 
Posts: n/a

Default Re: Links and Padding - 08-01-2006 , 04:33 PM






Chris wrote:
Quote:
I have an image which acts a link. It has padding on it and a background
image which is part of the effect. Is there any way of this padding being
clickable as well as the link. See the link below.

div class="test" style="padding-bottom:20px; background:#eeeeee;
width:100px"
a href="test.asp"
img src="home_01_imageready_04.gif" /></a
/div


See "CSS troubles" <1154345067.362745.82540 (AT) b28g2000cwb (DOT) googlegroups.com
and the replies.

Short summary:

1. make the <a> display:block
2. add the padding to the <a>
3. add a width to the <a> (If you don't it will work in FF and Opera,
but break in IE)

Done.


Reply With Quote
  #3  
Old   
Chris F.A. Johnson
 
Posts: n/a

Default Re: Links and Padding - 08-01-2006 , 05:25 PM



On 2006-08-01, Chris wrote:
Quote:
I have an image which acts a link. It has padding on it and a background
image which is part of the effect. Is there any way of this padding being
clickable as well as the link. See the link below.

div class="test" style="padding-bottom:20px; background:#eeeeee;
width:100px"
a href="test.asp"
img src="home_01_imageready_04.gif" /></a
/div
Put the padding in the anchor, not the div.

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.