I am completely lost with what's happening here. I've exhausted all the online solutions I could find, but nothing seems to be working.
Adding clear styles isn't effective, and using overflow:auto is not an option as I'm positioning the navigation just outside the wrapper. You can see the issue in this example:
Below is the code that I need some assistance with:
@CHARSET "ISO-8859-1";
* {margin:0;padding:0;}
html, body
{
background-color: #dcdcdc;
padding: 0px;
margin: 0px;
height: 100%;
font-family: Tahoma, Arial;
}
.
.
. (Code continues)
.