On Jun 11, 2007, at 3:12 PM, Tee G.Peng wrote:
Lastly, I did not aware we can do this ? Did a brief reading in CSS
3 spec and I tried testing it in Safari, Firefox and Opera
(thought one of the browsers has already supported some of CSS3
elements) but none of them work.
"
If images must be used for list bullets, do so only using CSS, as
with ul { list-style: url("arrow.gif") disc }"
That works perfectly fine in all 3 mentioned browsers. Even IE 7
should work reasonably.
You'll see an image 'arrow.gif', and if you have display of images
turned off in your browser, you'll a disc. It is a good practice.
CSS 1/CSS 2.1 syntax btw.
You could also write ul { list-style: disc url('arrow.gif');}
Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************