xiaohai23
04-29-2003, 08:13 PM
I'm trying to make a nevigation bar.
div#navigation{
postion: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
Can anyone tell me if I should use "position: absolute" or "float: left", as I only want a simple navigation bar on the left. And I tried to set height but mozilla doesn't seem to understantd this. Also, how to set the div#maincontent on the right? Thanks.
div#navigation{
postion: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
Can anyone tell me if I should use "position: absolute" or "float: left", as I only want a simple navigation bar on the left. And I tried to set height but mozilla doesn't seem to understantd this. Also, how to set the div#maincontent on the right? Thanks.