Forum Moderators: open
[home.together.net...]
All images including backgrounds do not display only in Netscape. Any solutions?
Thanks, Wayne
I'm not able to answer your question directly, but start by checking this list [css.nu]. I've been using it a lot lately.
[validator.w3.org...]
Also, we normaly don't do, "review my site" posts...
[webmasterworld.com...]
Brett, sorry for misunderstanding the intentions of this site. As to the html validator, wow, that's pretty amazing! Of course I tested it out and it submitted many errors in code, but it doesn't answer my concern since the site works perfectly in IE but not in Netscape. I guess it's just a case of a newer, better and more "forgiving" browser. I'll live without the apparent dwindling 15% that still use Netscape.
Wayne
It's always the best idea to make your code validate when possible. Not only will you not lose out on Netscape driven traffic, but you also won't endanger your search engine rankings with "garbage" code... think of a search engine spider as another browser looking at your site. Will the spiders be as "forgiving" of bad code as IE? Maybe not... Is that a risk worth taking? I'd say no.
the right frame was changed from this:
<BASE HREF="rframe">
to this:
<!--BASE HREF="rframe"-->
and the left frame was changed from this:
<BASE HREF="lframe" target="Frame437657">
to this:
<!--BASE HREF="lframe" target="Frame437657"-->
<BASE target="Frame437657">
Thanks,
waynesworld