Forum Moderators: not2easy
CSS:
body{
margin: 0;
padding: 0; /* required for Opera */
color:black;
}
#wrapper {
float:right;
width:78%;
}
HTML:
<div id="wrapper">
<p>Main content here</p>
<p>Main content here</p>
<p>Main content here</p>
<p>Main content here</p>
<p>Main content here</p>
<p>Main content here</p>
</div>
<form method="post" action="" onsubmit="return false;">
<select onchange="location.href=this.value;">
<option>Option</option>
<option value="page1.htm">Page One</option>
<option value="page2.htm">Page Two</option>
<option value="page3.htm">Page Three</option>
</select>
</form>
<ul>
<li><a href="page.htm">Link 1</a></li>
<li><a href="page.htm">Link 1</a></li>
<li><a href="page.htm">Link 1</a></li>
<li><a href="page.htm">Link 1</a></li>
</ul>