get background repeat, plus Firefox issues...
Posted: Wed Jan 10, 2007 4:02 pm
Hey there,
If someone gets a chance, can you look at my first CMS site both in Firefox and IE: http://reinwiththeprogram.com/
You'll see the major display differences!! Please help with the Firefox issues - no image on the left, center image has somehow wrapped itself, etc.
--------------
Also... how do I get my background image to repeat horizontally and have it be on top of a solid colour background? this issue seems to be the same across browsers, but works fine in GoLive where I wrote the site - ?
Here is the initial css:
body{
font-family:Verdana, Arial, sans-serif;
line-height: 120%;
background: url(http://reinwiththeprogram.com/uploads/i ... ckgrad.jpg) repeat-y top left;
font-size:0.8em;
color:#fff;
font-weight:normal;
margin:0;
padding:0;
}
/*left column*/
#pageHeader{
position:absolute;
top:0;
left:0;
background:url(http://reinwiththeprogram.com/uploads/i ... thorse.jpg) no-repeat fixed top;
height:670px;
width:220px;
z-index:6;
}
#pageHeader2{
position:absolute;
top:0;
left:220px;
background:url(http://reinwiththeprogram.com/uploads/i ... ntitle.jpg) fixed top;
height:120px;
width:504px;
z-index:5;
}
#menuhor{
font-size:0.85em;
line-height: 120%;
overflow:hidden;
position:absolute;
top:122px;
left:224px;
height:140px;
text-align:left;
width:480px;
z-index:3;
}
#menuhor a{ text-transform:uppercase; }
#maintext{
position:absolute;
top:130px;
left:224px;
text-align:justify;
width:480px;
z-index:4;
}
I am new to doing entire layouts in CSS - couldn't seem to get this fixed with the w3schools.com help either - what did I miss?
Thanks SO much!
If someone gets a chance, can you look at my first CMS site both in Firefox and IE: http://reinwiththeprogram.com/
You'll see the major display differences!! Please help with the Firefox issues - no image on the left, center image has somehow wrapped itself, etc.
--------------
Also... how do I get my background image to repeat horizontally and have it be on top of a solid colour background? this issue seems to be the same across browsers, but works fine in GoLive where I wrote the site - ?
Here is the initial css:
body{
font-family:Verdana, Arial, sans-serif;
line-height: 120%;
background: url(http://reinwiththeprogram.com/uploads/i ... ckgrad.jpg) repeat-y top left;
font-size:0.8em;
color:#fff;
font-weight:normal;
margin:0;
padding:0;
}
/*left column*/
#pageHeader{
position:absolute;
top:0;
left:0;
background:url(http://reinwiththeprogram.com/uploads/i ... thorse.jpg) no-repeat fixed top;
height:670px;
width:220px;
z-index:6;
}
#pageHeader2{
position:absolute;
top:0;
left:220px;
background:url(http://reinwiththeprogram.com/uploads/i ... ntitle.jpg) fixed top;
height:120px;
width:504px;
z-index:5;
}
#menuhor{
font-size:0.85em;
line-height: 120%;
overflow:hidden;
position:absolute;
top:122px;
left:224px;
height:140px;
text-align:left;
width:480px;
z-index:3;
}
#menuhor a{ text-transform:uppercase; }
#maintext{
position:absolute;
top:130px;
left:224px;
text-align:justify;
width:480px;
z-index:4;
}
I am new to doing entire layouts in CSS - couldn't seem to get this fixed with the w3schools.com help either - what did I miss?
Thanks SO much!