1) bangersGroup: Members Posts: 6Joined: 9 Dec 2007Location: ukIP: 79.77.--.--
Posted:
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 TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 202.137.--.--
Posted:
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) bangersGroup: Members Posts: 6Joined: 9 Dec 2007Location: ukIP: 79.77.--.--