Hello, I am a student having trouble with absolute position in firefox along with Safari. (It's the #date1 style.) Here is my CSS code. I took out the absolute and replaced it with the current snippet. No change. I appreciate your help.
@charset "UTF-8";
/* CSS Document */
* { margin:0;
padding:0;
}
body {
background: #000000;
text-align: center;
}
#wrapper {
margin: 0 auto;
height: 800px;
width: 1024px;
background: url(../images/site_background.jpg) no-repeat center center;
padding: 0px;
text-align: left;
}
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.li {
color: #FFFFFF;
font: 1.5em Verdana, Arial, Helvetica, sans-serif;
padding-top: 1.5em;
padding-left: 0.7em;
margin-top: .5em;
}
#headerpic {
margin: 0px;
padding: 0em;
clear: both;
position: absolute;
}
#centerpic {
padding: 0em;
margin: 14.30em 0em 0em;
text-align: center;
float: right;
}
#navigation {
text-align: left;
clear: none;
float: left;
height: 500px;
width: 225px;
margin: 17.5em 0px 0px;
padding: 0px 0px 0px 0em;
}
#footer {
text-align: right;
clear: both;
color: #FFFFFF;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
background: #5C1028;
}
#rightcolmn {
float: right;
text-align: center;
color: #FFFFFF;
margin-top: 19em;
clear: none;
}
#date1 {
position: obj.style.left = (otherObj.parentNode.offsetLeft + 10) + "px";
height: 125px;
width: 279px;
left: 316px;
top: 267px;
color: #333333;
font: 6.5em "Birch Std", "Brush Script Std";
border: thin solid #000000;
position: absolute;
margin: 0px;
padding: 0px;
right: 0px;
bottom: 0px;
}
#date2 {
font: 6.5em "Birch Std", "Brush Script Std";
color: #333333;
position: absolute;
height: 125px;
width: 279px;
left: 595px;
top: 267px;
}