Home › Forums › CSS › [Solved] Clearfix comes unfixed after site fully loads › Re: [Solved] Clearfix comes unfixed after site fully loads
September 30, 2009 at 4:45 am
#64853
Member
It has nothing to do with the clearfix.
Its the "AIMBuddyListContainer" which gets added by some script after page load.
You’ll find it at the end of your markup (only with firebug as it’s loaded via JS) and should be able to fix it by setting "position: absolute; left: 0; top: 0;" to its ID inside your css or by placing it somewhere else in your markup if you can.