vertical line between article and blocks


Author Message
Sanjeeva

Posted: 6/21/2009
Quote message 

Hi,

How can I add a vertical line between articles (posts) and blocks (menus)? (ex: in http://sethgodin.typepad.com/ there is a long vertical line between posts and menus)

Thanks in advance.

 
Garry

Posted: 6/21/2009
Quote message 

It is a thin vertical line image which is inserted between articles (posts) and blocks (menus), you can insert a thin vertical image on right side of your block (manu) div, it can be achieved by assigning "float:right" property to your line image.
 
Joerg

Posted: 7/6/2009
Quote message 

Hi,
I don't quite get that.

I wuold like to achieve the same but was initially thinking of adding a
<div style="width: 1px; height: 160px; background-color: blue"></div>
is this possible?

If not:
Where exactly should I put in the image?
You said it should go into the div of the block. but I do not have a (manu) div but only a (menu) which I presume is the style for the artisteer created Manue-bar.

thanks in advance,
joerg

 
Bud

Posted: 7/6/2009
Quote message 

Actually it's a vertical line formed by the right border of the sidebar.

Here's the code from Firebug...

border-right:1px solid #999999;


You can do this in Artisteer if you create a theme without any borders around the articles and blocks. Then use Firebug to find the CSS associated with the column and edit the CSS to add the border.