HighDots Forums  

Colored bullets

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Colored bullets in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bob
 
Posts: n/a

Default Colored bullets - 07-18-2004 , 03:44 PM






I would like to know if it is possible to have bullet points other than
black and how to do this
Cheers Bob



Reply With Quote
  #2  
Old   
Craig
 
Posts: n/a

Default Re: Colored bullets - 07-19-2004 , 12:16 AM






Bob,
easiest way would be to define a css style, in the list section link to your
own coloured bullet images

Craig


"Bob" <slides (AT) ihug (DOT) co.nz> wrote

Quote:
I would like to know if it is possible to have bullet points other than
black and how to do this
Cheers Bob





Reply With Quote
  #3  
Old   
Chris In Madison
 
Posts: n/a

Default Re: Colored bullets - 07-19-2004 , 09:26 AM



A quick Google search revealed many sources. Check this page and view the
source for it for a quick idea how this would be done:

http://www.intuitive.com/dhtml/Examples/fig-10-2.html

Best regards,
Chris



Reply With Quote
  #4  
Old   
ChrisRi
 
Posts: n/a

Default Re: Colored bullets - 07-19-2004 , 10:20 AM



Here's one quick example of replacing default bullets with images. See the
results from a page of mine, here:
http://www.rileyfamily.ca/mxsnowfall/realestate.asp.

I declared this in my css file...

li.pointright {
list-style:url(../_images/pointright.gif);
}

...and then applied it to the Web page like this:

<ul>
<li class="pointright">Some bulleted text</li>
<li class="pointright">Some more bulleted text</li>
<li class="pointright">Even more bulleted text</li>
</ul>

The bullet is replaced by an image of a right pointing triangle/arrow. (This
is a simplified version of how I did this one.)

Regards,

Chris



Reply With Quote
  #5  
Old   
Michael Fesser
 
Posts: n/a

Default Re: Colored bullets - 07-19-2004 , 10:43 AM



.oO(ChrisRi)

Quote:
ul
li class="pointright">Some bulleted text</li
li class="pointright">Some more bulleted text</li
li class="pointright">Even more bulleted text</li
/ul
Better put a class on the ul-element instead of having one on each and
every list item. The above code is unnecessarily bloated.

Micha


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.