Results 1 to 8 of 8

Thread: Doesn't work in IE 5!

  1. #1
    Join Date
    Nov 2005
    Posts
    132
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Doesn't work in IE 5!

    I have been happily building away and learning css, previewing my progress in safari and FF, until I looked at my work in IE 5.2 (macintosh) ...or more specifically, I couldn't a thing!

    Is there a piece of genius code that can sort this?
    http://www.urbancreations.co.uk/fiona/2links.htm

    thanks

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Sorry, but i'm not sure what I should be testing for specifically...

    I'm trying it in safari... looks.. simple...? links do flash on rollover, though.

    Ew. Just tried in IE 5 (mac too). That's just weird. Doesn't show up AT ALL. Odd, really.
    Well... I don't know CSS, but I can at least tell you that it indeed doesn't work in IE5 for mac. However, LOTS of stuff doesn't work in there. You might have to choose between doing it and having it work in all browsers.

    I use IE5 to test. If it works there, it should work EVERYWHERE!

    You have an open comment at the start of your css.

    Why don't you just end the comment?

    "<!--
    ..."

    Just change that line to
    "<!-- -->"
    Or... if lazy, just take it out.


    EDIT: FIXED!!

    Just take out the line mentioned above and it works perfectly. It seems that IE5 doesn't end comments with line breaks like other, less strict browsers do.


  3. #3
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    I just checked it out IE the latest Edition and the links roller there is no text though.

    I'm not sure that you can even put a code in to sort it. It may not work. Maybe someone else knows.

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Nah. Check my post. It's fixed.

    If you look at the source, there's nothing on the page; it's just a layout.

    The issue was that NOTHING was appearing in IE5... due to the extra half-comment near the top.

  5. #5
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    opps! my bad . How did I miss that?

  6. #6
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Dunno. No problem. 'Least it's fixed.

  7. #7
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Cool

    That's Right.

  8. #8
    Join Date
    Nov 2005
    Posts
    132
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    cheers guys. IE always keeps me on my toes.
    problem fixed

Bookmarks

Posting Permissions

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