I have a site www.cleardesignstudio.co.uk that i am playing about with and currently using the andreas template, however it looks fine when you use IE but its all messed up when you use firefox.. this is also happening at another site that i am working on www.ecommerce.cleardesignstudio.co.uk.
Please Help
Works in IE but not Firefox
Re: Works in IE but not Firefox
You need to give the header a height...
for the first one, since you insist on putting the image in the HTML,...
#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 200px;width:760px;overflow:hidden;
}
for the second one try...
div#header {
height: 160px; /* adjust according your image size */
background: #ffccff;
}
for the first one, since you insist on putting the image in the HTML,...
#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 200px;width:760px;overflow:hidden;
}
for the second one try...
div#header {
height: 160px; /* adjust according your image size */
background: #ffccff;
}
Re: Works in IE but not Firefox
Thanks Mark
Correct Advice Again, your a credit to CMSMS and the forum a like

Correct Advice Again, your a credit to CMSMS and the forum a like










