Dynadot โ€” .com Registration $8.99

Help with code!

Spaceship Spaceship
Watch

ccm

KICKASSVIP Member
Impact
4
ok,
the site I am working on now is looking decent in FF, but like ass in IE
site is:
www.surfnazi.com
also, I can't get the font to show as white in FF, but does in IE, I am sure it's a CSS thing, but that's out of my league except for minor stuff, and I really don't know what I am looking for.
Thanks in advance!
Charles
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
show us the CSS that's relevant for the "enter" link
 
0
•••
this is all the css:
Code:
<style fprolloverstyle>




<style type="text/css">
<!--
a:link { text-decoration: none;
	color: #FFFFFF;
	}
a:visited { text-decoration: none;
	color: #CD3700;
	}
a:hover { text-decoration: none;
	color: #FFFFFF;
	}
body {
	background-color: #000000;
	scrollbar-face-color: "#000000";
	scrollbar-shadow-color: "#999999";
	scrollbar-highlight-color: "#000000";
      scrollbar-3dlight-color: "#FFFFFF";
      scrollbar-darkshadow-color:"#000000"; 
	  scrollbar-track-color: "#000000";
      scrollbar-arrow-color: "#FFFFFF";
}
#top {
	width: 95%;
	clear: both;
}
#left {
	float: left;
	position: relative;
	width: 20%;
}
#right {
	position: relative;
	float: left;
	width: 80%;
}
.style1 {color: #FFFFFF}
-->
</style>
 
0
•••
Take out this line to fix it in FF:
Code:
<style fprolloverstyle="">
Otherwise looks fine to me in IE7.
 
0
•••
Dynadot โ€” .com Registration $8.99Dynadot โ€” .com Registration $8.99
Appraise.net
Unstoppable Domains
Domain Recover
DomainEasy โ€” Live Options
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back