Thread: IE6

  1. #1
    Meow Pendragon's Avatar
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    723

    IE6

    Just to note: The layout is buggered in IE6.

    Also to note: I do not use IE6 out of choice.

    As a web programmer I find the differences between the browsers particularly frustrating when trying to achieve W3C AAA accessibility compliance. Comments? Sympathies?


    [IE7 aswell? Argh!)
    Last edited by Pendragon; 11-23-2007 at 04:15 AM. Reason: Noticed the layout also somewhat buggered in IE7.

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Which part of the layout is "buggered"? If you are talking about the occasional misaligned left column, that is something that apparently is currently "buggered" across all browsers. On the other hand, it usually does not matter much anyway.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Meow Pendragon's Avatar
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    723
    Mis-aligned left column and half-width right leaving white space.

  4. #4
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    It has been driving me mad also... Mostly I get things to work in all browsers (without any conditional comments), but if I can't do that I stop trying to make it work in IE6 and just make sure it will show up normally on browsers of this era.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  5. #5
    Meow Pendragon's Avatar
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    723
    It's rarely possible when dealing with business systems as many large company networks (my own included) have yet to upgrade to IE7. If you don't make something look tidy in IE6 you're effectively ignoring a large section of your customer base.

  6. #6
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Quote Originally Posted by Pendragon View Post
    It's rarely possible when dealing with business systems as many large company networks (my own included) have yet to upgrade to IE7. If you don't make something look tidy in IE6 you're effectively ignoring a large section of your customer base.
    The stuff I make always works in all browsers, only that in IE6 some little decorations don't work.

    I've done 2 company network systems but with those I didn't have any problems. Though with some game sites I've made some little hover stuff and stuff like that doesn't work in IE6.
    Last edited by maxorator; 11-23-2007 at 08:27 AM.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  7. #7
    Meow Pendragon's Avatar
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    723
    I've had some quite interesting times trying to make companies' flashy layouts work across all browsers. It can be easy but this is dependant on what kind of site is desired/practical (what's practical from the developer's perspective I assure you is not what counts as practical from an upper management perspective) but with pre-existing sites or high expectations and management stubbornness... well... as I said I've had some interesting times.
    Last edited by Pendragon; 11-23-2007 at 08:30 AM. Reason: Grammar.

  8. #8
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Lol, I am usually just told: "Do something good." and "Add something good to the site so it would attract more customers."
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  9. #9
    Meow Pendragon's Avatar
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    723
    You haven't had any encounters with management and (God forbid) sales and marketing types then? Count yourself lucky. It doesn't last.

  10. #10
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    I always say screw IE. Microsoft isn't following standards, but the rest of the browsers are. So it's a little misaligned, should we be to blame for that or Microsoft? I think they can live with it or get a real browser that DOES follow standards.

  11. #11
    Meow Pendragon's Avatar
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    723
    But 'the rest of the browsers' make up a small percentage of the total market share. Microsoft still dominates (almost totally in the corporate world) and it would be foolish and costly to ignore it.

    If you are a professional web developer you will be expected to adhere to this. It all depends on who your target audience is and the impression you want to give of yourself/the company you work for.
    Last edited by Pendragon; 11-23-2007 at 12:48 PM.

  12. #12
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    For a small alignment error?
    Better to inform users that IE is insecure and writing web pages for it is a pain because Microsoft does not follow standard. It's better to try another browser - like Firefox or Opera.
    If the page is non-critical, then this is the wisest move IMO. If you don't educate people, they will never learn.

    It's true I haven't built a webpage for a company, but I do have experience in webdesign. I have written own webpages. And whatever you might say, it still looks just plain messy and ugly to me with special cases or just plain faulty CSS/HTML just for IE 'cause it doesn't follow standards.
    Last edited by Elysia; 11-23-2007 at 12:48 PM.

  13. #13
    Meow Pendragon's Avatar
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    723
    'Users' only have a certain amount of say in the matter. A corporation is not going to change over to firefox 'because Microsoft doesn't adhere to standards'. It would cost time and therefore money to do so and what's in it for them in that case? It reflects badly on the company if their website isn't presentable to the customer and they could stand to lose a lot of business that way. People are very judgemental and dismissive.

    IE comes pre-installed, it's easy to use, and for people who aren't 'computer-savvy' there is no alternative (how would they know about it?). How do you 'educate' those users? People won't change unless there's something in it for them. Is your average Joe really going to change browsers to make life easier for the developers? No. Is your average Joe ever likely to consider who wrote this web page? No... unless it looks badly made.

    As a general rule, you don't use special cases. It's not always necessary. It takes practise and, to some degree, trial and error to obtain the goal. *

    [Edit]To not sound quite so hard, I do agree in that I know first-hand how frustrating it is to achieve but it's not going to change any time soon. Ideology and practicality don't make good bedfellows.[/Edit]

    *I have admitted defeat on one occasion after two months of re-jigging what had previously been a pretty portal-like flash site to be AAA+ DDA Compliant and still look as it was supposed to on three platforms. In this case the design was scrapped.
    Last edited by Pendragon; 11-23-2007 at 01:10 PM.

  14. #14
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Not taking about companies here.
    And heck, since companies have so much crap and commercial n' stuff, why not put a Firefox flash in there too?
    "Safer, faster, better functionality, support the website industry, etc. It's free, why not give it a try?"

    No, really? No special cases? Every page you look at turns out at least 10 CSS errors (while the fact that when I make pages that works fine in Opera & FF, no CSS errors are found and they validate 100% as standard code)) - I can't believe there's no special cases. And if there aren't any, you do have to make it so darned complicated and use whatever you shouldn't and forego good CSS just to makei t compatible with crappy IE. And the fact that IE doesn't even support some basic CSS - like display: block says that you have to find another, usually non-standard way of making it work.
    That browser makes me puke.
    Last edited by Elysia; 11-23-2007 at 01:16 PM.

  15. #15
    Meow Pendragon's Avatar
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    723
    >"Safer, faster, better functionality, support the website industry, etc. It's free, why not give it a try?"

    Because it costs money and, more often than not, the 'better' functionality will either be redundant or lost on them depending on how good your sales person is.

    It *is* possible to build pages with no special cases. It gets harder particularly when it comes to IE5 but it is possible.

    IE7 supports a lot more than it's predecessors and the remaining issues were going to overflow to the next version or through fixes although I don't have details beyond the release speech for IE7.
    Last edited by Pendragon; 11-23-2007 at 01:26 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Where Can I DL IE6?
    By mike_g in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 06-10-2008, 12:30 PM
  2. opening php files in IE6
    By Micko in forum Tech Board
    Replies: 7
    Last Post: 03-06-2006, 01:16 PM
  3. Try upgrading IE6
    By xizor in forum Tech Board
    Replies: 1
    Last Post: 08-07-2003, 04:57 AM
  4. IE6 Favorites
    By confuted in forum Tech Board
    Replies: 4
    Last Post: 06-21-2003, 03:12 PM
  5. IE6 prob
    By dP munky in forum Tech Board
    Replies: 12
    Last Post: 04-05-2003, 11:31 PM