I have a UL defined like so:

ul.feeds {
  list-style-image:
url(../Images/NewBlack01/feed-icon-16x16.jpg);
  list-style-position: outside;
}

ul.feeds li {
  margin: 0 0 10px 25px;
}

The text inside the LI appears lower slightly lower
(almost subscripted) to the custom image.  We usd to
fix such things with vertical-align: middle; before
CSS.  How is this corrected now?

Francesco
______________________________________________________________________
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