Pseudonym
MemberForum Replies Created
-
In reply to: How to use Graphene stylesheet in page/post editor?
October 13, 2012 at 11:45 am #32880Bump! Can anyone help?
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;
}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
September 7, 2012 at 9:52 am #32186OK, 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
September 7, 2012 at 12:13 am #32184Thanks 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:

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?
In reply to: Second "rollover" arrow shows with two-line menu description
August 28, 2012 at 2:43 am #32182It’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)
