Previous Message
Next Message

ul and checkboxes

Sent by Roy Schestowitz on 16 April 2005 10:10


Quoting Scott Haneda [EMAIL-REMOVED]>:

> See screen shot:
> <http://newgeo.com/web/css/checks.jpg>
>
> I know I can remove the bullets with css, what is the best way to format
> this and not have the line wrapping issues I have, I would rather not use a
> table and do
> <td>checkbox</td>
> <td>some copy</td>
> --
> -------------------------------------------------------------
> Scott Haneda                                Tel: 415.898.2602
> <http://www.newgeo.com>                     Novato, CA U.S.A.

It seems as if you are using <img> to insert the fancy bullet and that's where
your problem lies. Try something like the following:

li{
	vertical-align:top;
	text-align:justify;
	list-style-image: url(/mybullet.png);
}

-- 
Roy S. Schestowitz
http://Schestowitz.com

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread: