On this site My side bar is really low, i cant find where it says margin-top.. I want that twitter image to be on par with the .swf could someone please check my css and find the problem my eyes hurt from trying to find it :(
On this site My side bar is really low, i cant find where it says margin-top.. I want that twitter image to be on par with the .swf could someone please check my css and find the problem my eyes hurt from trying to find it :(
You have the #flash division above the #content area. I think if you moved it inside the content area, that would push the #sidebar division up level with the top of the #content division. Try that. No need to adjust your CSS except to remove the 30px top margin from the #flash division.
I lied. Go ahead and move the flash division to right under this:
<div id="content" class="narrowcolumn">
Then edit your CSS here:
#flash {
background: url(images/xinswfborder.gif) no-repeat;
margin-left:0px; << edit this line.
margin-top:10px; << edit this line
padding: 5px 5px 5px 5px;
height:120px;
width:455px;
}thank you :D
This topic has been closed to new replies.