Menu bar problem

liunx

Guest
I have two menu bars on one page, one on the top and another on the bottom. <br />
Every time my window resizes and horizontal scroll bar shows, bottom menu bar moves up for scroll bar width. After that I have to refresh window (IE) to mmove bottom menu bar down. What shall I do?<br />
<br />
#menu1 { <br />
background-color: #000000; <br />
border-style: solid; <br />
border-width: 2px; <br />
border-top-color: #f0f0f0; <br />
border-left-width: 0px; <br />
border-bottom-color: #ffffff; <br />
border-right-width: 0px; <br />
color: #000000; <br />
left: 0px; <br />
right: 0px; <br />
padding-left: 0px; <br />
padding-right: 0px; <br />
padding-top: 2px; <br />
padding-bottom: 0px; <br />
position: absolute; <br />
top: 0px; <br />
width: 100%; <br />
z-index: 100; <br />
} <br />
<br />
#menu2 { <br />
background-color: #000000; <br />
border-style: solid; <br />
border-width: 2px; <br />
border-top-color: #f0f0f0; <br />
border-left-width: 0px; <br />
border-bottom-color: #ffffff; <br />
border-right-width: 0px; <br />
color: #000000; <br />
left: 0px; <br />
padding-left: 0px; <br />
padding-right: 0px; <br />
padding-top: 2px; <br />
padding-bottom: 3px; <br />
position: absolute; <br />
bottom:0px; <br />
width: 100%; <br />
z-index: 100; <br />
}<!--content-->Thje first thing to do is post your url so we can have a look at it, unfortunitly what you have posted does not tell us very much.<!--content-->
 
Back
Top