works in netscape, but not in i.e.
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
working for inernet explorer
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
}