Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: [css-d] ul and checkboxes

  • To: css-d@lists.css-discuss.org
  • Subject: Re: [css-d] ul and checkboxes
  • From: Roy Schestowitz <r@schestowitz.com>
  • Date: Sat, 16 Apr 2005 10:20:07 +0100
  • Delivery-date: Sat, 16 Apr 2005 10:20:07 +0100
  • Envelope-to: roy@schestowitz.com
  • In-reply-to: <BE85F332.267C4%lists@newgeo.com>
  • References: <BE85F332.267C4%lists@newgeo.com>
  • User-agent: Internet Messaging Program (IMP) H3 (4.0)
Quoting Scott Haneda <lists@newgeo.com>:

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


[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index