WeLoveCSS Logo
Home Profile Members Search Rules Help New Posts



WeLoveCSS > PROGRAMMING LANGUAGES > Scripting and Server Side > vertical line

Reply
  Thread Tools Display Modes
Old 30th April 09, 08:42 PM   #1
lemonz
WLC Member
 
Join Date: Mar 2009
Posts: 8
Default vertical line

Hi:
How do I code a vertical line in xhtml. Like the hr tag?
regards
lemonz is offline   Reply With Quote
Old 1st May 09, 05:40 AM   #2
James
WLC Lover
 
James's Avatar
 
Join Date: Mar 2009
Location: Central Illinois
Posts: 57
Default Re: vertical line

Are you trying to style the hr tag with css?

http://webdesign.about.com/od/beginn...yle_hr_tag.htm

You're much better off designing an image.
__________________

To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.
James is offline   Reply With Quote
Old 3rd May 09, 02:55 PM   #3
Adri
WLC Member
 
Join Date: May 2009
Posts: 9
Default Re: vertical line

You can use a thin border, for example you want a border on the right side of your menu:

HTML:
Code:
...
<div id="menu">Your menu</div>
...
CSS:
Code:
...
#menu {
border-right: 1px solid #000;
}
...
Adri
__________________
*** Website in Development ***
Adri is offline   Reply With Quote
Old 5th May 09, 06:38 PM   #4
lemonz
WLC Member
 
Join Date: Mar 2009
Posts: 8
Default Re: vertical line

thanks guys - i have gone the border way:
border: thin dotted #grey;
lovely lovely
lemonz is offline   Reply With Quote
Reply


Thread Tools
Display Modes
Linear Mode Linear Mode

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:23 AM.



Home | Advertise | Contact Us | Top
Home | Advertise | Contact Us | Top

Copyright© 2006 WeLoveCSS.com. All Rights Reserved.
Powered by vBulletin Version 3.8.4 Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.