Topic: Hover box, BEHIND calendar?

0 Members and 1 Guest are viewing this topic.

August 18, 2011, 12:56 AM

Offline catrionab

  • Newbie
  • *
  • Posts: 3
  • 'corePHP' - Unlock your Full Potential!
    • View Profile
The pop up box that is shown when you hover over an event in calendar view appears BEHIND my calendar. I can just see it poking out the side when I am hovering over a date on the far right of the calendar view. I'm using the black and blue version, but it's the same in the classic view. It's also the same when hovering over dates in the module view, they appear behind the main calendar.

Anybody any idea why - and how to fix it?
Thanks.

August 18, 2011, 04:39 AM

Offline Andy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1,739
    • View Profile
If you provide a link to the site in question, we could likely use a tool such as Firebug to troubleshoot what is causing the issue.  The issue could likely be solved by modifying the tool-tips' z-index.

Kindest regards,

Andy Poorman - Support Manager / Developer
http://www.corephp.com'corePHP' - Accessibility Experts

— Professional Support: Support Tickets

August 19, 2011, 11:31 PM

Offline catrionab

  • Newbie
  • *
  • Posts: 3
  • 'corePHP' - Unlock your Full Potential!
    • View Profile
Of course, thanks for your response. The Calendar is at http://www.greatamwellscouts.org.uk/index.php/calendar
It's normally in the registered area, so temporarily I've set it to the public area so that you can see it. (While you are looking at it - am I right in thinking that the calendar module is only available as the Classic template and not blacknblue?)

Thank you so much for your help!
Catriona

August 22, 2011, 05:23 AM

Offline Andy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1,739
    • View Profile
In the file http://www.greatamwellscouts.org.uk/templates/js_simplicity/css/j15.css on line 87, the .tool-tip class is defined.  Add this inside of it:
Code: [Select]
z-index: 100;
Kindest regards,

Andy Poorman - Support Manager / Developer
http://www.corephp.com'corePHP' - Accessibility Experts

— Professional Support: Support Tickets

August 22, 2011, 10:55 AM

Offline catrionab

  • Newbie
  • *
  • Posts: 3
  • 'corePHP' - Unlock your Full Potential!
    • View Profile
 :D thank you, that seems to have fixed it! Thank you for your help!
Catriona.