garrik (@metaboy)

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • from w3

    “CSS attempts to create a balance of power between author and user style sheets. By default, rules in an author’s style sheet override those in a user’s style sheet (see cascade rule 3).

    However, for balance, an “!important” declaration (the delimiter token “!” and keyword “important” follow the declaration) takes precedence over a normal declaration. Both author and user style sheets may contain “!important” declarations, and user “!important” rules override author “!important” rules. This CSS feature improves accessibility of documents by giving users with special requirements (large fonts, color combinations, etc.) control over presentation. “

    Thanks…your response was 6 minutes ago and I had already done all my back ups so I upgraded.

    Now using WordPress 3.0 and BBPress 1.02 and so far, no detectable problems. Nothing wrong with that.

    :)

    I think that the background value in “#front-page #hottags” is your problem

    #front-page #hottags {

    background:none repeat scroll 0 0 transparent;

    left:0;

    overflow:hidden;

    position:absolute;

    top:0;

    width:150px;

    }

    Try removing it or changing it to a color value.

    I was reading through that and got a little lost. At the end you were able to get things working with Zaerl’s plugin?

    In reply to: Theme: Derleth

    Thanks for the quick feedback, I knew I forgot something. Thanks I put the overflow in. What browser are you using? I wanted to use css corners, but I am just learning what browsers they are compatible with.

    I am making a more low key color scheme for people who might want to download it. If anyone wants to download it. This particular one was made for a Disney site. Color = Magic?

Viewing 5 replies - 1 through 5 (of 5 total)