Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > CSS > CSS Cascading Style Sheets
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 12th, 2007, 02:08 PM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 564
Thanks: 0
Thanked 4 Times in 4 Posts
Default CSS for fixed width li and right aligned text

Hi Everyone,

Here's a tricky one...

I need to duplicated the following format, preferably using only css. I have an unordered list, and need the li pieces to be right aligned with leading spaces.

o This is item 1
o This is another item
o Last One

I know its a little funky but it's what my client wants.

Thanks

Mike

Mike
EchoVue.com
__________________
Mike
EchoVue.com
 
Old March 12th, 2007, 02:19 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Code:
li    { list-style: none;
        text-align: right;
        background: url(my_little_dot.gif) no-repeat }
That is, use a background image for the dot.

--
http://yupapa.com
 
Old March 12th, 2007, 02:21 PM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 564
Thanks: 0
Thanked 4 Times in 4 Posts
Default

Genius!!

Thanks

Mike
EchoVue.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Importing Fixed Width .txt Document and Then Some! Diretemus Access VBA 8 March 26th, 2008 07:27 AM
Fixed Width text file to MSDE with C# mgudmund C# 2005 3 November 9th, 2007 05:09 AM
how to have both right and left aligned text in td pgtips CSS Cascading Style Sheets 2 July 13th, 2006 08:51 AM
Automate import (fixed width) U.N.C.L.E. Access VBA 0 February 3rd, 2006 06:55 PM
DTS Fixed Width File Import rochak SQL Server DTS 3 September 26th, 2005 09:12 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.