Skip to content Skip to sidebar Skip to footer

Fixed Positioning Bug In Firefox 7.0.1, Some Overflow Seems To Cause 1px Margin On Fixed Div

This seems to be a bug specific to firefox (version 7.0.1), I have copied the offending code into jsFiddle. but jsFiddle DOES NOT REPRODUCE THE BUG. copy the code from jsFiddle int

Solution 1:

Although I do not know what caused this issue I have found a clean solution for it :)

Could you not wrap the absolute positioned div in a fixed div like this: http://jsfiddle.net/HelloJoe/JXWNjSource: HelloJoe

His solution from the previous thread that was the cause for this one fixed everything. :)

Post a Comment for "Fixed Positioning Bug In Firefox 7.0.1, Some Overflow Seems To Cause 1px Margin On Fixed Div"