• Lucid Dreaming - Dream Views




    Results 1 to 13 of 13

    Hybrid View

    1. #1
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14

      Can you do me a favour?

      Can I ask people here a huge favour?

      I need a few people to post screenshots of a webpage just so I can see it renders ok in browsers

      http://www.snoopy.force9.co.uk/radio

      doesn't have to be full size screenshots, or anything
      but I'd like to see any differences

      Particularly want to get IE 6, 7, 8 and chrome on windows (which I can't do on my machine)

      Muchos Grassy Arse
      (\_ _/)
      (='.'=)
      (")_(")

    2. #2
      ex-redhat ClouD's Avatar
      Join Date
      Sep 2007
      Posts
      4,760
      Likes
      129
      DJ Entries
      1
      v Firefox 3.5
      Spoiler for .:


      v Windows Internet Explorer 7
      Spoiler for .:


      v Google Chrome
      Spoiler for .:


      v Opera 10
      Spoiler for .:
      You merely have to change your point of view slightly, and then that glass will sparkle when it reflects the light.

    3. #3
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      thanks cloud,

      looks like IE's going to be a problem....shit
      (\_ _/)
      (='.'=)
      (")_(")

    4. #4
      khh
      khh is offline
      Remember Achievements:
      1000 Hall Points Veteran First Class
      khh's Avatar
      Join Date
      Jun 2009
      Gender
      Location
      Norway
      Posts
      2,482
      Likes
      1309
      Internet Explorer 8
      Spoiler for .:


      Edit:
      Internet Explorer 6 (<3 XP mode)
      Spoiler for .:
      Last edited by khh; 10-08-2009 at 08:20 PM.
      April Ryan is my friend,
      Every sorrow she can mend.
      When i visit her dark realm,
      Does it simply overwhelm.

    5. #5
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      thanks khh,

      So, IE < 8 doesn't work properly, great....
      so much for coding a site to CSS2 specs (specs dating back to 1998, no less)

      Is it reasonable to put a notice on sites saying they won't work with older versions of IE?

      How do professional web developers deal with this?
      IE is just broken
      (\_ _/)
      (='.'=)
      (")_(")

    6. #6
      khh
      khh is offline
      Remember Achievements:
      1000 Hall Points Veteran First Class
      khh's Avatar
      Join Date
      Jun 2009
      Gender
      Location
      Norway
      Posts
      2,482
      Likes
      1309
      I believe proffesional developers use some sort of a browser sniffing feature, so that Internet Explorer browsers gets served a different stylesheet, one it works propperly on.
      You could probably include a notice saying that only internet explorer 8 and higher is supported, however it would probably discurrage quite a few potential users, since I believe Internet Explorer 7, at least, is still widely used and considered a "new" browser.
      April Ryan is my friend,
      Every sorrow she can mend.
      When i visit her dark realm,
      Does it simply overwhelm.

    7. #7
      Veteran of the DV Wars Man of Steel's Avatar
      Join Date
      Mar 2007
      LD Count
      ~35
      Gender
      Location
      Houston, TX
      Posts
      4,553
      Likes
      94
      Quote Originally Posted by Ynot View Post
      thanks khh,

      So, IE < 8 doesn't work properly, great....
      so much for coding a site to CSS2 specs (specs dating back to 1998, no less)

      Is it reasonable to put a notice on sites saying they won't work with older versions of IE?

      How do professional web developers deal with this?
      IE is just broken
      A quick glance at the source doesn't really throw up any obvious reasons as to why the tabbed menu isn't working in IE7 and below. The .1em width declaration on the a element is a bit odd, though?

      Generally I throw in IE-specific stylesheets if there are big issues. Put them in an if statement in the head of the HTML, like so:

      Code:
      <!--[if lte IE 7]>
              <<link rel="stylesheet" href="ie.css" type="text/css" media="screen, projection" />
        <![endif]-->
      There's probably a problem with display properties or the like. I'll look into it when I have time.

      Edit: What's with that JavaScript detecting em width?
      Last edited by Man of Steel; 10-09-2009 at 11:01 PM.

    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
    •