Hi! I just started making my own layouts and I'm having one big issue with all my layouts in IE. In FireFox, the layouts look fine, but IE users have brought to my attention that there is a big gap between the subject of the entry and where the entry text starts. I have no idea where to start. Help?
(
screenshot under the cut )
Comments 4
position: relative;
float: left;
change relative to absolute and delete float: left; . Unfortunately, IE doesn't recognize the relative + float combo, but it does understand position: absolute.
Reply
http://victuras.livejournal.com/
http://community.livejournal.com/invicted/
i'm not sure what else i've messed up on!
thank you for your help!
Reply
#sidebar {position: absolute; margin-left: 420px;}
--------------
invicted: In Flexible Squares, the userinfo (userpic container) can be either .userinfo or .userinfofriends
This is the fix: .userpicfriends {position: absolute;}
Reply
thanks again for all your help. it's much appreciated!
Reply
Leave a comment