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]
*******************************************************************