• Resolved aseenus

    (@aseenus)


    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 ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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;
    }
    Thread Starter aseenus

    (@aseenus)

    thank you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Could someone find the problem in my css please’ is closed to new replies.