Ok so if you visit http://alexrodrigues.comoj.com/
You can see my category sidebar seems to be out of place. Depending on your resolution.
For me it’s fine, however I am using a netbook with small screen resolution on it. so the sidebar fits in the allotted column, but in larger resolutions it’s out of place. The only thing that is…
Here is my css.
background-color: #333;
margin-bottom: 30px;
padding: 20px 40px 20px 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #777;
width: 100%;
position: relative;
left: -70px;
top: -20px;
TO fix this issue am i supposed to use %’s rather than px’s? I found that %’s don’t work.