OK on Netscape, Firefox, Not OK on IE

R

Rich

Recently published to a site from FrontPage 2000. Everything looks good on
Netscape and Firefox, but only the home page displays properly when viewed
on Internet Explorer.

Any suggestions on where to look for the problem.

the site is:

http://www.omenalots.com

Thanks for the help.

Rich
 
R

Rob Giordano \(Crash\)

Why is Lot24 a form Submit button?

Looks the same on IE as FF if you manually type in the page urls.
 
R

Ronx

In appearance, there is no difference that I can see between FireFox
and IE6.
The navigation works in FireFox (though I do not know why) and fails
in IE.

One way of using form buttons for navigation is:
<form>
<input type="button" value="Home"
onclick="document.location.href='/index.htm';">
<input type="button" value="Lot 26"
onclick="document.location.href='/path/lot26.htm';">
<!--more buttons-->
</form>

This method requires JavaScript active on the clients browser.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top