made change to tooltip

This commit is contained in:
Karen 2012-11-11 19:38:48 +05:30
parent 346331eeee
commit e8a0295a68
2 changed files with 6 additions and 6 deletions

View File

@ -77,10 +77,10 @@ font-weight:bold;
width: 156px; width: 156px;
opacity: 0; opacity: 0;
visibility: hidden; visibility: hidden;
-o-transition: all 0.3s ease-in; -o-transition: all 0.2s ease-in;
-moz-transition: all 0.3s ease-in; -moz-transition: all 0.2s ease-in;
-webkit-transition: all 0.3s ease-in; -webkit-transition: all 0.2s ease-in;
transition: all 0.3s ease-in; transition: all 0.2s ease-in;
} }
.tooltip:after { .tooltip:after {
@ -96,7 +96,7 @@ font-weight:bold;
} }
.tooltipLink:hover .tooltip { .tooltipLink:hover .tooltip {
opacity: 0.9; opacity: 1;
visibility: visible; visibility: visible;
} }

View File

@ -79,7 +79,7 @@ $(function() {
</div> </div>
<div class="productionEachText"> <div class="productionEachText">
<a href="">Name of Production (2010) <a href="" class="tooltipLink">Name of Production (2010)
<span class="tooltip"> <span class="tooltip">
<div> <div>
<strong>Some Title</strong><br /> <strong>Some Title</strong><br />