Log in

View Full Version : Weird issue when certain pages load in IE & FF



dawyatt
11-29-2007, 03:55 PM
Hello & HELP!!!!

I am having a weird problem with my pages loading funny, not all the time....

here is a link to the page in question:
http://www.wyattwebdesign.com/saes3/services.htm

It seems that, at times, the page loads and the text somehow spills out of the wrapper, but if you hit refresh it loads fine.

I am baffled as to why this happening.

Here is a link to a screen print of what happens:
http://www.wyattwebdesign.com/saes3/screenprint.gif

Here is my stylesheet info:

html, body {
margin: 0px;
padding:0px;
background-image:url(../images/bg.gif);
}

h1, h2, h3, h4, h5, h6, p, form {
margin: 0px;
padding:0px;
}

#wrapper {
width:900px;
margin:0px auto;
background-image:url(../images/bg2.jpg);
background-repeat:repeat-y;
background-position:center;


}

#content {
width:800px;
margin:0px auto;

}

#header {
height:70px;
}

#logo {
width:230px;
margin-top:10px;
float:left;
}

#logo h1{
font-family:"Verdana";
font-size:26px;
color:#F76B0C;
font-weight:normal;
text-decoration:none;
padding-left:3px;
padding-top: 10px;
}

#logo h4 {
font-family:"Verdana";
font-size:11px;
color:#808080;
font-weight:normal;
text-decoration:none;
padding-left:75px;
}

#links ul {
margin:0px;
padding-top:27px;
}

#links li{
float:left;
list-style-type:none;
width:110px;
height:25px;
text-align:center;
background-color:#8aa8ff;
border-left:1px solid #FFF;
padding-top:4px;
}

#links a{
font-family:"Verdana";
font-size:10px;
color:#fff;
font-weight:bold;
text-decoration:none;
}

#links a:hover{
font-family:"Verdana";
font-size:10px;
color:#ee8c62;
font-weight:normal;
text-decoration:underline;

}

#mainimg {
background-image:url(../images/main_img.jpg);
background-repeat:no-repeat;
height:132px;
text-align:right;
}

#mainimg h3 {
font-family:"Verdana";
font-size:48px;
color:#000000;
font-weight:normal;
text-decoration:none;
padding:20px 40px 0px 0px;
}

#mainimg h4 {
font-family:"Verdana";
font-size:18px;
color:#000000;
font-weight:normal;
text-decoration:none;
padding:0px 40px 0px 0px;
}

#contentarea {
clear:both;
padding:25px 0px;
}

#leftbar {
float:left;
width:559px;
border-right:1px solid #BCBDBC;
}

#leftbar h2{
font-family:"Verdana";
font-size:26px;
color:#EE8c62;
font-weight:normal;
text-decoration:none;
padding-left:15px;
padding-bottom:5px;
}

#leftbar p{
font-family:"Verdana";
font-size:13px;
color:#6C92FF;
font-weight:normal;
text-decoration:none;
padding:0px 25px;
}

#leftbar a {
font-family:"Verdana";
font-size:11px;
color:#E96b38;
font-weight:bold;
text-decoration:none;
padding:0px 0px;
}

#leftbar a:hover {
font-family:"Verdana";
font-size:11px;
color:#000;
font-weight:bold;
text-decoration:none;
padding:0px 25px;
}

#rightbar {
float:left;
width:237px;
}

#rightbar h2{
font-family:"Verdana";
font-size:26px;
color:#1F5889;
font-weight:normal;
text-decoration:none;
padding-left:25px;
padding-bottom:5px;
}

#rightbar p{
font-family:"Verdana";
font-size:11px;
color:#6C92FF;
font-weight:normal;
text-decoration:none;
padding:0px 25px;
}

.orangetext {
font-family:"Verdana";
font-size:11px;
color:#E96B38;
font-weight:bold;
text-decoration:none;
}

#bottom {
clear:both;
height:32px;
padding-top:25px;
}

#email {
width: 400px;
float:left;
margin-left:50px;
background-color:#8AA8FF;
height:27px;
padding-top:5px;
}

#email a{
font-family:"Verdana";
font-size:11px;
color:#fff;
font-weight:normal;
text-decoration:none;
padding:0px 40px;
}

#email a:hover{
font-family:"Verdana";
font-size:11px;
color:#fff;
font-weight:normal;
text-decoration:none;
padding:0px 40px;

}


#validtext {
width:400px;
float:left;
background-color:#8AA8FF;
height:27px;
padding-top:5px;
}

#validtext p{
font-family:"Verdana";
font-size:11px;
color:#fff;
font-weight:normal;
text-decoration:none;
text-align:right;
padding-right:35px;
}

#validtext a{
font-family:"Verdana";
font-size:11px;
color:#fff;
font-weight:normal;
text-decoration:underline;
}

#validtext a:hover{
font-family:"Verdana";
font-size:11px;
color:#fff;
font-weight:normal;
text-decoration:none;
}


CAN ANYONE HELP ME? I am on a deadline and had this happen as I was showing the client! Yikes!