Elxis CMS Forum
Support => General => Topic started by: seadhna on June 17, 2011, 18:19:25
-
Hi there,
as per: http://www.mrfcj.org/accessibility.html - a Beautytips JQuery plugin is displaying correctly (link beside question mark) in latest versions of IE and Chrome, but in Firefox, the information balloon is offset, causing the text to be partially outside.
In a search on the web, a Drupal user found a fix for that CMS: http://plugins.jquery.com/content/tips-display-offset-about-25-px
stating this entry in system.css
html.js fieldset.collapsible { position: relative; }
was causing the "offset".
Adding an entry of:
html.js fieldset.collapsible { position: static; }
fixed the problem.
Could you suggest what a similar fix for Elxis might be?
many thanks!
-
Issue resolved - not an Elxis issue - CSS issue.