RE: [WSG] Right aligned lists...

2005-01-26 Thread Trusz, Andrew
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of russ - maxdesign
Sent: Tuesday, January 25, 2005 5:41 PM
To: Web Standards Group
Subject: Re: [WSG] Right aligned lists...

One method is here
http://css.maxdesign.com.au/listutorial/08.htm




Should have looked a little longer. The code for a bullet is #8226; And a
better source is:

http://www.ascii.cl/htmlcodes.htm

And yes technically they are html numbers not ascii. I just remember them in
connection with ascii in the url -- although apparently I don't remember
them well.

drew


 I searched the archives and could not find an answer to my question...
 
 Is it possible to generate right-aligned lists with CSS and have the 
 bullet on the right instead of the left?
 
 TIA!
 
 EUR devendra EUR
 
 **
 The discussion list for  http://webstandardsgroup.org/
 
 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
 **

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



RE: [WSG] Right aligned lists...

2005-01-26 Thread Trusz, Andrew
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of russ - maxdesign
Sent: Tuesday, January 25, 2005 5:41 PM
To: Web Standards Group
Subject: Re: [WSG] Right aligned lists...

One method is here
http://css.maxdesign.com.au/listutorial/08.htm

===

Another method would be to replace the arrow with the ascii code for the
double angle bracket () or use some other ascii symbol. The ascii for the
 is #187; A list of the codes can be found at:

http://www.bbsinc.com/symbol.html

drew

 I searched the archives and could not find an answer to my question...
 
 Is it possible to generate right-aligned lists with CSS and have the 
 bullet on the right instead of the left?
 
 TIA!
 
 EUR devendra EUR
 
 **
 The discussion list for  http://webstandardsgroup.org/
 
 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
 **

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] Right aligned lists...

2005-01-25 Thread russ - maxdesign
One method is here
http://css.maxdesign.com.au/listutorial/08.htm



 I searched the archives and could not find an answer to my question...
 
 Is it possible to generate right-aligned lists with CSS and have the bullet on
 the right instead of the left?
 
 TIA!
 
  devendra 
 
 **
 The discussion list for  http://webstandardsgroup.org/
 
 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
 **

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] Right aligned lists...

2005-01-25 Thread Kornel Lesinski
I searched the archives and could not find an answer to my question...
Is it possible to generate right-aligned lists with CSS and have the  
bullet on the right instead of the left?
Not really.
You can easily simulate this effect using Generated Content
and maybe CSS21 counters for ordered lists.
CSS3 has ::marker pseudo-element, but I don't see any way to place it  
after the element.

Ugly hack that comes to my mind is playing with BIDI (dir=rtl?) elements,  
but I haven't tested it.

--
regards, Kornel Lesiski
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


RE: [WSG] Right aligned lists...

2005-01-25 Thread Devendra Shrikhande
Thanks Russ - purfect!

 devendra 



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of russ - maxdesign
Sent: Tuesday, January 25, 2005 3:41 PM
To: Web Standards Group
Subject: Re: [WSG] Right aligned lists...


One method is here http://css.maxdesign.com.au/listutorial/08.htm



 I searched the archives and could not find an answer to my question...
 
 Is it possible to generate right-aligned lists with CSS and have the 
 bullet on the right instead of the left?
 
 TIA!
 
  devendra 
 
 **
 The discussion list for  http://webstandardsgroup.org/
 
 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
 **

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**