Mouseover text problem

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Aug 19, 2013 6:03 pm
Reply with quote
Report this post
Hello

there is very strange thing. if I move mouse to see mouse over text for example to recover account I see mouse over text like this:

Image

this is FireFox 23.0.1 screen but there is same problem in opera 15 and IE 10

same are when registering or any ting else which have mouse over text. so any solution to make mouse over text visible and comfortable to see

Thanks
User avatar
Senior Boarder

GK User
Mon Aug 19, 2013 6:14 pm
Reply with quote
Report this post
Also in demo site everything works fine. so what I'm missing? :(
User avatar
Senior Boarder

GK User
Sat Aug 31, 2013 10:36 am
Reply with quote
Report this post
How make tip-s like this:

Image

this is gavick demo site.
User avatar
Senior Boarder

GK User
Sun Sep 01, 2013 4:17 pm
Reply with quote
Report this post
Could you provide me access to your website ? Please include link to this forum topic.
User avatar
Platinum Boarder

GK User
Sun Sep 01, 2013 4:45 pm
Reply with quote
Report this post
bkrztuk wrote:Could you provide me access to your website ? Please include link to this forum topic.


PM sent

thanks
User avatar
Senior Boarder

GK User
Tue Sep 03, 2013 9:37 am
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.tooltip {
   background: #fff;
   border: 1px solid #ccc;
   max-width: 350px;
   min-width: 160px;
   padding: 8px;
   position: absolute!important;
   opacity: 1;
   z-index: 10;
}

.tooltip-inner strong {
   background: #4d90fe;
   color: #fff;
   font-size: 14px;
   font-weight: 700;
   line-height: 20px;
   padding: 5px 15px;
   width: 100%;
   clear: both;
   display: block;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.tooltip-inner {
   color: #555;
   font-size: 12px;
   padding: 5px 0
}
.tooltip-inner br {
   display: none;
}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder


cron