I'm dealing with a fixed header setup that looks like this:
<ul>
<li>
<li>
<li>
<ul style="width:932px;height:700px;margin-left:-430px;overflow-y:auto;overflow-x: hidden;">
My problem is that when I resize the browser to be smaller than the contents of the <ul>
, the vertical scroll bar disappears. Anyone have any solutions?