Viewing 8 replies - 1 through 8 (of 8 total)
  • hey there, very nice style. its clean, the colours you choose are relaxing, the font fits to this theme…..good work.

    the only thing that don´t work atm ( perhaps its my browser ) ist the archiv-link in the topline isn´t working 🙂

    a very nice work you made *thumbs up* for more like this !!

    Thread Starter Jennifer Ledbetter Clay

    (@geeksmakemehot)

    the only thing that don´t work atm ( perhaps its my browser ) ist the archiv-link in the topline isn´t working 🙂

    This page? http://www.geeksmakemehot.com/archives/

    The layout isn’t centered in IE 5.0 and the sidebar divider line is screwed up in both IE 5.0 and 6.0.

    I like your search field at the bottom, rather than the top, but you might want to link to it from the top. That would make it a bit more convenient.

    Thread Starter Jennifer Ledbetter Clay

    (@geeksmakemehot)

    The layout isn’t centered in IE 5.0 and the sidebar divider line is screwed up in both IE 5.0 and 6.0.

    I knew about the sidebar and I’m trying to fix that… I’m not sure about the not being centered… It is centered when I view it. Have a screen shot I can look at?

    I like your search field at the bottom, rather than the top, but you might want to link to it from the top. That would make it a bit more convenient.

    Great idea! Thanks 🙂

    I love it. I especially like where the seach function is. I can not wait to see more of your themes

    VERY nice. Soothing…. I’d love to see some more of your work!

    Thread Starter Jennifer Ledbetter Clay

    (@geeksmakemehot)

    Does anyone know how I can get the sidebar lists to work right in IE? There are not supposed to be bullets there…

    CSS

    ul {
    list-style: disc outside url(images/…);
    }

    ul li {
    padding: 0px;
    font-weight: normal;
    /* list-style: url(“images/li_blank.gif”); */
    line-height: 1.5em;
    }

    ul li:hover {
    padding: 0px;
    font-weight: normal;
    /* list-style: url(“images/li.gif”); */
    line-height: 1.5em;
    }

    #sidebar ul {
    color: #eee;
    list-style-type: none;
    margin: 0;
    padding-left: 3px;
    font-size: 90%;
    list-style: none;
    }

    #sidebar ul li {
    font: normal 110% ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
    letter-spacing: 0.1em;
    margin-top: 10px;
    padding-bottom: 2px;
    line-height: 1.5em;
    list-style-type: none;
    }

    #sidebar ul ul {
    font-variant: normal;
    font-weight: normal;
    line-height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
    }

    #sidebar ul ul li {
    border: 0;
    font: normal 12px/115% ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
    letter-spacing: 0;
    margin-top: 0;
    padding: 0;
    padding-left: 12px;
    line-height: 1.7em;
    list-style-type: none;
    }

    http://www.geeksmakemehot.com/images/li.gif

    Its reading that for some reason so..

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Newest Theme’ is closed to new replies.