works in netscape, but not in i.e.

Sharky Forums


Results 1 to 3 of 3

Thread: works in netscape, but not in i.e.

  1. #1

    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

  2. #2
    Goldfish qwe's Avatar
    Join Date
    Sep 2002
    Location
    London
    Posts
    69

    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
    }
    Possesions never meant anything to me,
    I'm not crazy.
    Well that's not true I have a bed,
    and a guitar and a dog named dog.

  3. #3
    Sleeps with the Fishes
    Join Date
    Jan 2001
    Location
    Pittsburgh (please click here to donate $5 to city budget)
    Posts
    1,246
    I can tell you whats wrong...

    YOU ARE USING FRAMES


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •