Posted by kchayka on 06/15/05 18:49
Animesh K wrote:
>
> I wanted to know any web resources for inline lists with background
> images for each <li> component.
>
> I want it for providing thumbnails of images on a picture page.
Once you declare a list element inline, you lose the ability to set
height/width dimensions (except for line-height and padding), so your
images may well be clipped. Also note that some browsers do poorly
styling inline lists, MacIE for one.
If you're going to use list elements arranged horizontally, consider
floating them instead.
--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
[Back to original message]
|