Ok, thanks for your help. These <div> tags confuse me. This site wasn't designed by me, I'm just trying to fix some bugs, this being one of them. I might just recode it totally.
BTW heres the css file if you can spot something noticably wrong.
Code: Select all
/************GENERIC SECTION************/
body {
margin:0px;
padding:0px;
font-family:verdana, arial, helvetica, sans-serif;
color:#000;
background-color:white;
/*background-repeat: repeat-x;
background-image: url(back.gif)}*/
}
h1 {
margin:0px 0px 15px 0px;
padding:0px;
font-size:28px;
line-height:28px;
font-weight:900;
color:#000;
}
h2 {
margin:20px 0px 10px 0px;
padding:0px;
font-size:12px;
font-weight:600;
}
pre {
line-height:14px;
font-size:11px;
text-decoration:none;
font-weight:400;
font-family:verdana, arial, helvetica, sans-serif;
}
p {
font:11px/20px verdana, arial, helvetica, sans-serif;
margin:0px 0px 16px 0px;
padding:0px;
}
a {
font-size:11px;
text-decoration:none;
font-weight:400;
font-family:verdana, arial, helvetica, sans-serif;
}
a:link {color:#000;}
a:visited {color:#000;}
a:hover {/*background-color:#ccc;*/
color:#F00;
text-decoration: underline;
}
img {
border-style: none;
}
html {
padding:0px;
margin:0px;
}
/************HEADER************/
#Header {
margin:30px 0px 15px 0px;
padding:17px 0px 10px 26px;
/*border-style:solid;
border-color:#ccc;
border-width:1px 0px 1px 0px;*/
line-height:11px;
/*background-color:#eee;*/
}
#EDIdescription {
// position:absolute;
top:50px;
left:240px;
width:400px;
line-height:14px;
font-size:11px;
text-decoration:none;
font-weight:400;
font-family:verdana, arial, helvetica, sans-serif;
}
#EDIlabel {
font-size:12px;
font-weight:600;
color:#008;
}
#Horizontalmenu {
color:#cc0;
// position:absolute;
top:142px;
left:30px;
width:400px;
line-height:14px;
font-size:11px;
font-family:verdana, arial, helvetica, sans-serif;
}
/************LEFT MENU************/
#Verticalmenu {
// position:absolute;
top:160px;
left:20px;
width:170px;
height:500px;
padding:10px;
/*background-color:#eee;
border:1px solid #999;
border-width:0px 1px 0px 0px;*/
line-height:17px;
}
#Productheader {
color:#008;
font-size:12px;
font-weight:600;
/*text-decoration: underline*/
}
#Solutionsheader {
color:#800;
font-size:12px;
font-weight:600;
/*text-decoration: underline*/
}
#Technicalheader {
color:#cc0;
font-size:12px;
font-weight:600;
/*text-decoration: underline*/
}
/************CONTENT************/
#Content {
margin:0px 50px 50px 230px;
padding:10px;
width:450px;
font-size:11px;
font-family:verdana, arial, helvetica, sans-serif;
}
/************FOOTER************/
#Footer {
font-size:11px;
font-family:verdana, arial, helvetica, sans-serif;
// position:absolute;
left:90px;
}
/************PAGE SPECIFIC************/
/************index.php************/
/*containing box only*/
#Producthighlightheader {
font-size:12px;
font-weight:600;
}
#Newsevents {
color:#00f;
}
#Producthighlightbox{
margin:20px 0px 0px 0px;
width:395px; /*tweak this value to line it up with the image*/
height:100px;
padding:10px;
border-style:solid;
border-color:#898989;
border-width:1px 1px 1px 1px; /* top and bottom borders: 1px; left and right borders: 0px */
line-height:11px;
background-color:#c2c2c2;
}