IT.COM

How to change the bullet size and color?

Spaceship Spaceship
Watch
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
I'm not sure how or if it's even possible to change just the list bullet size or color with out changing the text that's in it.

You change try something like this though:


Code:
<font size="10" color="red"><li>TEXT OR LINK HERE</font></li>

:beer:
 
0
•••
Thanks deadserious. I tried it. The bullet color is changed but the size cannot be changed.
 
0
•••
0
•••
Thank you, bchsys2. Can you give me your code?
 
0
•••
sure.

just link a css to your page and have the following in your css code. You will see that my bullet style is actually an image...

Code:
ul {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; color: #0F143F; 
  list-style-image: url(../images/dot.gif); 
  list-style-type: none;
}
 
0
•••
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back