But each LI needs a differnt image. A nightmare.
A simple fix to the current CSS:
Add this:
.remoteItem * {
vertical-align: inherit;
}
.remoteItem img {
padding-right: 20px;
}
Should be dead on.
On 6/9/05, Jono Young <[EMAIL PROTECTED]> wrote:
>
> Try using a list instead, and then give your
t: Re: [css-d] text vertial align problem
Try using a list instead, and then give your list items a background
image that is vertically centered and aligned to the left of the list
item.
This should help you:
http://css.maxdesign.com.au/listutorial/master.htm
On Jun 9, 2005, at 11:19 AM, Greg
Try using a list instead, and then give your list items a background
image that is vertically centered and aligned to the left of the list
item.
This should help you:
http://css.maxdesign.com.au/listutorial/master.htm
On Jun 9, 2005, at 11:19 AM, Greg Creme wrote:
I created a test page whe