Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
CSS tooltip not appearing in Opera
Old 11-06-2007, 08:56 AM CSS tooltip not appearing in Opera
Junior Talker

Posts: 1
Trades: 0
Hi,

I am using CSS to display a tooltip when the mouse comes over a field.
This is working fine with IE and firefox but not with opera.

check the page here: (in french but anyway)
http://lostanimals.x10hosting.com/lost_main.php

The field "Code postal" must display a tooltip.
<a class=tooltip href="#">Code Postal :<span>Veuillez remplir le nom de la ville pour pouvoir choisir le code postal.</span></a>

The css code:
a.tooltip{
position:relative; /*this is the key*/
z-index:24; background-color:#E4E8DE;
color:#000;
text-decoration:none}
a.tooltip:hover{z-index:25; background-color:#E4E8DF}
a.tooltip span{display: none}
a.tooltip:hover span{
display:block;
position:absolute;
top:2em; left:2em; width:20em;
border:1px solid #0cf;
background-color:#cff; color:#000;
text-align: left}

Any idea why this is not working with opera?

Thanks,
poatrash is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-06-2007, 03:10 PM Re: CSS tooltip not appearing in Opera
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Actually, it DOES work in Opera, I'm seeing the tool tip box, but you have to hover way over to the left of the field, on the words, and the box is getting cut off, so you can't see the full text.

You might want to try changing the positioning of the tooltip box.

You might also want to review Eric Myer's article on this: http://meyerweb.com/eric/css/edge/popups/demo.html
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by LadynRed; 11-06-2007 at 03:11 PM..
LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to CSS tooltip not appearing in Opera
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09905 seconds with 12 queries