Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Clearfix comes unfixed after site fully loads Re: [Solved] Clearfix comes unfixed after site fully loads

#64853
screencat
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.