Pseudonym

Member

Forum Replies Created

  • In reply to: How to use Graphene stylesheet in page/post editor?

    #32880

    Bump! Can anyone help?

    In reply to: Where is the script that controls menus?

    #32580

    In reply to: Where is the script that controls menus?

    #32579

    Well, after many hours of head-scratching, I’ve solved the problem. I thought I’d post the answer here in case anyone else ever needs it.

    The answer is… there IS no script that controls the dropdown menus. It’s all done with CSS.

    So that explains the difficulty I had in finding a script that doesn’t exist! The problem was that both Graphene and phpBB use a style class called “clearfix”, and phpBB was interfering with the menus.

    Remove phpBB’s clearfix class, and replace with this:

    /* Copied from phpBB's tweaks.css, but restricting the phphBB clearfix class to within #content only */
    #content .clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
    height: 1%;
    overflow: hidden;
    }

    In reply to: Where is the script that controls menus?

    #32578

    Bump!

    I know this isn’t strictly a Graphene problem, but any help would be most appreciated. 🙂

    In reply to: Second "rollover" arrow shows with two-line menu description

    #32186

    OK, here’s how I’ve solved it…

    <!--[if IE]>
    <style>
    #header-menu > li:hover, #header-menu > li.current-menu-item, #header-menu > li.current-menu-ancestor {
    background: #c2dbe9 !important;
    filter: none !important;
    }
    </style>
    <![endif]-->

    That gets put in the Graphene Theme Options > Advanced > Custom header tags. It replaces the gradient with a solid colour. It’s a bit rough, but it does the job. 🙂

    In reply to: Second "rollover" arrow shows with two-line menu description

    #32184

    Thanks Kenneth. I’ve created a second sprite image and it’s working nicely. Hopefully it’s update-proof too!

    The only other problem I’ve discovered (and it may be totally unrelated) is when hovering over the menu in IE9. For some reason the coloured gradient is all screwed up. It should look like the colours above. Instead, on IE9 it looks like this:

    menu2o.jpg

    Hideous, isn’t it?! I don’t know where that’s coming from. As far as I know, I’ve never used that shade of blue at all! Any thoughts?

    It’s still on the development server, but you can see it at http://dev.nzbb.co.nz/

Viewing 7 posts - 1 through 7 (of 7 total)