• My site:
    ohplastic.com

    Someone told me to add a clear:both
    to the footer.
    I did just that but yet the footer is still overlapping my content -_-
    What can I do to fix this little problem?

Viewing 11 replies - 1 through 11 (of 11 total)
  • your website css is not a strong css.but if want to fix this problem for temprory ,Add this css class in style.css file
    .footer{
    margin-top: 500px;
    }

    Thread Starter keysuuh

    (@keysuuh)

    May I ask what you see wrong in my css?

    and will that work even if I have lets lay 7 long posts…
    will the footer still be positioned at the way bottom? or will it then overlap because of the amount of posts?

    Thread Starter keysuuh

    (@keysuuh)

    I just added the text you told me to add.
    under #footer {

    and it still overlaps..

    Thread Starter keysuuh

    (@keysuuh)

    say*

    Thread Starter keysuuh

    (@keysuuh)

    okay, so the css you told me to add worked.
    But only when I changed the <div class="content">
    to <div id="content">
    Under my footer.php file instead of id it’s set to class.
    I tried to change it to id but it didn’t work.
    So I switched back to class and now the footer is positioned to the way bottom.
    What is the problem here ??
    I DO NOT understand at all.
    What I’ve done wrong!

    Thread Starter keysuuh

    (@keysuuh)

    also, I tried to validate my source code but the errors that came out was this

    ID "content" already defined
    
    <div id="<strong>c</strong>ontent">
    
    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

    When the content is set to a class there aren’t any errors
    but when it’s set to an id the error repeats for all posts…

    Thread Starter keysuuh

    (@keysuuh)

    on firefox, when you click one of the page links such as “domain” or “photos” the footer is barley visible.
    But in IE the footer is perfectly fine.
    Also, on IE there is some black thing on the right side that expands the page, when that’s never suppose to happen.
    If anyone can help with these problems please reply asap!

    we have to make many changes in your style.css,it is not posible without FTP control of your server.

    Thread Starter keysuuh

    (@keysuuh)

    Is there any way at all you can help me?
    Please e-mail me
    [email protected]
    I really need the help!

    Why not install a theme u like ?

    Thread Starter keysuuh

    (@keysuuh)

    Because, I want to learn how to create themes on my own.
    And when I’m more experienced I can create themes for others.
    I don’t want a pre-made theme.
    I don’t want to use other themes to tweak it.
    People might find my site and throw me on their wall of shame -_-
    for stealing.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Why isnt my footer at the way bottom?!?’ is closed to new replies.