• Resolved cityinblame

    (@cityinblame)


    why is my footer out of place, and my div positioning doesnt move it an inch?! also, why is it so spaced out on IE compared to firefox?! ahhh please help! (and btw dont mind the borders im just using those so i can see the table and how big it is, etc. please help tho :/ my new domain is cityinblame.com and here’s my codee:

    /*
    Theme Name: Audrey Pink
    Description: An Audrey Kitching themed layout made by and for cityinblame.com.
    Author: adam attack! from city in blame
    Author URI: https://www.cityinblame.com
    Version: 1.0
    Tags: two-columns, fixed-width
    
    */
    
    body{font: 12px Arial, color:cccccc !important; background: #000000 url("/pics/header.png"); text-align: center; background-repeat:no-repeat; background-position:top left;}
    a, a:visited{color: #F81063; text-decoration: none}
    a:hover, a:active{text-decoration: underline}
    a img{border:0}
    .comments a{background:url(images/ico-speech.gif) no-repeat top left; padding-left: 18px;}
    .tags a{background:url(images/ico-tags.gif) no-repeat top left; padding-left: 18px;}
    .calendar {display:none;}
    /* header styles */
    #main{position: relative; width: 600px; left:340px; top:85px;}
    #content{background-color:transparent; color:#cccccc; margin:0px; display: inline; float: left; width: 400px; margin-left:-30px; font:10px arial; left:340px; top:100px; border: #d4d4d4 1px solid; }
    #sidebar{float:right; text-align:center; width: 200px; background: url() repeat-y top right; color:#cccccc;}
    #sidebar h2 {background: url("/pics/back.png") repeat-y top left; font:8px small fonts; font-weight:normal; text-transform:uppercase; color:black;}
    #sidebar ul {list-style:none; text-align:center; margin:0px;}
    #sidebar ul ul {list-style:none; text-align:center; margin:0px;}
    #sidebar ul li (list-style:none; text-align:center; margin:0px;}
    #sidebar ul ul li {list-style:none; text-align:center; margin:0px;}
    #comments ol li.author{background:#fff url(images/bg-comment-author.jpg)}
    
    #footer{display:none;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • You don’t have any content, so the div containing the footer has nothing to slide it down.

    Your footer says display: none.

    Thread Starter cityinblame

    (@cityinblame)

    yeah i tried to hide it because it was getting in the way. but even though it says display:none, it still shows in firefox. also, when you click for the layouts page the footer (the copyright) gets moved to the left of the page :/ how do i get the footer to just stay under the posts?! thanks(:

    Thread Starter cityinblame

    (@cityinblame)

    mka never mind, i think i got it, i added position:absolute to my coding. ill post a new topic if i need something else. thanks for the help though!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Please help me with table placement!’ is closed to new replies.