Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Ok the basic setup of main content and sidebar and there should be the thin line in between them. Is there a way of making it in pure css?

<row>
<div span6>
<div span1 divider>
<div span5>
</row>

So that divider would be one thin line and it would have 100% height? I know I can set the height in jquery or just skip it but just wondering...

share|improve this question
Nothing in the related section (at the right) which solves your problem? – PeeHaa 埽 May 5 '12 at 16:46
have you tried w3schools.com/tags/tag_hr.asp ? – iNs May 5 '12 at 16:48
Never heard about a <row> element. Also, how can a thin line have 100% height? What does that mean? – bažmegakapa May 5 '12 at 16:54
Make proper HTML first, what you have right now is not HTML. – xFortyFourx May 5 '12 at 17:01
1  
hope it's pseudo-code ;) – Jirka Kopřiva May 5 '12 at 17:08
show 1 more comment

1 Answer

My opinion - if there is not fixed height (of .row) for using border-left there is only the posibility to use repeating backround image. (Some dots and repeat-y in .row )

share|improve this answer
now its just divs, lazy typo. I mean there's three divs and the one in between should be equal in height to left or right column which ever is the longest – client May 5 '12 at 19:11

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.