On Mon, 2006-03-20 at 11:54 -0500, Les Mizzell wrote:
> I'm using an image for bullets on a list of links.
> Client want you to be able to click the bullet as well as the link.
> 
> Short of setting the list with no bullets and including the image like:
> 
> <li><img src="mybulet.gif"><a href="1xox.htm">Link Text 1 Here</a></li>
> <li><img src="mybulet.gif"><a href="2xox.htm">Link Text 2 Here</a></li>

li {
        background: url(mybulet.gif) no-repeat 0 0;
        padding-left: 15px /* width of the img */
}
<li><a href="1xox.html">Link</a></li>
...


-- 
piotr zalewa
. [EMAIL PROTECTED]
. +44 7870 419820
. www.nod.pl/pz

Attachment: signature.asc
Description: This is a digitally signed message part

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to