Notifications
Clear all
Topic starter
I've noticed that in skins using floated <div>s to create columned layout the login block forces things down below in the other "column" even though it's within a floated <div>. I think this is because forms are considered 100% wide or something. The solution I came up with is to set the login block to absolute positioning.
#loginblock { position: absolute; }
Posted : 27/01/2007 10:27 pm
