We are working on a site and using the Softpress Blogger Action to make a templet for Blogger so that the blog fits seamlessly into the site. Everything is working great with the exception of the CSS Menu. On the blog page we don’t get the on state. Any thoughts?
Since the Blogger action is using a “base href” tag and if the user clicks on the the blog menu button while the button is in it’s active state (User is on the page), the css menu pastes the base href and the index page loads.
Appears the css menu is using the # symbol in its markup to keep the user on the active page if button is clicked. Is there a way to either correct the original issue using another method or can we override the css to keep it from using the base href and sending the user back to the index page somehow?