Re: FN-FORUM: CSS Lists
date posted 20th January 2005 23:34
Nah, that doesn't seem to work. Besides, that would be aligning the
actual contents of the to the top, right?
I have discovered that it's much easier to just set the background of
the to the image I want, and then I can position that however.
Any reason why that would be inaccessible?
Cheers, Joe.
On 21 Jan 2005 00:40:16 -0000, Darren Seamark
[EMAIL REMOVED] wrote:
> If you use ...
>
> li {
> vertical-align: top;
> }
>
> For the list items the bullets move to the top of each item, but that's for
> each list item. Is that what you mean?
>
>
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Joe
> Freeman
> Sent: 21 January 2005 00:33
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: FN-FORUM: CSS Lists
>
> Hi, using CSS, how can I make the bullets (in this case images) appear at
> the top of the item? Basically, the actual list item is a couple of lines
> high (well, it's a table) and the bullet point seems to sink to the bottom,
> but I want it to stay at the top! Not sure this is making much sense, I'll
> try and draw a picture:
>
> First line of text...
> o Second line of text..
>
> But I want it to look more like this:
>
> o First line of text...
> Second line of text..
>
> Hopefully that is understandable - can anyone help me out? (Tony
> perhaps?) I suspect it's something fairly simple, but I never seem to get on
> with css lists, can't wait to see how this looks in IE!