HighDots Forums  

Re: tooltips using css in picture gallery are hidden by pictures

alt.html alt.html


Discuss Re: tooltips using css in picture gallery are hidden by pictures in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
richard
 
Posts: n/a

Default Re: tooltips using css in picture gallery are hidden by pictures - 06-15-2008 , 07:53 PM






On Sun, 15 Jun 2008 23:37:09 +0200, Peter Müller <user (AT) example (DOT) net>
wrote:

Quote:
I have put my photos inside a table. Now I tried to add tooltip
displaying further information about the selected photo. No I hav the
problem that the shown tooltips are hidden by other photos of the
gallery. And therefore the tooltip is useless. Here is my style definition:

a, .tipp {
position: relative;
}

a span, .tipp span {
display: none;
font: 11px arial,helvetica,sans-serif;
color: #000066;
}

a:hover, .tipp:hover {
background-color: white;
}


a:hover span, .tipp:hover span {
Just noticed this too. Might want to look at how you have it worded.



Quote:
width: 300px;
position: absolute;
top: 30px;
left: 30px;
display: block;
background: #e6ecff;
border: 1px solid #003399;
text-decoration: none;
padding: 3px;
opacity: 1;
filter: alpha(opacity=100);
}


My pictures are displayed by something like:

table
tr
td align="left" valign="top"
a href="page-0001.html" class="tooltip"><span
class="info"><table>...</table></span
img src="thumbs/thumbnail-0001.jpg" alt="Feuerwand" border="0"
width="150" height="112"></a

/td><td align="left" valign="top"
a href="page-0127.html" class="tooltip"><span
class="info"><table>...</table></span><img
src="thumbs/thumbnail-0127.jpg" alt="Rotes Ende" border="0"
width="150" height="112"></a
...


What can help?


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.