2 replies [Last post]
nade93
nade93's picture
User offline. Last seen 2 years 4 weeks ago. Offline
newbie
Timezone: GMT+1
Joined: 2010-03-15
Posts: 3
Points: 5

Hey guys

Not sure what im doing wrong but my layout is not being recognised in firefox

www.fun-factor.org.uk

It is in IE and Safari but not Firefox

css i am using is

html, body, #wrapper {
    min-height: 100%;
    width: 100%;
    height: 100%;
}
 
html>body, html>body #wrapper {
    height: auto;
}
 
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
 
#wrapper {
margin:0 auto;
width:900px;
height:100%;
text-align:left;
margin-top:50px;
}
 
.clear {
clear:both;
}
 
/*---------------------------- HEADER */
 
#logo {
	width:250px;
	height:107px;
	float:left;
}
 
 
 
/*---------------------------- MAIN CONTAINER SECTION */
.col1{
width:250px;
float:left;
}
 
.col2{
width:650px;
float:right;
}
 
#cnttop {
	background: url(../img/cnt-top.jpg) no-repeat;
	width:650px;
	height:15px;
}
 
#cntmid {
	background: url(../img/cnt-mid.jpg) repeat-y;
	width:610px;
	padding-left:20px;
	padding-right:20px;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
}
 
#cntbtm {
	background: url(../img/cnt-btm.jpg) no-repeat;
	width:650px;
	height:15px;
}
 
#cntmid h3 {
	color:#e0c2d4;
	font-weight:600;
	font-size:18px;
 
}

any ideas?

Hugo
Hugo's picture
User offline. Last seen 15 hours 35 min ago. Offline
rank Moderator
Moderator
Timezone: GMT+1
Joined: 2004-06-06
Posts: 15197
Points: 2300

Validate Markup! (

Validate Markup! Sad(

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

scept1c
scept1c's picture
User offline. Last seen 5 days 12 hours ago. Offline
rank Regular
Regular
Joined: 2010-02-01
Posts: 16
Points: 17

that's strange, I usually

that's strange, I usually have issues with IE's old versions but not FF.

http://www.cms-informer.com/ PHP Content management Systems Blog and News
Articles, Information, Documentation, Blogs