Albert1955
09-04-2008, 12:26 AM
hello
the ul appears fine in IE but in Firefox it is visible in the content text
I want it below the text and with the same margin as the text
can anyone help please
relevant css is as ;
#content {
width: 900px;
position:relative;
color: #B58135;
border: 0px solid #ccc;
background: #232323;
margin: 0 auto;
height: 300px;
}
#content p {
padding: 20px 40px 0px 40px;
color: #B58135;
text-align: justify;
}
#content p span {
color: #CFA059;
}
#content ul{width:300px; height:25px; position:absolute; bottom: 0px; left:0px;}
#content li{float:left;}
#content ul li a{padding:0 0 0 0; color:#B58135; text-decoration:none;}
#content ul li a:hover{color:#CFA059; text-decoration:underline;}
thanks
A
the ul appears fine in IE but in Firefox it is visible in the content text
I want it below the text and with the same margin as the text
can anyone help please
relevant css is as ;
#content {
width: 900px;
position:relative;
color: #B58135;
border: 0px solid #ccc;
background: #232323;
margin: 0 auto;
height: 300px;
}
#content p {
padding: 20px 40px 0px 40px;
color: #B58135;
text-align: justify;
}
#content p span {
color: #CFA059;
}
#content ul{width:300px; height:25px; position:absolute; bottom: 0px; left:0px;}
#content li{float:left;}
#content ul li a{padding:0 0 0 0; color:#B58135; text-decoration:none;}
#content ul li a:hover{color:#CFA059; text-decoration:underline;}
thanks
A