I've tried the same thing here that Philippe suggested, but removing the
padding on
ul#result p.link {
background: url(/_resource/image/result/bg_summary_b.gif) left bottom
no-repeat;
padding: 0 0 0.2em 22px;
height: 29px;
}
still did not do the trick.
_____
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of ????????? ??????
Sent: Friday, 7 December 2007 6:13 PM
To: [email protected]
Subject: Re: [WSG] padding on the bottom ;-)
Hello
In internet explorer
http://www.clickfind.com.au/browse-business-sub-category.cfm?categoryIdentit
y=270
The results (the box above the filter) have this padding at the bottom which
I can't seem to get rid of.
Try 'padding' instead of 'margin', i.e.
ul#result li {
...
padding: 1em 0 1em 0;
...
}
instead of
{
...
margin: 1em 0 1em 0;
...
}
If I need some padding at the top and/or bottom I use padding. Usually it
works in IE/Win
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************