Notifications
Clear all

[TIP] Login Block in Floated Columns

1 Posts
1 Users
0 Reactions
3,201 Views
(@tammy)
Posts: 2577
Member Moderator
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
Share: