Hey,
I tried to style the tooltips for hours now, but managed to do so by adding
Without that the tooltip did not appear properly. But now there is an ugly beige arrow image at the top of the tooltip. I cannot higlight the picture with Firebug to get to know where this comes from. How can I make it disapear?
Thanks a lot!
I tried to style the tooltips for hours now, but managed to do so by adding
.tooltipbox div.tip {
padding: 10px;
width: 250px;
opacity: 0.8;
background-color:#000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #fff!important;
}
Without that the tooltip did not appear properly. But now there is an ugly beige arrow image at the top of the tooltip. I cannot higlight the picture with Firebug to get to know where this comes from. How can I make it disapear?
Thanks a lot!
Hi lionheartppp,
Please post a link to the form so I can take a quick look.
Bob
Please post a link to the form so I can take a quick look.
Bob
Hi lionheartppp,
It's from the template system.css at line 56
Bob
It's from the template system.css at line 56
.tip-title {
background: url("../../../../../system/images/selector-arrow.png") no-repeat scroll 0 0 transparent;
font-size: 13px;
font-weight: bold;
margin-top: -15px;
padding: 15px 0 5px;
}
Bob
Thanks a lot, that worked!
Awesome extension, excellent support.
Awesome extension, excellent support.
This topic is locked and no more replies can be posted.