Works in Firefox but not in IE

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Works in Firefox but not in IE

    I have a webpage that when published looks exactly how I want it to in firefox but not in Internet Explorer. The problem is it shows the bulleted list in Firefox but not in IE. How can I fix this?
    Aqinb Guest

  2. Similar Questions and Discussions

    1. FlvPlayer works with FireFox but not with IE
      Hi, I created a FLV player to play remote .FLV movie. It works with Firefox but not with Internet Explorer 6 or 7. In fact, when I test it...
    2. Flash 9 works in IE7 but not FireFox or Opera
      I can dl flash movies just fine in IE7 but they fail to load in firefox 2 and opera 9. I have most recent versions of everything, have uninstalled...
    3. #39370 [NEW]: $_GET no longer works under FastCGI but works under CGI.
      From: trustpunk at gmail dot com Operating system: Windows PHP version: 6CVS-2006-11-04 (snap) PHP Bug Type: CGI related Bug...
    4. Firefox solves IE conflict - 8 player works!
      Just wanted to let you know that I read almost the entire forum last night trying to get a resolution to this annoying problem. I realized that...
    5. Help Needed : Flash/ASP database works in Firefox butnot IE!
      Hi fellow flash wielders, I am currently building this guestbook in Flash 2004, and using ASP to talk to an Access database. Everything works...
  3. #2

    Default Re: Works in Firefox but not in IE

    Thanks heres the url

    [url]http://www.uiowa.edu/~geog/environment/environment.shtml[/url]
    Aqinb Guest

  4. #3

    Default Re: Works in Firefox but not in IE

    I do not now what the function of this declaration is, but please remove this
    from the beginning your css and IE7 also shows bullets:

    * {
    margin: 0;
    padding: 1;
    }

    The padding: 1; is definitely an error cause there should be at least
    something like px behind the 1, so like padding: 1px;

    ThinkInk Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139