I should know this one by now... But I can't seem to fix the discrepencies between IE and Firefox on this one. Anyone bored and want to help?

http://yellowspringsfarm.com/YSFnew/

body { 
font: 18px Verdana, Arial, Sans-Serif; 
background: #FFFFFF; 
color: #000000; 
text-align: center;
}

a { 
color: #FFFFFF; 
text-decoration: none; 
}

#wrapper { 
margin: 0 auto;
text-align: center;
width: 854px; 
background: #FFFFFF;
}

#header {
height: 400px;
margin: 0px;
text-align: center; 
}

#navbartop {  
margin: 0;
padding: 0;
text-align: center;
}

.topitem {
float: left;
text-decoration: none;
margin: 0 14px 0 0;
padding: 20px 15px 15px 15px;
font-size: 18px;
font-weight: bold;
background: #6EB43F;
height: 50px;
color: #FFFFFF;
}


#sidebar {
float: left;
width: 300px;
}

.tabitem {
text-decoration: none;
margin: 14px 10px 0 0;
padding: 6px 10px 6px 8px;
font-size: 18px;
font-weight: bold;
background: url('images/navbar.gif');
color: #FFFFFF;
}

#content {
clear: both;
background: #FFFFFF; 
color: #000000;
padding: 2px 0px;
text-align: left;
}

.sidebox {
float: right;
width:200px;
padding: 10px;
margin: 40px 0 0 20px;
background: #EDF5E7;
font-style:italic;
font-weight: bold;
}

#footer {
margin: 20px 0 0 0;
padding: 5px;
font-size: 12px;
background: #FFFFFF; 
}

#footer p {
margin: 0;
}

Recommended Answers

All 3 Replies

Please?

Your HTML ..?

Agreed we cant help if we cant see the code, please post a copy of your code and css and we will be glad to help where we can.:)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.