Results 1 to 1 of 1

Thread: Weird issue when certain pages load in IE & FF

  1. #1
    Join Date
    Nov 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Weird issue when certain pages load in IE & FF

    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:
    Code:
    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!
    Last edited by dawyatt; 11-29-2007 at 04:19 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •