Forums

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

Home Forums CSS Help with fluid, 100% height (specifically Firefox)

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #24597
    jconly
    Member

    Hello all.
    First, I have to say I’m somewhat new to web design, and this site has proven to be incredibly helpful for getting up on my feet.
    Hopefully, you can help to guide me now that I’ve hit my first cross-browser compatibility issues.

    Currently, I’m working to put together my photography portfolio, using WordPress and K2 as a bit of a CMS. (Planning to incorporate a blog in the future). However, my main goal at the moment is to get a static portfolio page set up, with a static Bio / Contact form page.

    In the portfolio page, I have an iFrame which calls an HTML page filled with a 100% (Vert and Horiz) scaleable flash content.
    The Bio page is nothing but a <p> element at the moment.

    you can check it out here
    http://testing.justinconly.com
    Login: testing:testing

    What I’m trying to do is create a page layout where my footer will remain at the bottom of the browser window, with the #content div scaling the full, remaining height of the browser.

    I’ve managed to accomplish this on WebKit browsers, and IE (although not perfectly,) by setting a height 75% height to the inner most containing div (#primary), however not in Firefox. The reason I say not perfectly is because as you resize vertically, you can eventually create too much space below the footer, or conversely, cover a portion of the footer if you go too tiny.

    Hopefully you guys will be able to take a look at my site, and help me diagnose these issues I’m having.
    I can’t begin to tell you how much your help will be appreciated.

    (Oh, and in IE, for some reason my header description is collapsing and wrapping to two lines… any ideas?)

    Thanks again for your help.

    #56277
    Soh Tanaka
    Member

    this tutorial is pretty on point with what you have in mind :-)

    http://ryanfait.com/sticky-footer/

    #56293
    jconly
    Member

    hey thanks for that.
    it was helpful for getting my footer to stay at the bottom.
    now it seems the issue i have is getting my #content div to fill in it’s available space

    any ideas? it’s not really a big deal on the text pages, but on the gallery page…..

    #56300

    hi jconly,

    you have to just set your #container height to 100% and have to define
    html, body{ height:100%, margin:0px; padding:0px;}

    may be this will help you..

    #56304

    hi,

    sorry you already define this in your css

    I have make certain changes in your css..

    Code:
    /* @override http://testing.justinconly.com/wordpress/wp-content/themes/k2/style.css */

    /*
    Theme Name: K2
    Theme URI: http://getk2.com
    Description: Configure K2 or visit the support forums, the wiki or the bug tracker. K2 was developed by Michael, Chris, Zeo, Steve and Ben, and is licensed under the GPL.
    Version: 1.0-RC7
    Author: Various Artists
    Author URI: http://getk2.com/
    Tags: ajax, blue, custom header, dynamic columns, fixed width, modules, multiple columns, styles, widgets

    CSS Documentation: http://k2.stikipad.com/docs/show/CSS+Overview
    The Real K2: http://en.wikipedia.org/wiki/K2
    */

    /*- Reset CSS */
    /* http://meyerweb.com/eric/tools/css/reset/ */
    /* v1.0 | 20080212 */

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    }

    /* @group Typography */

    /*- Typography */

    strong, em, b, i {
    font-family: “Lucida Grande”, “Lucida Sans”, “Lucida Sans Unicode”, Verdana, Helvetica, Arial, sans-serif;
    }

    body {
    font-family: “Lucida Grande”, “Lucida Sans Unicode”, Verdana, Helvetica, Arial, sans-serif;
    }

    h1, h2, h3, h4, h5, h6 {
    font-family: “Trebuchet MS”, Verdana, sans-serif;
    }

    .comments input[type=text], .comments textarea, code {
    font-family: Monaco, “Courier New”, Courier, monospace;
    }

    /* @end */

    /* @group Page Structure */

    /*- Page Structure */
    html, body {
    height: 100%;
    }

    body {
    font-size: 62.5%; /* Resets 1em to 10px */
    color: #444;
    /*background: #eee;*/
    text-align: center;
    border:0px;
    }

    body.lang-ar,
    body.lang-fa,
    body.lang-he,
    body.lang-hi,
    body.lang-km,
    body.lang-ko,
    body.lang-ja,
    body.lang-th,
    body.lang-zh {
    font-size: 75%; /* Resets 1em to 12px */
    }

    #page {
    text-align: left;
    border-top: none;
    clear: both;
    height:100%;
    width: 90%;
    background:#FF0;
    }

    .columns-one #page {
    width: 560px;
    }

    .columns-two #page {
    width: 780px;
    }

    .columns-three #page {
    width: 950px;
    }

    #header {

    height: 5.6em;
    background: #fff;
    border-bottom: solid 1px black;
    margin-bottom: 0px;
    padding-bottom: 0;

    }

    html>body> .page .content {
    border: solid 1px green;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 100%;
    }

    body.columns-two #primary-wrapper {
    float: left;
    margin-right: -220px;
    width: 100%;
    padding-bottom: 10px;
    }

    body.columns-two #primary {
    margin-right: 220px;
    }

    body.columns-two .secondary {
    float: right;
    }

    #primary {
    border: solid 1px red;
    }

    * html #primary {
    display: inline;
    }

    .columns-one .secondary {
    width: 240px;
    border-top: 1px solid #eee;
    }

    .columns-three .secondary {
    width: 175px;
    }

    .secondary {
    width: 200px;
    float: left;
    font-size: 1em;
    line-height: 1.5em;
    color: #666;
    position: relative;
    padding: 0 10px;
    overflow: hidden;
    }
    #sidebar-2 {
    clear: right;
    }

    .comments {
    text-align: left;
    margin: 30px 0 0;
    position: relative;
    }

    /* @end */

    /* @group Main Menu in Header */

    /*- Main Menu in Header */

    div#description {
    float: left;
    z-index: 0;
    clear: right;
    }

    div#navigation {
    float: right;
    clear: right;
    position: relative;
    top: 33px;
    z-index: 0;
    }

    ul.menu li {
    display: inline;
    margin: 0;
    }

    ul.menu {
    padding: 5px 0 5px 15px;
    }

    ul.menu li a {
    font-size: 1em;
    color: #909090;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 15px;
    }

    ul.menu li a:hover {
    background: #333;
    color: #eee;
    text-decoration: none;
    }

    ul.menu li.current_page_item a,
    ul.menu li.current_page_item a:hover,
    ul.menu li.current_page_ancestor a,
    ul.menu li.current_page_ancestor a:hover {
    color: #333;
    background: ;
    text-decoration: none;
    }

    ul.menu li.current_page_item a:hover {
    background: #333;
    color: #eee;
    }

    /* @end */

    /* @group Sidebar Subpages */

    /*- Sidebar Subpages Menu */

    .sb-pagemenu ul {
    margin-left: 10px;
    }

    .sb-pagemenu ul ul {
    margin-top: 2px;
    }

    .sb-pagemenu ul ul .page_item {
    margin-left: 10px;
    padding: 0;
    }

    .sb-pagemenu .current_page_item {
    }

    /* @end */

    /* @group Headings */

    /*- Headings */

    h1 {
    font-size: 3em;
    }

    h1.blog-title {
    font-weight: bold;
    letter-spacing: .05em;
    padding: 0px 0px 0 0;
    /*border-bottom: 1px solid #000;*/
    }

    h1.blog-title a,
    #header .description {
    text-decoration: none;
    color: white;
    }

    h1.blog-title a:hover {

    }

    #header .description { /* Description in header */
    font-size: 1em;
    margin-top: .250em;
    display: none;
    }

    h2 { /* H2 is what kind of page you are on. Eg. ‘Monthly Archive’. */
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: -1px;
    }

    #rollingarchives.emptypage {
    display: none;
    }

    .page-head {
    margin: 20px 0;
    }

    .archivepages {
    color: #999;
    display: block;
    font-size: .45em;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: lowercase;
    margin-top: 2px;
    }

    .secondary h4 { /* Secondary H4 is sidebar headlines */
    font-size: 1.5em;
    font-weight: normal;
    padding: 0;
    display: block;
    margin-bottom: 5px;
    }

    h3, h4, .single .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
    font-size: 2.4em;
    font-weight: normal;
    letter-spacing: -1px;
    }

    .entry-content h3 {
    font-size: 1.8em;
    font-weight: normal;
    margin-top: 25px;
    }

    .entry-content h4 {
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 25px;
    }

    .k2-asides h3 {
    font-size: 1.6em;
    font-weight: normal;
    }

    .entry-head {
    margin-top: 10px;
    }

    body.page .entry-content h3 {
    font-size: 1.7em;
    display: block;
    padding: 15px 0 0;
    }

    body.page .entry-content h4 {
    font-size: 1.5em;
    display: block;
    padding: 15px 0 0;
    }

    .secondary div {
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    }

    .skiplink {
    display: none;
    }

    #primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
    .secondary .metalink a, .secondary .metalink a:visited,
    .secondary span a, .secondary span a:visited {
    color: #999;
    font-weight: normal;
    }

    #primary .hentry .entry-head .metalink {
    font-size: 1.8em;
    letter-spacing: -1px;
    text-transform: lowercase;
    margin-left: 15px;
    }

    #primary .k2-asides .entry-head .metalink {
    font-size: 1.4em;
    }

    .single #primary .k2-asides .entry-content {
    font-size: 1.5em;
    color: #999;
    }

    .comment-meta {
    margin: 0 15px 0 0;
    float: none;
    }

    .comment-login, .comment-welcomeback {
    margin-top: 15px;
    color: #777;
    }

    #comment-personaldetails {
    margin-top: 10px;
    }

    .feedicon { /* Next to Comment Section Headline */
    border: 0 !important;
    padding: 0 !important;
    }

    .feedlink { /* On the sidebar */
    border: none;
    padding: 2px;
    padding-right: 20px;
    background: url(‘images/feed.png’) right center no-repeat;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    color: #777;
    }

    .feedlink span {
    visibility: hidden;
    }

    .feedlink:hover span {
    visibility: visible;
    }

    .secondary .k2-asides {
    margin: 0;
    padding: 0 0 10px;
    word-spacing: -1px;
    }

    .secondary .k2-asides p {
    display: inline;
    }

    .secondary .k2-asides .metalink {
    padding-left: 0px;
    }

    .secondary span a {
    margin-left: 10px;
    }

    .page-head .entry-edit {
    position: absolute;
    right: 0;
    margin-top: -20px;
    }

    .entry-edit a {
    border: none;
    padding: 2px;
    padding-left: 23px;
    background: url(‘images/pencil.png’) left center no-repeat;
    height: 16px;
    }

    .comment-edit a {
    border: none;
    padding: 2px;
    padding-left: 23px;
    margin-left: 10px;
    background: url(‘images/comment_edit.png’) left center no-repeat;
    height: 16px;
    }

    h2, h2 a, h2 a:visited,
    h3, h3 a, h3 a:visited,
    h4, h4 a, h4 a:visited {
    color: #444;
    }

    h2, h2 a, h2 a:hover, h2 a:visited,
    h3, h3 a, h3 a:hover, h3 a:visited,
    h4, h4 a, h4 a:hover, h4 a:visited {
    text-decoration: none;
    }

    .entry-meta { /* Time and category for blog entries */
    font-size: 1em;
    line-height: 1.6em;
    display: block;
    margin-top: 1px;
    color: #bbb;
    }

    .entry-meta div {
    display: inline;
    }

    .meta-start {
    padding: 2px 0 2px 20px ;
    background: url(‘images/time.png’) left top no-repeat;
    }

    .entry-date abbr {
    border: 0;
    color: #777;
    }

    .entry-author {
    display: none;
    }

    .entry-author address {
    display: inline;
    font-style: normal;
    }

    .entry-category {
    text-transform: lowercase;
    margin-right: 10px;
    }

    .entry-meta a, .comment-meta a {
    color: #777;
    }

    .commentslink {
    padding: 2px 0 2px 20px;
    background: url(‘images/comment.png’) left center no-repeat;
    margin-right: 10px;
    }

    .quoter_comment {
    padding: 2px 0 2px 20px;
    background: url(‘images/comment.png’) left center no-repeat;
    margin-left: 5px;
    }

    .entry-tags {
    display: block;
    margin: 2px 0;
    padding: 0 0 0 20px;
    background: url(‘images/tag_blue.png’) left center no-repeat;
    }

    .entry-tags a {
    text-transform: lowercase;
    }

    /* @end */

    /* @group Primary Contents */

    /*- Primary Contents */

    .hentry {
    margin: 5px 0 15px;
    position: relative;
    }

    .entry-content {
    font-size: 1.2em;
    line-height: 1.8em;
    text-align: justify;
    color: #444;
    }

    .entry-content p,
    .entry-content ul,
    .entry-content ol,
    .entry-content div,
    .entry-content blockquote {
    margin: 13px 0;
    }

    .k2-asides .entry-content p,
    .k2-asides .entry-content ul,
    .k2-asides .entry-content ol,
    .k2-asides .entry-content div,
    .k2-asides .entry-content blockquote {
    margin: 5px 0;
    }

    div#primary ul#contactinfo {
    text-align: center;
    width: 100%;
    vertical-align: middle;
    list-style-type: none;
    font-size: 2em;
    letter-spacing: .1em;
    word-spacing: .5em;
    }

    /* @end */

    /* @group Google Maps Support */

    /* Google Maps Support */
    .entry-content .map div {
    margin: 0;
    }

    .single .k2-asides .entry-content p,
    .single .k2-asides .entry-content ul,
    .single .k2-asides .entry-content ol,
    .single .k2-asides .entry-content div,
    .single .k2-asides .entry-content blockquote {
    margin: 13px 0;
    }

    .metalinks {
    margin-top: 3px;
    }

    .additional-info h4 {
    margin: 1em 0;
    }

    .image-meta span {
    font-weight: bold;
    display: block;
    float: left;
    width: 100px;
    }

    /* @end */

    /* @group Footer */

    /* – Footer */
    #push {
    height: 40px;
    }

    #footer {
    height: 24px;
    clear: both;
    text-align: center;
    color: #777;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    padding-top: 3px;
    font-size: .5em;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background:#00F fixed bottom center;
    }

    #footer p {
    line-height: 1.6em;
    }

    #footer a {
    color: #888;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    }

    #footer a:hover {
    border: none;
    text-decoration: none;
    color: #000;
    }

    #footer #footercontact {
    float: left;
    clear: left;
    }

    #footer p.footercontact {
    float: left;
    clear: left;
    letter-spacing: .1em;
    line-height: 1em;
    }

    #footer p.footercontact a{
    color: #777;
    font-weight: normal;
    border: none;
    }

    #footer p.footercontact a:hover{
    color: #777;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid #777;
    }

    #footer #footercopyright {
    float: right;
    clear: right;
    }

    #footer p.footercopyright {
    float: right;
    clear: right;
    letter-spacing: .1em;
    line-height: 1em;

    }

    #footer p.footerpoweredby,
    #footer p.footerfeedlinks {
    display: none;
    }

    #footer .wp-version,
    #footer .k2-version {
    display: none;
    padding-left: 0.3em;
    }

    .footerstats {
    display: none;
    }

    /* @end */

    /* @group Comments */

    /*- Comments */

    .commentsrsslink {
    background: url(‘images/feed.png’) left top no-repeat;
    padding: 2px 0 2px 20px;
    margin-right: 10px;
    height: 16px;
    }

    .trackbacklink {
    background: url(‘images/arrow_refresh.png’) left top no-repeat;
    padding: 2px 0 2px 20px;
    height: 16px;
    }

    .commentsrsslink a, .trackbacklink a {
    color: #999;
    padding: 2px;
    }

    .nopassword {
    text-align: center;
    }

    #commentlist {
    margin: 10px 0 20px;
    position: relative;
    }

    #commentlist li {
    margin: 10px 0 0;
    padding: 10px 10px 5px;
    list-style: none;
    }

    #commentlist li .comment-content {
    font-size: 1.2em;
    line-height: 1.8em;
    }

    .comment-content p,
    .comment-content ul,
    .comment-content ol,
    .comment-content div,
    .comment-content blockquote {
    margin: 13px 0;
    }

    #commentlist li .comment-meta {
    padding: 2px 0 2px 20px;
    background: url(‘images/time.png’) left center no-repeat;
    display: block;
    }

    #commentlist li img {
    padding: 0;
    border: none;
    }

    #commentlist li .gravatar {
    float: right;
    margin: -5px 0 0;
    }

    #commentlist li .commentauthor {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: -1px;
    }

    #commentlist li .counter {
    display: none;
    font: normal 1.5em ‘Century Gothic’, ‘Lucida Grande’, Arial, Helvetica, Sans-Serif;
    color: #999;
    float: left;
    width: 35px;
    }

    li.byuser {
    background: #f6f7f8;
    }

    li.bypostauthor {
    background: #eee;
    }

    li.bypostauthor blockquote {
    color: #333;
    background: url(‘images/quote.png’) no-repeat 10px 0;
    }

    #pinglist {
    font-size: 1.2em;
    padding: 0;
    margin: 10px 0 10px;
    background: #f6f7f8;
    }

    #pinglist li {
    margin-left: 40px;
    padding: 7px 0;
    list-style: none;
    }

    #pinglist li small {
    font-size: 0.8em;
    display: block;
    }

    #pinglist li .counter {
    display: none;
    }

    #pinglist li span.favatar img {
    margin-left: -25px;
    border: none;
    padding: 0;
    float: left;
    }

    #pinglist li img {
    padding: 0;
    border: none;
    }

    #leavecomment, .comments #loading, #comments-closed-msg {
    text-align: center;
    margin: 30px 0 20px !important;
    color: #ddd;
    font-size: 2em;
    letter-spacing: -2px;
    }

    .comments #loading {
    margin-top: 20px !important;
    }

    #comments-closed-msg {
    margin-bottom: 40px !important;
    }

    .comments #commenterror {
    display: none;
    line-height: 2.0;
    padding: 5px;
    color: #FF0000;
    background-color: #FFFF99;
    }

    .comments #commentload {
    display: none;
    padding-top: 3px;
    float: right;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    background: url(‘images/spinner.gif’) center center no-repeat;
    }

    .comments form {
    clear: both;
    padding: 1px 0 10px;
    }

    .comments input[type=text], .comments textarea {
    font-size: 12px;
    padding: 3px;
    color: #777;
    }

    input[type=text]:focus, textarea:focus {
    background: #fff;
    color: #333;
    border-color: #666;
    }

    .comments form input[type=text] {
    width: 45%;
    margin: 5px 5px 1px 0;
    }

    .comments textarea {
    width: 100%;
    margin: 10px 0;
    }

    .comments form #submit {
    float: right;
    }

    /* @end */

    /* @group Links */

    /*- Links */

    #primary a:hover, #primary a:visited:hover,
    .secondary a:hover, .secondary a:visited:hover {
    text-decoration: underline;
    }

    h2 a:hover, h2 span a:hover {
    color: #27d !important;
    }

    a {
    color: #27d;
    text-decoration: none;
    }

    .entry-content a:visited {
    color: #b41;
    }

    /* @end */

    /* @group Various Tags and Classes */

    /*- Various Tags and Classes */

    .clear {
    clear: both;
    }

    a img {
    border: none;
    }

    img.noborder {
    border: none !important;
    }

    .aligncenter,
    .center {
    text-align: center;
    }

    .entry-content .aligncenter,
    img.center,
    img[align=”center”] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .entry-content .alignright,
    img[align=”right”] {
    float: right;
    margin: 0 0 4px 8px;
    display: block;
    }

    .entry-content .alignleft,
    img[align=”left”] {
    float: left;
    margin: 0 8px 4px 0;
    display: block;
    }

    a[rel~=”attachment”] img,
    .gallery a img,
    .wp-caption {
    background-color: #F3F3F3;
    border: 1px solid #ddd;
    padding: 3px;
    text-align: center;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }

    a[rel~=”attachment”] img:hover,
    .gallery a img:hover,
    .wp-caption:hover {
    padding: 2px;
    border: 2px solid #27d;
    }

    .wp-caption a img,
    .wp-caption a img:hover {
    padding: 4px 0px 0px;
    border: 0 none;
    }

    .wp-caption .wp-caption-text {
    margin: 4px 0 2px;
    }

    small {
    font-size: 0.9em;
    line-height: 1.5em;
    }

    small, strike {
    color: #777;
    }

    code {
    font-size: 1.1em;
    }

    blockquote {
    margin: 20px 0;
    padding: 0 20px 0 50px;
    color: #333;
    background: url(‘images/quote.png’) no-repeat 10px 0;
    border: none;
    }

    hr {
    display: none;
    }

    body.smartposition #nav-above {
    position: fixed;
    top: 0px;
    background: #fff;
    border-bottom: 1px solid #eee;
    width: 500px;
    margin: 0;
    padding: 10px 0;
    z-index: 10;
    }

    .navigation {
    text-align: center;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    }

    .comments .navigation {
    margin: 10px 0;
    }

    .navigation .nav-previous,
    .navigation .left {
    float: left;
    width: 50%;
    text-align: left;
    }

    .navigation .nav-next,
    .navigation .right {
    float: right;
    width: 50%;
    text-align: right;
    }

    .navigation a {
    color: #999;
    }

    .alert {
    background: #FFF6BF;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
    }

    img.wp-smiley {
    border: none !important;
    padding: 0 0 0 5px !important;
    }

    /* @end */

    /* @group Begin Lists */

    /*- Begin Lists */
    .archive-list {
    list-style: none;
    margin: 10px 0 0 0 !important;
    padding-left: 0px !important;
    }

    .archive-list li {
    display: block;
    float: left;
    margin: 0 10px 0 0 !important;
    padding: 2px 0 2px 10px !important;
    width: 150px;
    }

    .archive-list li:hover {
    background-color: #EDEDED;
    }

    .image-meta,
    .entry-content ol, .entry-content ul {
    padding: 0 0 0 35px;
    }

    .image-meta li,
    .entry-content ol li, .entry-content ul li {
    margin: 0 0 3px;
    padding: 0;
    }

    .secondary div p {
    margin-top: 0.5em;
    }

    .secondary ul, .secondary ol {
    margin: 5px 0 0;
    padding-left: 0;
    }

    .secondary ul ul, .secondary ol ol {
    margin: 0 0 0 10px;
    }

    .secondary ul ul ul, .secondary ol ol ol {
    margin: 0 0 0 20px;
    }

    .secondary ol {
    margin-left: 15px;
    }

    .secondary ul li, .secondary ol li {
    margin: 0;
    padding: 1px 0;
    }

    .secondary ul li {
    list-style-type: none;
    list-style-image: none;
    }

    .sb-links ul li {
    margin-top: 20px;
    }

    .sb-links ul ul {
    margin-left: 0px;
    }

    .sb-links ul ul li {
    margin-top: 0;
    }

    /* @end */

    /* @group Searchform and Livesearch */

    /*- Search Form and Livesearch */

    #search {
    margin-top: 20px;
    }

    #search h4 {
    display: none;
    }

    #searchform {
    display: block;
    position: relative;
    height: 20px;
    }

    input[type=text], textarea {
    color: #444;
    padding: 1px;
    margin: 0;
    }

    #s {
    width: 79%;
    font-size: 1.1em;
    }

    #s.livesearch {
    position: absolute;
    top: 0;
    width: 88%;
    }

    .columns-three #s.livesearch {
    width: 145px;
    }

    #searchreset {
    position: absolute;
    right: 0px;
    height: 19px;
    width: 16px;
    background: url(‘images/reset-fff.png’) center center no-repeat;
    }

    #searchload {
    position: absolute;
    right: 0;
    top: 0;
    height: 18px;
    width: 18px;
    background: url(‘images/spinner.gif’) center center no-repeat;
    }

    .livesearchform input[type=submit] {
    margin: 0;
    }

    #searchcontrols {
    text-align: center;
    padding: 1px;
    background: #ddd;
    }

    #searchcontrols small {
    margin: 0;
    padding: 0;
    }

    /*- Attachment */

    .entry-content .attachment {
    text-align: center;
    }

    /* @end */

    /* @group Rolling Archives */

    /*- Rolling Archives */

    #rollingarchives {
    position: absolute;
    padding: 20px 0;
    display: block;
    width: 500px;
    top: 0;
    }

    #rollingarchives a:hover {
    text-decoration: underline;
    }

    #rollnavigation {
    position: relative;
    }

    #rollnavigation a:active, #rollnavigation a:focus {
    outline: none;
    }

    #rollprevious,
    #rollnext,
    #rollload,
    #rollhome,
    #rollpages,
    #rolldates {
    position: absolute;
    top: 3px;
    }

    #rollprevious:hover,
    #rollnext:hover,
    #rollhome:hover {
    text-decoration: underline;
    cursor: pointer;
    }

    #rollhome {
    display: none;
    left: 54px;
    background: url(‘images/house.png’) no-repeat center center;
    width: 16px;
    height: 16px;
    }

    #rollload {
    background: url(‘images/spinner.gif’) no-repeat center center;
    top: 1px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    }

    #rollload span,
    #rollhome span {
    display: none;
    }

    #rollnext,
    #rollprevious {
    color: #666;
    font-weight: bold;
    }

    #rollpages {
    top: 3px;
    left: 55px;
    color: #aaa;
    }

    #rollhover {
    position: absolute;
    top: 7px;
    left: -47px;
    z-index: 100;
    height: 45px;
    background: url(‘images/rollhover.png’) no-repeat center top;
    }

    #rollhover,
    #rolldates {
    width: 100px;
    margin-left: 5px;
    }

    #rollhover {
    top: 11px;
    }

    #rolldates {
    position: absolute;
    color: #999;
    text-align: center;
    font-size: .9em;
    top: 22px;
    margin: 0;
    }

    #rollprevious {
    left: 0;
    text-align: left;
    }

    #rollnext {
    right: 0;
    text-align: right;
    }

    .emptypage #rollnavigation {
    visibility: hidden;
    }

    .firstpage #rollprevious {
    visibility: visible;
    }

    .firstpage #rollnext,
    .firstpage #rollhome {
    visibility: hidden;
    }

    .nthpage #rollnext,
    .nthpage #rollprevious,
    .nthpage #rollhome {
    visibility: visible;
    }

    .lastpage #rollnext,
    .lastpage #rollhome {
    visibility: visible;
    }

    .lastpage #rollprevious {
    visibility: hidden;
    }

    #pagetrackwrap {
    position: absolute;
    top: 6px;
    left: 130px;
    width: 240px;
    padding-right: 9px;
    background: url(‘images/sliderbgright.png’) no-repeat right center;
    }

    #pagetrack {
    width: 240px;
    height: 7px;
    background: url(‘images/sliderbgleft.png’) no-repeat left center;
    }

    #pagehandle {
    top: -5px;
    width: 17px;
    height: 17px;
    background: url(‘images/sliderhandle.png’) no-repeat center center;
    cursor: col-resize;
    }

    #primarycontent {
    clear: both;
    }

    div.trimmed .hentry {
    background: #f5f5f5;
    }

    div.trimmed .hentry.alt {
    background: transparent;
    }

    #texttrimmer {
    position: absolute;
    width: 55px;
    height: 15px;
    top: 10px;
    right: 55px;
    }

    .firstpage #texttrimmer,
    .firstpage #pagetrackwrap {
    visibility: hidden;
    }

    .nthpage #texttrimmer,
    .nthpage #pagetrackwrap,
    .lastpage #texttrimmer,
    .lastpage #pagetrackwrap {
    visibility: visible;
    }

    #trimmertrackwrap {
    background: url(‘images/sliderbgright.png’) no-repeat right center;
    height: 7px;
    width: 50px;
    top: 6px;
    padding-right: 4px;
    position: absolute;
    display: none;
    }

    #trimmertrack {
    background: url(‘images/sliderbgleft.png’) no-repeat left center;
    width: 50px;
    height: 7px;
    }

    #trimmerhandle {
    width: 7px;
    height: 7px;
    background: url(‘images/sliderhandle.png’) no-repeat center center;
    cursor: col-resize;
    }

    #trimmermore,
    #trimmerless {
    display: none;
    position: absolute;
    top: 0;
    height: 16px;
    width: 16px;
    }

    #trimmermore span,
    #trimmerless span {
    display: none;
    }

    #trimmermore:hover,
    #trimmerless:hover {
    cursor: pointer;
    }

    #trimmermore {
    right: 0;
    background: url(‘images/trim_more.png’);
    }

    #trimmerless {
    left: 0;
    background: url(‘images/trim_less.png’);
    }

    #trimmertrim:hover, #trimmeruntrim:hover {
    text-decoration: underline;
    }

    #trimmertrim, #trimmeruntrim {
    cursor: pointer;
    position: absolute;
    top: 13px;
    width: 50px;
    text-align: center;
    color: #999;
    }

    .trimmed #trimmertrim {
    display: none;
    }

    #trimmeruntrim {
    display: none;
    }

    .trimmed #trimmeruntrim {
    display: block;
    }

    body.smartposition #rollingarchives {
    position: fixed;
    top: 0px;
    background: #fff;
    border-bottom: 1px solid #eee;
    width: 500px;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 30px;
    }

    body.smartposition #trimmertrim, body.smartposition #trimmeruntrim {
    top: 3px;
    }

    #dynamic-content { /* Make room for the rolling archives */
    padding-top: 30px;
    }

    body.onepageonly #dynamic-content { /* For the rare case of having only one page of content on the frontpage */
    padding-top: 0;
    }

    /* @end */

    /* @group Plugins */

    /* CSS Beyond this point is for various supported plugins and not the ‘core’ K2 template */

    /*-
    Links Module
    */

    .sb-links h4 {
    display: none;
    }

    .linkcat h4 {
    display: inline;
    }

    .linkcat ul {
    margin-top: 7px !important;
    }

    /*-
    Brian’s Latest Comments
    http://meidell.dk/archives/2004/09/12/brians-latest-comments/
    */

    #brians-latest-comments ul li span a, #brians-latest-comments ul li small a,
    .sb-comments-blc ul li span a, .sb-comments-blc ul li small a {
    color: #999;
    font-weight: normal;
    word-spacing: -1px;
    }

    #brians-latest-comments ul li,
    .sb-comments-blc ul li {
    margin-bottom: 6px;
    }

    #brians-latest-comments ul li > a[title=”Go to the comments of this entry”],
    .sb-comments-blc ul li > a[title=”Go to the comments of this entry”] {
    position: absolute;
    right:0;
    color: #999;
    }

    .activityentry {
    font-size: 1.1em;
    }

    div#latest-comments small {
    display: block;
    margin: 0;
    font-weight: normal;
    line-height: 1.5em;
    }

    /*-
    FlickrRSS
    */

    .sb-flickr div {
    margin-top: 10px !important;
    }

    .sb-flickr div img {
    padding: 5px;
    }

    .sb-flickr div a {
    }

    .sb-flickr div a img {
    margin: 0px 5px;
    }

    /*
    Calendar Module
    */

    #wp-calendar {
    width: 100%;
    }

    #wp-calendar td {
    color: #ccc;
    }

    #wp-calendar td, #wp-calendar th {
    text-align: center;
    padding: 2px 0;
    }

    #wp-calendar a {
    display: block;
    }

    #wp-calendar caption {
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
    }

    #wp-calendar #prev {
    text-align: left;
    }

    #wp-calendar #next {
    text-align: right;
    }

    #wp-calendar #today {
    background: #f3f3f3;
    }

    /*
    Ultimate Tag Warrior
    K2 removes UTW’s default tags for more default control.
    */

    .localtags, .technoratitags {
    display: none;
    }

    /*
    Contact Form
    */

    .contactform {
    width: 100%;
    position: relative;
    }

    .contactleft {
    width: 15%;
    text-align: right;
    clear: both;
    float: left;
    display: inline;
    padding: 4px;
    margin: 5px 0;
    }

    .contactright {
    width: 70%;
    text-align: left;
    float: right;
    display: inline;
    padding: 4px;
    margin: 5px 0;
    }

    .contacterror {
    border: 1px solid #ff0000;
    }

    /* Noteworthy */

    .category-noteworthy h3.entry-title {
    background: url(‘images/heart.png’) no-repeat right center;
    padding-right: 25px;
    display: inline;
    }

    .noteworthyLink { margin-left: 5px }

    /* Tag Cloud Module */

    .sb-wptagcloud ul {
    line-height: 2em;
    text-align: justify;
    }

    .sb-wptagcloud li {
    display: inline;
    }

    .sb-wptagcloud a {
    padding: 0 2px;
    white-space: nowrap;
    text-transform: lowercase;
    }

    /* @end */

    implement this css in your page

    #56331
    jconly
    Member

    I’ve implemented your code, and although I appreciate your help, it still does not fix the issues that I’ve been having.

    In Firefox, my .content div, and its content still collapses.

    #56369

    hey, other one css i just forgot to define the height for inner container may be this will help you to sort it out….. :)

    Code:
    /* @override http://testing.justinconly.com/wordpress/wp-content/themes/k2/style.css */

    /*
    Theme Name: K2
    Theme URI: http://getk2.com
    Description: Configure K2 or visit the support forums, the wiki or the bug tracker. K2 was developed by Michael, Chris, Zeo, Steve and Ben, and is licensed under the GPL.
    Version: 1.0-RC7
    Author: Various Artists
    Author URI: http://getk2.com/
    Tags: ajax, blue, custom header, dynamic columns, fixed width, modules, multiple columns, styles, widgets

    CSS Documentation: http://k2.stikipad.com/docs/show/CSS+Overview
    The Real K2: http://en.wikipedia.org/wiki/K2
    */

    /*- Reset CSS */
    /* http://meyerweb.com/eric/tools/css/reset/ */
    /* v1.0 | 20080212 */

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    }

    /* @group Typography */

    /*- Typography */

    strong, em, b, i {
    font-family: “Lucida Grande”, “Lucida Sans”, “Lucida Sans Unicode”, Verdana, Helvetica, Arial, sans-serif;
    }

    body {
    font-family: “Lucida Grande”, “Lucida Sans Unicode”, Verdana, Helvetica, Arial, sans-serif;
    }

    h1, h2, h3, h4, h5, h6 {
    font-family: “Trebuchet MS”, Verdana, sans-serif;
    }

    .comments input[type=text], .comments textarea, code {
    font-family: Monaco, “Courier New”, Courier, monospace;
    }

    /* @end */

    /* @group Page Structure */

    /*- Page Structure */
    html, body {
    height: 100%;
    }

    body {
    font-size: 62.5%; /* Resets 1em to 10px */
    color: #444;
    /*background: #eee;*/
    text-align: center;
    border:0px;
    }

    body.lang-ar,
    body.lang-fa,
    body.lang-he,
    body.lang-hi,
    body.lang-km,
    body.lang-ko,
    body.lang-ja,
    body.lang-th,
    body.lang-zh {
    font-size: 75%; /* Resets 1em to 12px */
    }

    #page {
    text-align: left;
    border-top: none;
    clear: both;
    height:100%;
    width: 90%;
    background:#FF0;
    }

    .columns-one #page {
    width: 560px;
    }

    .columns-two #page {
    width: 780px;
    }

    .columns-three #page {
    width: 950px;
    }

    #header {

    height: 5.6em;
    background: #fff;
    border-bottom: solid 1px black;
    margin-bottom: 0px;
    padding-bottom: 0;

    }

    html>body .content {
    border: solid 1px green;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 100%;
    }

    #primary-wrapper {
    float: left;
    width: 100%;
    height:100%;
    padding-bottom: 10px;
    }

    body.columns-two #primary {
    margin-right: 220px;
    }

    body.columns-two .secondary {
    float: right;
    }

    #primary {
    border: solid 1px red;
    height:100%;
    }

    * html #primary {
    display: inline;
    }

    .columns-one .secondary {
    width: 240px;
    border-top: 1px solid #eee;
    }

    .columns-three .secondary {
    width: 175px;
    }

    .secondary {
    width: 200px;
    float: left;
    font-size: 1em;
    line-height: 1.5em;
    color: #666;
    position: relative;
    padding: 0 10px;
    overflow: hidden;
    }
    #sidebar-2 {
    clear: right;
    }

    .comments {
    text-align: left;
    margin: 30px 0 0;
    position: relative;
    }

    /* @end */

    /* @group Main Menu in Header */

    /*- Main Menu in Header */

    div#description {
    float: left;
    z-index: 0;
    clear: right;
    }

    div#navigation {
    float: right;
    clear: right;
    position: relative;
    top: 33px;
    z-index: 0;
    }

    ul.menu li {
    display: inline;
    margin: 0;
    }

    ul.menu {
    padding: 5px 0 5px 15px;
    }

    ul.menu li a {
    font-size: 1em;
    color: #909090;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 15px;
    }

    ul.menu li a:hover {
    background: #333;
    color: #eee;
    text-decoration: none;
    }

    ul.menu li.current_page_item a,
    ul.menu li.current_page_item a:hover,
    ul.menu li.current_page_ancestor a,
    ul.menu li.current_page_ancestor a:hover {
    color: #333;
    background: ;
    text-decoration: none;
    }

    ul.menu li.current_page_item a:hover {
    background: #333;
    color: #eee;
    }

    /* @end */

    /* @group Sidebar Subpages */

    /*- Sidebar Subpages Menu */

    .sb-pagemenu ul {
    margin-left: 10px;
    }

    .sb-pagemenu ul ul {
    margin-top: 2px;
    }

    .sb-pagemenu ul ul .page_item {
    margin-left: 10px;
    padding: 0;
    }

    .sb-pagemenu .current_page_item {
    }

    /* @end */

    /* @group Headings */

    /*- Headings */

    h1 {
    font-size: 3em;
    }

    h1.blog-title {
    font-weight: bold;
    letter-spacing: .05em;
    padding: 0px 0px 0 0;
    /*border-bottom: 1px solid #000;*/
    }

    h1.blog-title a,
    #header .description {
    text-decoration: none;
    color: white;
    }

    h1.blog-title a:hover {

    }

    #header .description { /* Description in header */
    font-size: 1em;
    margin-top: .250em;
    display: none;
    }

    h2 { /* H2 is what kind of page you are on. Eg. ‘Monthly Archive’. */
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: -1px;
    }

    #rollingarchives.emptypage {
    display: none;
    }

    .page-head {
    margin: 20px 0;
    }

    .archivepages {
    color: #999;
    display: block;
    font-size: .45em;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: lowercase;
    margin-top: 2px;
    }

    .secondary h4 { /* Secondary H4 is sidebar headlines */
    font-size: 1.5em;
    font-weight: normal;
    padding: 0;
    display: block;
    margin-bottom: 5px;
    }

    h3, h4, .single .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
    font-size: 2.4em;
    font-weight: normal;
    letter-spacing: -1px;
    }

    .entry-content h3 {
    font-size: 1.8em;
    font-weight: normal;
    margin-top: 25px;
    }

    .entry-content h4 {
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 25px;
    }

    .k2-asides h3 {
    font-size: 1.6em;
    font-weight: normal;
    }

    .entry-head {
    margin-top: 10px;
    }

    body.page .entry-content h3 {
    font-size: 1.7em;
    display: block;
    padding: 15px 0 0;
    }

    body.page .entry-content h4 {
    font-size: 1.5em;
    display: block;
    padding: 15px 0 0;
    }

    .secondary div {
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    }

    .skiplink {
    display: none;
    }

    #primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
    .secondary .metalink a, .secondary .metalink a:visited,
    .secondary span a, .secondary span a:visited {
    color: #999;
    font-weight: normal;
    }

    #primary .hentry .entry-head .metalink {
    font-size: 1.8em;
    letter-spacing: -1px;
    text-transform: lowercase;
    margin-left: 15px;
    }

    #primary .k2-asides .entry-head .metalink {
    font-size: 1.4em;
    }

    .single #primary .k2-asides .entry-content {
    font-size: 1.5em;
    color: #999;
    }

    .comment-meta {
    margin: 0 15px 0 0;
    float: none;
    }

    .comment-login, .comment-welcomeback {
    margin-top: 15px;
    color: #777;
    }

    #comment-personaldetails {
    margin-top: 10px;
    }

    .feedicon { /* Next to Comment Section Headline */
    border: 0 !important;
    padding: 0 !important;
    }

    .feedlink { /* On the sidebar */
    border: none;
    padding: 2px;
    padding-right: 20px;
    background: url(‘images/feed.png’) right center no-repeat;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    color: #777;
    }

    .feedlink span {
    visibility: hidden;
    }

    .feedlink:hover span {
    visibility: visible;
    }

    .secondary .k2-asides {
    margin: 0;
    padding: 0 0 10px;
    word-spacing: -1px;
    }

    .secondary .k2-asides p {
    display: inline;
    }

    .secondary .k2-asides .metalink {
    padding-left: 0px;
    }

    .secondary span a {
    margin-left: 10px;
    }

    .page-head .entry-edit {
    position: absolute;
    right: 0;
    margin-top: -20px;
    }

    .entry-edit a {
    border: none;
    padding: 2px;
    padding-left: 23px;
    background: url(‘images/pencil.png’) left center no-repeat;
    height: 16px;
    }

    .comment-edit a {
    border: none;
    padding: 2px;
    padding-left: 23px;
    margin-left: 10px;
    background: url(‘images/comment_edit.png’) left center no-repeat;
    height: 16px;
    }

    h2, h2 a, h2 a:visited,
    h3, h3 a, h3 a:visited,
    h4, h4 a, h4 a:visited {
    color: #444;
    }

    h2, h2 a, h2 a:hover, h2 a:visited,
    h3, h3 a, h3 a:hover, h3 a:visited,
    h4, h4 a, h4 a:hover, h4 a:visited {
    text-decoration: none;
    }

    .entry-meta { /* Time and category for blog entries */
    font-size: 1em;
    line-height: 1.6em;
    display: block;
    margin-top: 1px;
    color: #bbb;
    }

    .entry-meta div {
    display: inline;
    }

    .meta-start {
    padding: 2px 0 2px 20px ;
    background: url(‘images/time.png’) left top no-repeat;
    }

    .entry-date abbr {
    border: 0;
    color: #777;
    }

    .entry-author {
    display: none;
    }

    .entry-author address {
    display: inline;
    font-style: normal;
    }

    .entry-category {
    text-transform: lowercase;
    margin-right: 10px;
    }

    .entry-meta a, .comment-meta a {
    color: #777;
    }

    .commentslink {
    padding: 2px 0 2px 20px;
    background: url(‘images/comment.png’) left center no-repeat;
    margin-right: 10px;
    }

    .quoter_comment {
    padding: 2px 0 2px 20px;
    background: url(‘images/comment.png’) left center no-repeat;
    margin-left: 5px;
    }

    .entry-tags {
    display: block;
    margin: 2px 0;
    padding: 0 0 0 20px;
    background: url(‘images/tag_blue.png’) left center no-repeat;
    }

    .entry-tags a {
    text-transform: lowercase;
    }

    /* @end */

    /* @group Primary Contents */

    /*- Primary Contents */

    .hentry {
    margin: 5px 0 15px;
    position: relative;
    }

    .entry-content {
    font-size: 1.2em;
    line-height: 1.8em;
    text-align: justify;
    color: #444;
    }

    .entry-content p,
    .entry-content ul,
    .entry-content ol,
    .entry-content div,
    .entry-content blockquote {
    margin: 13px 0;
    }

    .k2-asides .entry-content p,
    .k2-asides .entry-content ul,
    .k2-asides .entry-content ol,
    .k2-asides .entry-content div,
    .k2-asides .entry-content blockquote {
    margin: 5px 0;
    }

    div#primary ul#contactinfo {
    text-align: center;
    width: 100%;
    vertical-align: middle;
    list-style-type: none;
    font-size: 2em;
    letter-spacing: .1em;
    word-spacing: .5em;
    }

    /* @end */

    /* @group Google Maps Support */

    /* Google Maps Support */
    .entry-content .map div {
    margin: 0;
    }

    .single .k2-asides .entry-content p,
    .single .k2-asides .entry-content ul,
    .single .k2-asides .entry-content ol,
    .single .k2-asides .entry-content div,
    .single .k2-asides .entry-content blockquote {
    margin: 13px 0;
    }

    .metalinks {
    margin-top: 3px;
    }

    .additional-info h4 {
    margin: 1em 0;
    }

    .image-meta span {
    font-weight: bold;
    display: block;
    float: left;
    width: 100px;
    }

    /* @end */

    /* @group Footer */

    /* – Footer */
    #push {
    height: 40px;
    }

    #footer {
    height: 24px;
    clear: both;
    text-align: center;
    color: #777;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    padding-top: 3px;
    font-size: .5em;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background:#00F fixed bottom center;
    }

    #footer p {
    line-height: 1.6em;
    }

    #footer a {
    color: #888;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    }

    #footer a:hover {
    border: none;
    text-decoration: none;
    color: #000;
    }

    #footer #footercontact {
    float: left;
    clear: left;
    }

    #footer p.footercontact {
    float: left;
    clear: left;
    letter-spacing: .1em;
    line-height: 1em;
    }

    #footer p.footercontact a{
    color: #777;
    font-weight: normal;
    border: none;
    }

    #footer p.footercontact a:hover{
    color: #777;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid #777;
    }

    #footer #footercopyright {
    float: right;
    clear: right;
    }

    #footer p.footercopyright {
    float: right;
    clear: right;
    letter-spacing: .1em;
    line-height: 1em;

    }

    #footer p.footerpoweredby,
    #footer p.footerfeedlinks {
    display: none;
    }

    #footer .wp-version,
    #footer .k2-version {
    display: none;
    padding-left: 0.3em;
    }

    .footerstats {
    display: none;
    }

    /* @end */

    /* @group Comments */

    /*- Comments */

    .commentsrsslink {
    background: url(‘images/feed.png’) left top no-repeat;
    padding: 2px 0 2px 20px;
    margin-right: 10px;
    height: 16px;
    }

    .trackbacklink {
    background: url(‘images/arrow_refresh.png’) left top no-repeat;
    padding: 2px 0 2px 20px;
    height: 16px;
    }

    .commentsrsslink a, .trackbacklink a {
    color: #999;
    padding: 2px;
    }

    .nopassword {
    text-align: center;
    }

    #commentlist {
    margin: 10px 0 20px;
    position: relative;
    }

    #commentlist li {
    margin: 10px 0 0;
    padding: 10px 10px 5px;
    list-style: none;
    }

    #commentlist li .comment-content {
    font-size: 1.2em;
    line-height: 1.8em;
    }

    .comment-content p,
    .comment-content ul,
    .comment-content ol,
    .comment-content div,
    .comment-content blockquote {
    margin: 13px 0;
    }

    #commentlist li .comment-meta {
    padding: 2px 0 2px 20px;
    background: url(‘images/time.png’) left center no-repeat;
    display: block;
    }

    #commentlist li img {
    padding: 0;
    border: none;
    }

    #commentlist li .gravatar {
    float: right;
    margin: -5px 0 0;
    }

    #commentlist li .commentauthor {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: -1px;
    }

    #commentlist li .counter {
    display: none;
    font: normal 1.5em ‘Century Gothic’, ‘Lucida Grande’, Arial, Helvetica, Sans-Serif;
    color: #999;
    float: left;
    width: 35px;
    }

    li.byuser {
    background: #f6f7f8;
    }

    li.bypostauthor {
    background: #eee;
    }

    li.bypostauthor blockquote {
    color: #333;
    background: url(‘images/quote.png’) no-repeat 10px 0;
    }

    #pinglist {
    font-size: 1.2em;
    padding: 0;
    margin: 10px 0 10px;
    background: #f6f7f8;
    }

    #pinglist li {
    margin-left: 40px;
    padding: 7px 0;
    list-style: none;
    }

    #pinglist li small {
    font-size: 0.8em;
    display: block;
    }

    #pinglist li .counter {
    display: none;
    }

    #pinglist li span.favatar img {
    margin-left: -25px;
    border: none;
    padding: 0;
    float: left;
    }

    #pinglist li img {
    padding: 0;
    border: none;
    }

    #leavecomment, .comments #loading, #comments-closed-msg {
    text-align: center;
    margin: 30px 0 20px !important;
    color: #ddd;
    font-size: 2em;
    letter-spacing: -2px;
    }

    .comments #loading {
    margin-top: 20px !important;
    }

    #comments-closed-msg {
    margin-bottom: 40px !important;
    }

    .comments #commenterror {
    display: none;
    line-height: 2.0;
    padding: 5px;
    color: #FF0000;
    background-color: #FFFF99;
    }

    .comments #commentload {
    display: none;
    padding-top: 3px;
    float: right;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    background: url(‘images/spinner.gif’) center center no-repeat;
    }

    .comments form {
    clear: both;
    padding: 1px 0 10px;
    }

    .comments input[type=text], .comments textarea {
    font-size: 12px;
    padding: 3px;
    color: #777;
    }

    input[type=text]:focus, textarea:focus {
    background: #fff;
    color: #333;
    border-color: #666;
    }

    .comments form input[type=text] {
    width: 45%;
    margin: 5px 5px 1px 0;
    }

    .comments textarea {
    width: 100%;
    margin: 10px 0;
    }

    .comments form #submit {
    float: right;
    }

    /* @end */

    /* @group Links */

    /*- Links */

    #primary a:hover, #primary a:visited:hover,
    .secondary a:hover, .secondary a:visited:hover {
    text-decoration: underline;
    }

    h2 a:hover, h2 span a:hover {
    color: #27d !important;
    }

    a {
    color: #27d;
    text-decoration: none;
    }

    .entry-content a:visited {
    color: #b41;
    }

    /* @end */

    /* @group Various Tags and Classes */

    /*- Various Tags and Classes */

    .clear {
    clear: both;
    }

    a img {
    border: none;
    }

    img.noborder {
    border: none !important;
    }

    .aligncenter,
    .center {
    text-align: center;
    }

    .entry-content .aligncenter,
    img.center,
    img[align=”center”] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .entry-content .alignright,
    img[align=”right”] {
    float: right;
    margin: 0 0 4px 8px;
    display: block;
    }

    .entry-content .alignleft,
    img[align=”left”] {
    float: left;
    margin: 0 8px 4px 0;
    display: block;
    }

    a[rel~=”attachment”] img,
    .gallery a img,
    .wp-caption {
    background-color: #F3F3F3;
    border: 1px solid #ddd;
    padding: 3px;
    text-align: center;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }

    a[rel~=”attachment”] img:hover,
    .gallery a img:hover,
    .wp-caption:hover {
    padding: 2px;
    border: 2px solid #27d;
    }

    .wp-caption a img,
    .wp-caption a img:hover {
    padding: 4px 0px 0px;
    border: 0 none;
    }

    .wp-caption .wp-caption-text {
    margin: 4px 0 2px;
    }

    small {
    font-size: 0.9em;
    line-height: 1.5em;
    }

    small, strike {
    color: #777;
    }

    code {
    font-size: 1.1em;
    }

    blockquote {
    margin: 20px 0;
    padding: 0 20px 0 50px;
    color: #333;
    background: url(‘images/quote.png’) no-repeat 10px 0;
    border: none;
    }

    hr {
    display: none;
    }

    body.smartposition #nav-above {
    position: fixed;
    top: 0px;
    background: #fff;
    border-bottom: 1px solid #eee;
    width: 500px;
    margin: 0;
    padding: 10px 0;
    z-index: 10;
    }

    .navigation {
    text-align: center;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    }

    .comments .navigation {
    margin: 10px 0;
    }

    .navigation .nav-previous,
    .navigation .left {
    float: left;
    width: 50%;
    text-align: left;
    }

    .navigation .nav-next,
    .navigation .right {
    float: right;
    width: 50%;
    text-align: right;
    }

    .navigation a {
    color: #999;
    }

    .alert {
    background: #FFF6BF;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
    }

    img.wp-smiley {
    border: none !important;
    padding: 0 0 0 5px !important;
    }

    /* @end */

    /* @group Begin Lists */

    /*- Begin Lists */
    .archive-list {
    list-style: none;
    margin: 10px 0 0 0 !important;
    padding-left: 0px !important;
    }

    .archive-list li {
    display: block;
    float: left;
    margin: 0 10px 0 0 !important;
    padding: 2px 0 2px 10px !important;
    width: 150px;
    }

    .archive-list li:hover {
    background-color: #EDEDED;
    }

    .image-meta,
    .entry-content ol, .entry-content ul {
    padding: 0 0 0 35px;
    }

    .image-meta li,
    .entry-content ol li, .entry-content ul li {
    margin: 0 0 3px;
    padding: 0;
    }

    .secondary div p {
    margin-top: 0.5em;
    }

    .secondary ul, .secondary ol {
    margin: 5px 0 0;
    padding-left: 0;
    }

    .secondary ul ul, .secondary ol ol {
    margin: 0 0 0 10px;
    }

    .secondary ul ul ul, .secondary ol ol ol {
    margin: 0 0 0 20px;
    }

    .secondary ol {
    margin-left: 15px;
    }

    .secondary ul li, .secondary ol li {
    margin: 0;
    padding: 1px 0;
    }

    .secondary ul li {
    list-style-type: none;
    list-style-image: none;
    }

    .sb-links ul li {
    margin-top: 20px;
    }

    .sb-links ul ul {
    margin-left: 0px;
    }

    .sb-links ul ul li {
    margin-top: 0;
    }

    /* @end */

    /* @group Searchform and Livesearch */

    /*- Search Form and Livesearch */

    #search {
    margin-top: 20px;
    }

    #search h4 {
    display: none;
    }

    #searchform {
    display: block;
    position: relative;
    height: 20px;
    }

    input[type=text], textarea {
    color: #444;
    padding: 1px;
    margin: 0;
    }

    #s {
    width: 79%;
    font-size: 1.1em;
    }

    #s.livesearch {
    position: absolute;
    top: 0;
    width: 88%;
    }

    .columns-three #s.livesearch {
    width: 145px;
    }

    #searchreset {
    position: absolute;
    right: 0px;
    height: 19px;
    width: 16px;
    background: url(‘images/reset-fff.png’) center center no-repeat;
    }

    #searchload {
    position: absolute;
    right: 0;
    top: 0;
    height: 18px;
    width: 18px;
    background: url(‘images/spinner.gif’) center center no-repeat;
    }

    .livesearchform input[type=submit] {
    margin: 0;
    }

    #searchcontrols {
    text-align: center;
    padding: 1px;
    background: #ddd;
    }

    #searchcontrols small {
    margin: 0;
    padding: 0;
    }

    /*- Attachment */

    .entry-content .attachment {
    text-align: center;
    }

    /* @end */

    /* @group Rolling Archives */

    /*- Rolling Archives */

    #rollingarchives {
    position: absolute;
    padding: 20px 0;
    display: block;
    width: 500px;
    top: 0;
    }

    #rollingarchives a:hover {
    text-decoration: underline;
    }

    #rollnavigation {
    position: relative;
    }

    #rollnavigation a:active, #rollnavigation a:focus {
    outline: none;
    }

    #rollprevious,
    #rollnext,
    #rollload,
    #rollhome,
    #rollpages,
    #rolldates {
    position: absolute;
    top: 3px;
    }

    #rollprevious:hover,
    #rollnext:hover,
    #rollhome:hover {
    text-decoration: underline;
    cursor: pointer;
    }

    #rollhome {
    display: none;
    left: 54px;
    background: url(‘images/house.png’) no-repeat center center;
    width: 16px;
    height: 16px;
    }

    #rollload {
    background: url(‘images/spinner.gif’) no-repeat center center;
    top: 1px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    }

    #rollload span,
    #rollhome span {
    display: none;
    }

    #rollnext,
    #rollprevious {
    color: #666;
    font-weight: bold;
    }

    #rollpages {
    top: 3px;
    left: 55px;
    color: #aaa;
    }

    #rollhover {
    position: absolute;
    top: 7px;
    left: -47px;
    z-index: 100;
    height: 45px;
    background: url(‘images/rollhover.png’) no-repeat center top;
    }

    #rollhover,
    #rolldates {
    width: 100px;
    margin-left: 5px;
    }

    #rollhover {
    top: 11px;
    }

    #rolldates {
    position: absolute;
    color: #999;
    text-align: center;
    font-size: .9em;
    top: 22px;
    margin: 0;
    }

    #rollprevious {
    left: 0;
    text-align: left;
    }

    #rollnext {
    right: 0;
    text-align: right;
    }

    .emptypage #rollnavigation {
    visibility: hidden;
    }

    .firstpage #rollprevious {
    visibility: visible;
    }

    .firstpage #rollnext,
    .firstpage #rollhome {
    visibility: hidden;
    }

    .nthpage #rollnext,
    .nthpage #rollprevious,
    .nthpage #rollhome {
    visibility: visible;
    }

    .lastpage #rollnext,
    .lastpage #rollhome {
    visibility: visible;
    }

    .lastpage #rollprevious {
    visibility: hidden;
    }

    #pagetrackwrap {
    position: absolute;
    top: 6px;
    left: 130px;
    width: 240px;
    padding-right: 9px;
    background: url(‘images/sliderbgright.png’) no-repeat right center;
    }

    #pagetrack {
    width: 240px;
    height: 7px;
    background: url(‘images/sliderbgleft.png’) no-repeat left center;
    }

    #pagehandle {
    top: -5px;
    width: 17px;
    height: 17px;
    background: url(‘images/sliderhandle.png’) no-repeat center center;
    cursor: col-resize;
    }

    #primarycontent {
    clear: both;
    }

    div.trimmed .hentry {
    background: #f5f5f5;
    }

    div.trimmed .hentry.alt {
    background: transparent;
    }

    #texttrimmer {
    position: absolute;
    width: 55px;
    height: 15px;
    top: 10px;
    right: 55px;
    }

    .firstpage #texttrimmer,
    .firstpage #pagetrackwrap {
    visibility: hidden;
    }

    .nthpage #texttrimmer,
    .nthpage #pagetrackwrap,
    .lastpage #texttrimmer,
    .lastpage #pagetrackwrap {
    visibility: visible;
    }

    #trimmertrackwrap {
    background: url(‘images/sliderbgright.png’) no-repeat right center;
    height: 7px;
    width: 50px;
    top: 6px;
    padding-right: 4px;
    position: absolute;
    display: none;
    }

    #trimmertrack {
    background: url(‘images/sliderbgleft.png’) no-repeat left center;
    width: 50px;
    height: 7px;
    }

    #trimmerhandle {
    width: 7px;
    height: 7px;
    background: url(‘images/sliderhandle.png’) no-repeat center center;
    cursor: col-resize;
    }

    #trimmermore,
    #trimmerless {
    display: none;
    position: absolute;
    top: 0;
    height: 16px;
    width: 16px;
    }

    #trimmermore span,
    #trimmerless span {
    display: none;
    }

    #trimmermore:hover,
    #trimmerless:hover {
    cursor: pointer;
    }

    #trimmermore {
    right: 0;
    background: url(‘images/trim_more.png’);
    }

    #trimmerless {
    left: 0;
    background: url(‘images/trim_less.png’);
    }

    #trimmertrim:hover, #trimmeruntrim:hover {
    text-decoration: underline;
    }

    #trimmertrim, #trimmeruntrim {
    cursor: pointer;
    position: absolute;
    top: 13px;
    width: 50px;
    text-align: center;
    color: #999;
    }

    .trimmed #trimmertrim {
    display: none;
    }

    #trimmeruntrim {
    display: none;
    }

    .trimmed #trimmeruntrim {
    display: block;
    }

    body.smartposition #rollingarchives {
    position: fixed;
    top: 0px;
    background: #fff;
    border-bottom: 1px solid #eee;
    width: 500px;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 30px;
    }

    body.smartposition #trimmertrim, body.smartposition #trimmeruntrim {
    top: 3px;
    }

    #dynamic-content { /* Make room for the rolling archives */
    padding-top: 30px;
    }

    body.onepageonly #dynamic-content { /* For the rare case of having only one page of content on the frontpage */
    padding-top: 0;
    }

    /* @end */

    /* @group Plugins */

    /* CSS Beyond this point is for various supported plugins and not the ‘core’ K2 template */

    /*-
    Links Module
    */

    .sb-links h4 {
    display: none;
    }

    .linkcat h4 {
    display: inline;
    }

    .linkcat ul {
    margin-top: 7px !important;
    }

    /*-
    Brian’s Latest Comments
    http://meidell.dk/archives/2004/09/12/brians-latest-comments/
    */

    #brians-latest-comments ul li span a, #brians-latest-comments ul li small a,
    .sb-comments-blc ul li span a, .sb-comments-blc ul li small a {
    color: #999;
    font-weight: normal;
    word-spacing: -1px;
    }

    #brians-latest-comments ul li,
    .sb-comments-blc ul li {
    margin-bottom: 6px;
    }

    #brians-latest-comments ul li > a[title=”Go to the comments of this entry”],
    .sb-comments-blc ul li > a[title=”Go to the comments of this entry”] {
    position: absolute;
    right:0;
    color: #999;
    }

    .activityentry {
    font-size: 1.1em;
    }

    div#latest-comments small {
    display: block;
    margin: 0;
    font-weight: normal;
    line-height: 1.5em;
    }

    /*-
    FlickrRSS
    */

    .sb-flickr div {
    margin-top: 10px !important;
    }

    .sb-flickr div img {
    padding: 5px;
    }

    .sb-flickr div a {
    }

    .sb-flickr div a img {
    margin: 0px 5px;
    }

    /*
    Calendar Module
    */

    #wp-calendar {
    width: 100%;
    }

    #wp-calendar td {
    color: #ccc;
    }

    #wp-calendar td, #wp-calendar th {
    text-align: center;
    padding: 2px 0;
    }

    #wp-calendar a {
    display: block;
    }

    #wp-calendar caption {
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
    }

    #wp-calendar #prev {
    text-align: left;
    }

    #wp-calendar #next {
    text-align: right;
    }

    #wp-calendar #today {
    background: #f3f3f3;
    }

    /*
    Ultimate Tag Warrior
    K2 removes UTW’s default tags for more default control.
    */

    .localtags, .technoratitags {
    display: none;
    }

    /*
    Contact Form
    */

    .contactform {
    width: 100%;
    position: relative;
    }

    .contactleft {
    width: 15%;
    text-align: right;
    clear: both;
    float: left;
    display: inline;
    padding: 4px;
    margin: 5px 0;
    }

    .contactright {
    width: 70%;
    text-align: left;
    float: right;
    display: inline;
    padding: 4px;
    margin: 5px 0;
    }

    .contacterror {
    border: 1px solid #ff0000;
    }

    /* Noteworthy */

    .category-noteworthy h3.entry-title {
    background: url(‘images/heart.png’) no-repeat right center;
    padding-right: 25px;
    display: inline;
    }

    .noteworthyLink { margin-left: 5px }

    /* Tag Cloud Module */

    .sb-wptagcloud ul {
    line-height: 2em;
    text-align: justify;
    }

    .sb-wptagcloud li {
    display: inline;
    }

    .sb-wptagcloud a {
    padding: 0 2px;
    white-space: nowrap;
    text-transform: lowercase;
    }

    /* @end */

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