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
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;
}

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.