Welll; on my computer, it works in firefox but not in IE7. After running some tests, I noticed that if you take out the following highlighted part in your code it will then work in IE7:
Code:
<html>
<HEAD>
<STYLE>
<!--
a {text-decoration: none;
color: #4C6B05;
font-face: tahoma;
}
a:hover {color: #B5C988}
body
{
background:url(wallpaper.jpg) no-repeat;
background-attachment: fixed;
}
//--!>
</style>
<title>ReefScavengers.Com - Cleaner Crews, Inverts, Corals & More!!</title>
It would be a good idea to get your page validated just to be sure that it will work in most modern (standards-complient) browsers. Look around the web or even just these forums for info on how to do this.
Hope this helps.
Bookmarks