Click to See Complete Forum and Search --> : works in netscape, but not in i.e.


amackie
09-21-2003, 07:19 AM
http://www.amackie.com

I wasn't sure if I should make another thread, but I'm having more issues...I've got my site working just as I wanted in netscape, but when I load it in internet explorer, 2/3 of the information isn't visible. Can anyone explain what's wrong?

thanks,
Alden

qwe
09-21-2003, 10:58 AM
it would help if you posted the code and showed what wasn't working.

if you are using a WYSIWYG webpage editor, then there should be an option to make it cross platform compatible. Otherwise you could try altering your code to check for browsers. Somthing like:

if (document.all)
{
do internet explorer stuff
}

else {

do nestcape stuff
}

Skeelo
09-23-2003, 02:11 AM
I can tell you whats wrong...

YOU ARE USING FRAMES

:)