- Create Account

hidden tooltip but not forgotten

Forums > SuperNote > hidden tooltip but not forgotten
Author
Message

1) bangers Group: Members
Posts: 6 Joined: 9 Dec 2007 Location: uk IP: 79.77.--.--
Hi on my page the tooltips are hidden unless triggered thanks to the css code:
visibility: hidden;

However there appears to be a space in ie and firefox where they are being stacked though hidden at the bottom of the page.

Is there a way around this or shoulf this not be happening.

Obviously I could add:
display:none;
to the class which sort the space problem but means the tooltip doesn't dispaly when triggered.

Any help appreciated.

2) Angus Turnbull Group: Moderators
Posts: 4042 Joined: 7 Dec 2003 Location: New Zealand IP: 202.137.--.--
They should be absolutely positioned so shouldn't interfere with the layout of the page? Try assigning "top: 0" if you really want to drag them up the page a little.

- Angus.

3) bangers Group: Members
Posts: 6 Joined: 9 Dec 2007 Location: uk IP: 79.77.--.--
That fixed it, cheers Angus great work.

Post a Reply:

You are not logged in, and will be posting anonymously as a guest. If you want to post using an account, please login at the top of this page.