Jump to content

CSS website displaying weird in Firefox


fri3ndly

Recommended Posts

My website looks really bad in Firefox and on some screen resolutions in IE

 

The url is:

 

chsweb.net/clients/penhurst

 

and it looks the worst on the homepage, about us page and directors page

 

Can anyone help me?

 

It looks like the contact bar on the side is not being recognised as an element. What I really want is it to be set as a minimum height

Link to comment
https://forums.phpfreaks.com/topic/89525-css-website-displaying-weird-in-firefox/
Share on other sites

Hi, thanks for the reply.

 

I tried that but no success. This is how the css for the main parts looks:

 

body {
height:100%;
margin:0 auto;
padding:20px;
text-align:center;
font-size: 11px; 
color: #333333; 
line-height: 16px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-color:#FFF;
}

#page{
width:800px;
text-align:left;
background-color:#FFFFFF;
margin:0 auto;
}
#header{
height:110px;
}

#contentpage{
margin-left:28px;
margin-right:28px;
margin-top:15px;
padding-bottom:5px;
display:block;
}
#contentpage2{
margin-left:28px;
margin-right:28px;
margin-top:15px;
display:block;
}

#content{
padding-right:190px;
text-align:left;
height:auto;
min-height:100%;
margin:0 auto;
display:block;
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.