Posted by avlee on 02/26/07 11:30
Hello
my aim is to create left menu which heigth is on one page (for example =
500pixels).
I do not want that menu (it's black color) to grow below first page.
my css file:
#left{
float: left;
background: url('HOMEPAGEpublic/images/background.gif') 0 0 repeat-=
y;
width: 192px;
height: 500px;
background: #5a5c5c;
}
#endLeftMenu{
background: #fff url('HOMEPAGEpublic/images/lmBottom.jpg') -1px 0 =
no-repeat;
height: 11px;
width: 192px;
float: left;
margin-top: -9px;
position: relative;
}
code:
<div id=3D"left"> =
some text, some rows
</div>
<div id=3D"endLeftMenu"></div>
The problem is that when my page is large (in the center of page i have =
a =
lot of data),
this menu (it's black color) is extended to the bottom of the page.
How to prevent it ? (i want mennu only on the first page).
Thanx
Navigation:
[Reply to this message]
|