[SIZE=3][COLOR=RoyalBlue]New to CSS having trouble getting things to flow how I want them to.[/COLOR][/SIZE]
<HEAD>
<STYLE type=“text/css”>
body{
background-color: #00CC33;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
font-size:100%;
}
#wrapper{
width: 1000px;
height: auto;
background-color: #FFFFFF;
margin: auto;
text-align: left;
border: thin dotted #000000;
}
#ad {
display: block;
background-color: #5FED58; /* Color behind */
width:163px;
height:50px;
border: thin dotted #000000;
float: relative;
padding-top: 10px;
}
#topbanner {
display: block;
background-color: #5FED58; /* Color behind */
width: auto px;
height:100px;
border: thin dotted #000000;
float: relative;
}
#mainmenu {
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
background-color: #5FED58;
width: auto px;
height:20px;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
border: thin dotted #000000;
float: relative;
color: #666666;
word-spacing: 8em;
}
#lastupdated {
float: none;
border: thin dotted #000000;
background-color: #FFFFFF;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: right;
font-size: 60%;
width: auto;
height:15px;
color: #666666;
}
#adarea{
width: 793px;
height: 500px;
background-color: #555555;
margin-right: 50x;
margin-left: 200px;
margin-top: 0px;
margin-bottom: 20px;
text-align: left;
border: thin dotted #000000;
float: none;
position: static;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}
/* ******************************************************************************************************************************** /
/ ******************************************************************************************************************************** /
/ ******************************************************************************************************************************** */
/************************************** VERT-MENU *************************************/
#left_menu_home {
font-family: Verdana, Arial, Helvetica, sans-serif; / sets fonts for entire menu */
background-color: #FFFFFF;
font-size: 100%;
width: 163px;
border: thin dotted #000000;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
margin: 0px;
margin-right: 0px;
margin-left: 8px;
margin-top: 0px;
margin-bottom: 0px;
float: relative;
}
/************************************** MENU HEADERS /
#left_menu_home h1 {
display: block;
background-color: #5FED58; / Color behind menu headers /
font-size: 70%;
padding: 3px 0 3px 3px; / ( top padding | right padding | bottom padding | left padding) /
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}
/ MENU HEADERS PADDING /
#left_menu_home under_line {
list-style: none;
margin: 0px;
padding: 0px; / padding around MENU HEADERS /
border: none; / border around hole menu /
}
/ MENU ITEMS PADDING /
#left_menu_home under_line list_items {
margin: 0px;
padding: 0px;
}
/ MENU ITEMS /
#left_menu_home under_line list_items a {
font-size: 60%;
display: block;
background-color: #E9FCE8;
border-bottom: 1px dashed #C39C4E; / dotted lines /
padding: 3px 0 3px 3px; / ( top padding | right padding | bottom padding | left padding) /
text-decoration: none;
color: #666666; / menu text color /
width:160px; / width of menu items /
}
/ HOVER EFFECT *************************************/
#left_menu_home under_line list_items a:hover, #left_menu_home under_line list_items a:focus {
color: #000000;
background-color: #FFFFFF; / mouse over bg color */
}
</STYLE>
</HEAD>
<BODY>
<!-- ############################################################################# --><!-- ############################################################################# -->
<!-- ############################################################################# --><!-- ############################################################################# -->
<!-- ############################################################################# --><!-- ############################################################################# -->
<!-- ############################################################################# --><!-- ############################################################################# -->
<div id=“wrapper”>
<div id=“topbanner”></div>
<div id=“mainmenu”>Home Contact Members Client About</div>
<div id=“lastupdated”>Site last updated 13th April 2006 at 11:59pm</div>
<div id=“left_menu_home”>
<H1>SEARCH</H1> <!-- ############################################################################# -->
<under_line>
<list_items>
<TD width=“100” ><A tabindex=“2”> <B>Select Catagory</B>
</A></TD>
<TD width=“100”><A tabindex=“2”>
<SELECT name=url>
<OPTION value=“index=blended” selected> Catagories
<OPTION value=“index=stripbooks:relevance-above”> Books
<OPTION value=“index=music”> Popular Music
<OPTION value=“index=music-dd”> Music Downloads
<OPTION value=“index=classical”> Classical Music
<OPTION value=“index=dvd”> DVD
<OPTION value=“index=vhs”> VHS
<OPTION value=“index=apparel-index&platform=gurupa”> Apparel
<OPTION value=“index=local-index&platform=gurupa”> Yellow Pages
<OPTION value=“index=theatrical”> Movie Showtimes
</SELECT>
</A></TD>
</list_items>
<list_items>
<TD width=“100” ><A tabindex=“2”> <B>Select Catagory</B>
</A></TD>
<TD width=“100”><A tabindex=“2”>
<SELECT name=url>
<OPTION value=“index=blended” selected> Catagories
<OPTION value=“index=stripbooks:relevance-above”> Books
<OPTION value=“index=music”> Popular Music
<OPTION value=“index=music-dd”> Music Downloads
<OPTION value=“index=classical”> Classical Music
<OPTION value=“index=dvd”> DVD
<OPTION value=“index=vhs”> VHS
<OPTION value=“index=apparel-index&platform=gurupa”> Apparel
<OPTION value=“index=local-index&platform=gurupa”> Yellow Pages
<OPTION value=“index=theatrical”> Movie Showtimes
</SELECT>
</A></TD>
</list_items>
<list_items>
<A href="#" tabindex=“4”>
<INPUT name=“search” type=“button” value=" Search " />
</A>
</list_items>
<list_items>
<A href="#" tabindex=“4”>Advanced Search
</A>
</list_items>
<H1>NEW LISTINGS</H1> <!-- ############################################################################# -->
<under_line>
<list_items><A href="#" tabindex=“1”>Today (20) </A></list_items>
<list_items><A href="#" tabindex=“2”>Last 3 days (100) </A></list_items>
<list_items><A href="#" tabindex=“3”>Last week (2000) </A></list_items>
</under_line>
<H1>TOP 10 SEARCHES</H1> <!-- ############################################################################# -->
<under_line>
<list_items><A href="#" tabindex=“1”>1. Item </A></list_items>
<list_items><A href="#" tabindex=“2”>2. Item </A></list_items>
<list_items><A href="#" tabindex=“3”>3. Item </A></list_items>
<list_items><A href="#" tabindex=“4”>4. Item </A></list_items>
<list_items><A href="#" tabindex=“5”>5. Item </A></list_items>
<list_items><A href="#" tabindex=“6”>6. Items </A></list_items>
<list_items><A href="#" tabindex=“7”>7. Item </A></list_items>
<list_items><A href="#" tabindex=“8”>8. Item </A></list_items>
<list_items><A href="#" tabindex=“9”>9. Item </A></list_items>
<list_items><A href="#" tabindex=“10”>10. Item </A></list_items>
</under_line>
<H1>FEATURED ITEMS</H1> <!-- ############################################################################# -->
<under_line>
<list_items><A href="#" tabindex=“1”>Show all (50) </A></list_items>
<list_items><A href="#" tabindex=“1”>Reviewed items (175) </A></list_items>
</under_line>
<H1>TOP 10 STORES</H1> <!-- ############################################################################# -->
<under_line>
<list_items><A href="#" tabindex=“1”>1. Item </A></list_items>
<list_items><A href="#" tabindex=“1”>2. Item </A></list_items>
<list_items><A href="#" tabindex=“1”>3. Item </A></list_items>
<list_items><A href="#" tabindex=“1”>4. Item </A></list_items>
<list_items><A href="#" tabindex=“1”>5. Item </A></list_items>
<list_items><A href="#" tabindex=“1”>6. Item </A></list_items>
<list_items><A href="#" tabindex=“1”>7. Item </A></list_items>
<list_items><A href="#" tabindex=“1”>8. Item </A></list_items>
<list_items><A href="#" tabindex=“1”>9. Item </A></list_items>
<list_items><A href="#" tabindex=“1”>10. Item </A></list_items>
<list_items><A href="#" tabindex=“1”>* View all stores * </A></list_items>
</under_line>
</under_line>
<br>
<div id=“ad”>Ad space
</div>
<br>
<div id=“ad”>Ad space
</div>
<br>
<div id=“ad”>Ad space
</div>
<br>
<div id=“ad”>Ad space
</div>
<br>
<div id=“ad”>Ad space
</div>
<br>
<div id=“ad”>Ad space
</div>
</div>
**[COLOR=Red] <div id=“adarea”>
This Should be up where the Menu starts. <br>
This section will also have to be divided into half.<br>
It will be used to display products pulled from mySQL 2 side by side.
</div>[/COLOR]
**
</div>
</BODY>
</HTML>
[SIZE=3]** Any help appreciated.**[/SIZE]