Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS question about first podcast

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #34907
    Colloquist
    Member

    I’ve been going along Mr. Arby’s first podcast and have worked it out for the most part. However my title graphic is lower then the background header bar. here’s the code I have.





    Untitled Document








    and the css

    * {
    margin: 0;
    padding: 0;
    }

    body {
    font size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    background: url(images/body_bg.png) repeat-x top #f5ecd4;
    }

    ul#nav {
    height: 236px;
    width: 800px;
    margin:0 auto;
    background:url(images/Header_bg.jpg) no-repeat;

    }

    It’s supposed to all run evenly but for some reason the it’s off.

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.