Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [loxly] Problems with leftsidebar

Quote Reply
Re: [loxly] Problems with leftsidebar In reply to
Make sure all your width, padding, and borders add up properly (see the w3c box model). If your values don't add up right, things will be out of place.

There's actually a small padding bug (padding was on the wrong side) in luna_core.css:
Code:
@@ -305,7 +305,7 @@
}
#leftsidebar {
margin-left: -200px;
- padding: 10px 10px 10px 0px;
+ padding: 10px 0px 10px 10px;
width: 190px;
float: left;
position: relative;

Adrian
Subject Author Views Date
Thread Problems with leftsidebar loxly 4185 Apr 3, 2005, 6:03 PM
Thread Re: [loxly] Problems with leftsidebar
pugdog 4104 Apr 3, 2005, 7:19 PM
Thread Re: [pugdog] Problems with leftsidebar
loxly 4100 Apr 3, 2005, 8:23 PM
Thread Re: [loxly] Problems with leftsidebar
pugdog 4096 Apr 3, 2005, 11:58 PM
Thread Re: [pugdog] Problems with leftsidebar
brewt 4067 Apr 4, 2005, 4:06 PM
Thread Re: [brewt] Problems with leftsidebar
loxly 4045 Apr 4, 2005, 8:35 PM
Thread Re: [loxly] Problems with leftsidebar
brewt 4043 Apr 4, 2005, 9:47 PM
Thread Re: [brewt] Problems with leftsidebar
loxly 4043 Apr 5, 2005, 12:15 AM
Post Re: [loxly] Problems with leftsidebar
brewt 4042 Apr 5, 2005, 12:25 AM
Post Re: [loxly] Problems with leftsidebar
brewt 4071 Apr 4, 2005, 3:48 PM