PDA

View Full Version : Two bugs in IE6 on my site



deronsizemore
11-11-2006, 06:14 PM
Fixed.

Chris
11-12-2006, 07:30 AM
Heh... you know... instead of editing the post to hide the bug, it is better to leave the post and merely post your solution, adds to the common knowledge and all.

deronsizemore
11-12-2006, 09:17 AM
Heh... you know... instead of editing the post to hide the bug, it is better to leave the post and merely post your solution, adds to the common knowledge and all.


You're right. I'll edit it and put the fix in the post.

deronsizemore
11-12-2006, 09:31 AM
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 if you want, try the code out and remove the -3px margin right on the right content div and you'll see two phantom letters magically appear in IE6.

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