Forums

Need some CCS Styling help (2 posts)

  1. mrkingid
    Member
    Posted 4 years ago #

    In need of some more help with a theme modification :)

    The site is: http://artbymichaelking.com/abmk2

    1) In the Navbar I would like it to have whichever nav link selected to show up as a different colour. my style for ths right now is:

    #nav {
    background: #f5f5f5 url(images/nav.jpg) no-repeat;
    width: 800px;
    height: 16px;
    color: #FFFFFF;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 8.5pt;
    font-weight: bold;
    margin: 0px auto 0px;
    padding: 7px 0px 7px 0px;

    }

    #nav li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }

    #nav ul {
    margin: 0px;
    padding: 0px;
    }

    #nav a {
    color: #696969;
    font-weight: bold;
    margin: 0px;
    padding: 6px 10px 6px 10px;
    }

    #nav a:hover {
    color: #8fbf60;
    font-weight: bold;
    text-decoration: none;
    }

    #nav a:active{
    color: #8fbf60;
    text-decoration: none;
    }
    I cannot figure out what I need to do to make a selected page link show in a different colour.

    2) You can see on the page that the background keeps going until the end of your browser by going to one of the many pages, the lines on the side continue down. I'd like them to stop at the footer no matter how short the page is.

    My style for this is:
    body {
    background: #FFFFFF url(images/bg.jpg) top center repeat-y;
    color: #545454;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin: 0px 0px 0px;
    }

    I tried placing the "background: #FFFFFF url(images/bg.jpg) top center repeat-y;" in the #content are, but it doesn't show that way. Anyone know how to do what I am looking for.

    Hoping someone can help me here.

    Michael

  2. mrkingid
    Member
    Posted 4 years ago #

    Anyone willing to put in a few mintues to see what I am doing wrong?

    or point me to a theme that does do what I want - regarding the background?

Topic Closed

This topic has been closed to new replies.

About this Topic