HTML UL LI CSS: How to change the marker to something other than disc, square, circle, or an image? -
the web filled advice & example pages how change ul li marker other dot or square or circle. many of them suggest using gif file, not prepared do.
all of these examples have 1 thing in common: don't work in firefox. mean, it's extraordinary! not 1 of them functions claimed.
the main suggestion use li:before { content: "(expression)"; };
this not work. neither when places inside <style> </style>
, nor when placed inside style=""
.
can please explain method bring real , genuine effect of changing dot/square/circle of choosing?
for example, let's make star character.
i found creative way of doing this. check out developer did css: http://nicolasgallagher.com/pure-css-gui-icons/demo/
under "user interaction" half way down made star icon using css.
is looking for?
i found, copied, pasted code snippet star icon. http://jsfiddle.net/jchwe/1/
Comments
Post a Comment