Two bugs in IE6 on my site

Discussion in 'CSS' started by deronsizemore, Nov 11, 2006.

  1. #1
    Problem solved
     
    deronsizemore, Nov 11, 2006 IP
  2. deronsizemore

    deronsizemore Peon

    Messages:
    103
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sorry, I probably should have posted the fix for the problems instead of just posting the problem solved.

    Here is the site: http://www.kentuckygolfing.com/test

    The first bug was IE's duplicate character bug which is triggered from comments being in between floats as outlined here: http://www.positioniseverything.net/explorer/dup-characters.html

    So, it was a pretty easy fix by simply placing margin-right: -3px on the last left float. It's fixed now, but you want, try the code out and remove the -3px margin right on the right content div and you'll see two letters magically appear in IE6.

    The second bug I wont even post, because it was just me overlooking an extra <div> in my code.
     
    deronsizemore, Nov 12, 2006 IP