sameer.net.in
08-02-2006, 08:50 AM
i am trying to create vertical line with a DIV
code is
[/code]
.vLine{
width:1px;
height:200px;
float:left;
overflow:hidden;
background-color:#818181;
position:relative;
}
[/code]
now the problem is
i want it to have full height instead of just 200px
the content of the container div in which the vLine is placed is having variable height.
is there any way around it?
code is
[/code]
.vLine{
width:1px;
height:200px;
float:left;
overflow:hidden;
background-color:#818181;
position:relative;
}
[/code]
now the problem is
i want it to have full height instead of just 200px
the content of the container div in which the vLine is placed is having variable height.
is there any way around it?