Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > HTML > HTML Code Clinic
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 30th, 2003, 01:41 PM
Authorized User
 
Join Date: Jun 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default Bullets formatting with UL tag

How can I make my bullets diamond and the color blue?
I know I can make them square by declaring a CSS style like this:
ul {
    list-style-type: square;
    }

I only want the diamonds to be blue but not the text following the bullet. How can I accomplish this? Thanks!
 
Old July 30th, 2003, 05:27 PM
Authorized User
 
Join Date: Jun 2003
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to natmaster Send a message via AIM to natmaster Send a message via MSN to natmaster
Default

there is no CSS way to do that currently that i know off except to make an image and then in CSS:


list-style-image: url(image-name.gif);

then it will use that image, rather than normal styles


----------------------------
http://aeonofdarkness.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
display bullets in a datagrid.. sarah lee ASP.NET 1.0 and 1.1 Basics 2 September 1st, 2006 12:29 PM
Something about li and ul sfs00784 CSS Cascading Style Sheets 1 July 31st, 2005 02:03 AM
Links after the <ul> tag bcat BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3 1 May 15th, 2005 10:59 PM
TREE USING UL/LI pallone Javascript How-To 11 February 16th, 2005 04:03 PM
RichTextBox Control - Bullets qadeer05 BOOK: Professional C#, 2nd and 3rd Editions 0 August 17th, 2004 04:15 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.