Please help me find out why the following isn't working in Firefox -- works fine in IE!
HTML:
<asp:HyperLink runat="server" NavigateUrl="~/ContactUs.aspx"><img class="contactus" border="0" src="images/ContactUs_200.jpg" alt="Contact Us"/></asp:HyperLink>
CSS:
body {
font-family : Verdana, Arial, sans-serif ;
font-size : 9pt;
background-image:url(../images/red.jpg);
background-repeat:repeat-y;
}
a {
text-decoration: none;
color:red;
display: block;
}
a:hover {
text-decoration: underline;
display: block;
}
.graybar {
background-image:url(../images/gray.jpg);
width:700px;
height:55px;
position: relative;
left: 100px;
padding-top: 10px;
}
.maintext {
position: relative;
left: 250px;
font-size:14px;
background-image: none;
}
.contactform {
background-color: white;
position: relative;
left: 250px;
font-size:14px;
}
.contactform table {
background-color: white;
background-image: none;
background-repeat: none;
}
.maintext ul {
font-style: italic;
list-style-type: none;
padding: 0;
margin: 0;
}
.maintext ul ul {
margin-left: 40px;
}
.graybar h2 {
position: relative;
left: 150px;
font-size: 14px;
}
.contactus {
position: absolute;
float: right;
width:200px;
height:133px;
left: 600px;
top: 350px;
border: none;
display: block;
}