Forums

[resolved] Could someone find the problem in my css please (4 posts)

  1. Aseenus
    Member
    Posted 2 years ago #

    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 :(

  2. jonimueller
    Member
    Posted 2 years ago #

    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.

  3. jonimueller
    Member
    Posted 2 years ago #

    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;
    }
  4. Aseenus
    Member
    Posted 2 years ago #

    thank you :D

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.