View Full Version : Page looking different on Netscape than on IE


gbsothere
07-14-2003, 01:39 PM
Can you help me with this? I told some people that I would try to help them with their web site and usually, I do okay. But this time, I'm having a problem getting the home page to look the same on Netscape as it does in IE. On IE, the logo name appears directly above a picture of a man running. But on Netscape, the name logo appears way off to the right (when it should look like IE.) I've emptied caches on both browsers, thrown out prefs and restarted but still, this is what I get. Can you look at my code and tell me what I'm doing wrong?

Thanks so much!

Please click here to see the page (http://www.dtccom.net/~gbpacker/fhome.html)

Geekette
07-14-2003, 04:42 PM
Hmm ... I do see what you mean. I've had trouble using the <div> tags with browsers besides IE before, but only when using relative positioning instead of absolute. You are using all absolute positioning so that can't be the problem. :-/
I did notice that you did not close the quotes at the end of all of you <div> tags, though:
VPIGNORE="TRUE>

gbsothere
07-14-2003, 11:54 PM
Thanks! It didn't fix the problem, but you're right, I did forget to close that tag. Netscape and IE just hate each other. :(

Geekette
07-15-2003, 12:12 AM
What does VPIGNORE do? I've been searching for it, but have only come up with script examples, not the actual purpose of it.