View Full Version : [RESOLVED] How to create this using CSS
bombfonk
10-04-2007, 03:42 PM
I'm wondering what the best way to create the following would be? I'm thinking a list, but I don't how to get the border to just show beside the left or right text, not both.
http://i20.tinypic.com/sz74zq.png
bombfonk
10-04-2007, 09:32 PM
Any suggestions? I've tried using a list for the right text, and leaving the left text out of the list but it shows up on separate lines. What do you think the best way to do this is?
Pegasus
10-04-2007, 09:34 PM
What purpose is this for? That might help us figure out the best way to go about getting things all on one line for you.
Peg
BillyGalbreath
10-04-2007, 09:42 PM
http://billy.pl3x.net/tests/bombfonk.html
;)
RysChwith
10-05-2007, 07:21 AM
You can also get it without the floating:ul { list-style-position: outside }
li { border-left: 1px solid black;
padding-left: 5px }Rys
bombfonk
10-06-2007, 08:46 PM
Thank you everyone.
BillyGalbreath
10-06-2007, 10:18 PM
You're very welcome :D
bombfonk
10-07-2007, 11:58 AM
It's for a navigation, also RysChwith what is the HTML code you used? Yours doesn't seem to work.
vBulletin® v3.6.7, Copyright ©2000-2010, Jelsoft Enterprises Ltd.