Skip to main content

IE6, kill me 2222 Responses

Last post: 1 year, 9 months ago | Thread started: Mar 11, 10, 7:06 p.m.

RespondNew TopicDisable Images

  • ntimm

    I'm having an other IE6. Normally I don't give a shit about fuckups that happen with gettho old PCs, but this time my client only uses IE6. No wait tha't not true, 5 years ago some lucky ones in the joint got IE7.. Imagine that!

    Anyways my problem is with the css, it runs fine on all browsers, but obviously not on IE6 nor 7 > so all the elements aren't showing at the right place. Anyone had an issue like this? What did you do to patch it?

    Mar 11, 10, 7:06 p.m. – Permalink
  • bigtrickagain

    need specifics here, like code and sample pages. there could be five million things that could be the issue here.

    and, i'm sorry.

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 11, 10, 7:09 p.m. – Permalink
  • ntimm

    ^ http://www.ntimm.com/ie6/accueil…
    css : http://www.ntimm.com/ie6/css/sty…

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 11, 10, 7:13 p.m. – Permalink
  • ntimm

    this is how it loads in iE6

    http://www.ntimm.com/ie6/screenshot.jpg

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 11, 10, 7:17 p.m. – Permalink
  • airey

    check IE floats and double margin errors. i'm a soothsayer as i see google in your future.

    • lol thx.ntimm1/2
      that exactly right! just looked it up in, yes, googlentimm2/2
    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 11, 10, 7:18 p.m. – Permalink
  • ukit

    Read this:

    http://www.positioniseverything.…

    • I KNOW!!! that's what i was reading!! i'll try it in a few minutesntimm
    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 11, 10, 7:30 p.m. – Permalink
  • acescence

    don't give elements both a width and margin or padding.

    • unable to agree with this statementidiots1/6
      give a container width and contained elements horizontal padding/margin. instantly eliminate box model issuesacescence2/6
      otherwise you will never get identical layout across all browsers unless you use conditionals and write rules for different browsersacescence3/6
      specific browsersacescence4/6
      Not true? Unless you want it to work in ie5.5?thatboyneave5/6
      He's right. Display: inline can fix it, but I just nest divs, float the outer and add padding to the inner.welded6/6
    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 11, 10, 7:34 p.m. – Permalink
  • Gordy22

    Think about adding a Global CSS Reset, Google Eric Meyer - theres one there. Sometimes that can help. It'll fuck up your page a bit at the beginning but when you make changes, its should show on all browsers

    • i'll look it up, thanksntimm1/5
      +1. The promblems you have will be double margins or elements being too wide, causing float drops in ie6thatboyneave2/5
      So use a reset, then set all your floats to display:inline. And make sure no images or long lines of unbroken text are making containers too wide.thatboyneave3/5
      ...making containing divs too wide too sit next to each other.thatboyneave4/5
      a reset will make things easier but not solve all your problems. murdering all humans using IE6 will however.Samush5/5
    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 11, 10, 7:35 p.m. – Permalink
  • hans_glib

    fuckfuckfuckfuckfuckfuckfuckfuck... i've spent a day kicking a design into shape to work on iefucking6 to the point its so fucking simple it couldnt fail on ie7 could it thank fuck i decided to check before doing all the pages because oh yes it does fucking fail fuck fuck fuck fuck wheres my fucking flamethrower i fucking hate microsoft and all their fucking inept socalled engineers why cant they fucking do their job properly the fucking cunts gaaaaaaaaaaaaaahhhhhhhhhhhhhh fuck you microsoft you fucking fuckers

    • Use conditional comments for IE-only stylesheets if it's causing that much trouble.welded1/3
      You have a flame thrower??? I want a flamethrower!!!sneakybadger2/3
      * html * {display:none}seeessess3/3
    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earApr 20, 10, 8:53 a.m. – Permalink
  • vaxorcist

    if(IE6)
    show table layout hacked from photoshop slices
    else
    show real version

    • you could screenshot the real thing and just show a big JPEG for IE6vaxorcist1/2
      If it's good enough for my local Indian restaurant...welded2/2
    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earApr 20, 10, 8:57 a.m. – Permalink
  • bulletfactory

    likely the absolute positioning bug. redefining those elements in a conditional stylesheet for ie 6 as relative sometimes fixes those issues.

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earApr 20, 10, 8:59 a.m. – Permalink
  • dmay

    Seems like the IE6 double margin bug...
    try "display: inline" in every floated element

    • airey already covered that, sorry...dmay
    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earApr 20, 10, 9:11 a.m. – Permalink
  • i_monk

    Why is your client trapped in 1998, or whenever IE6 is from?

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earApr 20, 10, 9:19 a.m. – Permalink
  • pillhead

    IE6 can go fuck itself, sorry I just had to get it out there, carry on.

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earApr 20, 10, 9:20 a.m. – Permalink
  • vaxorcist

    Somebody should make a mint on a utility that browses your site using webkit, screenshots each page, and shows the screenshot to IE6 users...

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earApr 20, 10, 9:23 a.m. – Permalink
  • georgesIII

    http://fc04.deviantart.net/fs20/f/2007/263/b/1/__tutorial___IE_voodoo_doll_by_chisa.jpg

    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earApr 20, 10, 9:40 a.m. – Permalink
  • orrinward

    I kind of like it as it is. It's quirky.

    Just make every page a big image with url's linked with maps. SOLVED!

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earApr 20, 10, 10:31 a.m. – Permalink
  • iCanHasQBN

    jeez. just tell him to upgrade, and tell him that nobody is on ie6 anymore. say it in a condescending manner as well.

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earApr 20, 10, 1:48 p.m. – Permalink
  • ETM

    http://i23.photobucket.com/albums/b382/OneofDem/Notthisshitagain.jpg

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earApr 20, 10, 1:51 p.m. – Permalink
  • iCanHasQBN

    fuck. it was released almost 10 years ago. tell him it's not your obligation as a developer to create shit for technology that was made a fucking decade ago. this is not your problem, it's his.

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earApr 20, 10, 1:51 p.m. – Permalink
  • seeessess

    We are starting to charge more for clients that demand the site works in IE6.

    • This is a good idea.nb
    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earApr 20, 10, 2:04 p.m. – Permalink

Login or Register to respond to this

Skip to main content