Hello everyone,
I’m very new to CSS and really stuck at the moment not understanding what the problem is. Everything works in IE but in Firefox it’s completely messed up. If anyone can point me to the right direction how I can solve it I would really really appreciate that!!!
The site is:
http://www.trial.guste.co.uk
CSS code:
body{
border: 2px solid;
border-color: green;
border-width: 6px;
font: normal normal normal 80% Myriad Pro, arial, helvetica, sans serif;
color: black;
margin:0;
padding:0;
background-color: #A5967E;
}
#container {
border: 2px solid;
border-color: red;
background-color: white;
width: 960px;
height: 680px;
margin: 10px auto;
position: relative;
}
#header{
border: 2px solid;
border-color: blue;
width: 956px;
height: 85px;
margin-top: 0;
margin-left: 0;
}
#logo{
width: 144px;
height: 119px;
position: absolute;
margin-top: 0;
margin-left: 0;
position: absolute;
z-index: 1;
}
#emailbox{
border: 2px solid;
border-color: green;
background-color: #A5967E;
width: 956px;
height: 20px;
margin-top: 35px;
margin-left: 0px;
position: absolute;
z-index: 0;
}
h1{
font: normal small caps normal 0.1em Myriad Pro, arial, helvetica, sans serif;
color: white;
margin-top: 39px;
margin-left: 790px;
position: absolute;
z-index: 2;
}
#column_left {
border: 2px solid;
border-color: purple;
border-width: 2px;
width: 500px;
height: 360px;
float: left;
}
#navbar {
border: 2px solid;
border-color: black;
border-width: 2px;
width:420px;
height:42px;
float: right;
}