Closed (fixed)
Project:
Floating block
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2012 at 15:42 UTC
Updated:
24 Jul 2012 at 20:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
alexpottI've tested this in my own development environment and set
box-sizing: border-box;on the body and all blocks in a sidebar where I'm floating one and everything worked perfectly.Comment #2
scurvy commentedThe problem occurs when setting the box sizing across the board for consistency. Try this:
Or this:
Comment #3
alexpottscurvy thanks for the info. Confirmed that behaviour you are experiencing. I've pushed the patch attached to 7.x-1.x dev branch - which turns out to be better anyway as boxmodel is not supported by IE7 put this module works for IE7 :)