Forum : how to increase the size of vertical rule(pipeline)
Brief description  about Online courses   join in Online courses
View Sweety  Agarwal 's Profile

how to increase the size of vertical rule(pipeline)

dear sir,

plz help me in increasing the size of vertical bar i.e home | about us | .... here i want to increase the size of vertical bar....kindle help me out.

Regards,
Sweety
Asked by Sweety Agarwal | Oct 5, 2010 |  Reply now
Replies (3)
View teacher siliconindia 's Profile
Hi

<div id=menu>Item one <span class=bar>&nbsp;|&nbsp;</span> Home <span>&nbsp;&nbsp;|&nbsp;&nbsp;</span> Community <span>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span> About us <span>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;</span> useful links <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> Site map <span>|</span></div>

using &nbsp; you can give space, but if you use UL li that is good.

Regards
Oct 6, 2010
View sweety agarwal 's Profile
#menu
{
padding-top: 20px;
padding-right: 0px;
padding-bottom: 20px;
padding-left: 20px;
color:#640032;
border:1px solid #CACACA;
}
<div id=menu>Item one <span class=bar>|</span> Home <span>|</span> Community <span>|</span> About us <span>|</span> useful links <span>|</span> Site map <span>|</span></div> <!-- wants to increase the size of vertical bars -->
Oct 5, 2010
View teacher siliconindia 's Profile
Hi

Can copy and paste your code here, let me see what code you used.

Regards
Oct 5, 2010