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 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 where I have created the effect using tables
> > on one
> > side and css on the other. As you can see, it isn't working quite
> > right.
> >
> > http://www.ncsadvantage.com/test/layouts/test1.aspx
> >
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org <http://evolt.org> -- 
> http://www.evolt.org/help_support_evolt/
> 



-- 
Eric Ladner
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to