Closed webguy262 closed 11 years ago
I looked at it with Firebug.
When I disabled the "display: none" style on the tooltip class the start/stop control appeared
http://www.theinnatbowmanshill.com/newsite/css/ibh.css (195)
.tooltip {
display: none;
font-size: 12px;
}
It looks like the anchor tag containing the start/stop span might be the only place with the .tooltip class assigned.
<a class="start-stop tooltip playing" href="#" title="Stop">
<span>Stop</span>
</a>
Be Well,
Joe
From: webguy262 [mailto:notifications@github.com] Sent: Wednesday, March 13, 2013 10:31 AM To: CSS-Tricks/AnythingSlider Subject: [AnythingSlider] start / stop buttons disappeared! (#503)
just noticed the start / stop buttons are no longer appearing on a site i'm building.
they were there and working perfectly, but gone now.
here's the site...
http://www.theinnatbowmanshill.com/newsite/
can anyone see what i'm missing?
— Reply to this email directly or view it on GitHub https://github.com/CSS-Tricks/AnythingSlider/issues/503 . https://github.com/notifications/beacon/Mz5Hbsn3bOTOC3xHrTRVuz8KYBi8sEmlH132F2wfXL9xHk9n9fkkxJfK2oem6aDl.gif
Joe
Thanks! You're right, looks like AS applies a tooltip class to the start/stop.
That was not a problem until I added an ACTUAL tooltip to the site!
At that point, the tooltip popup code introduced display:none and the start/stop disappeared.
Thanks again!
Can you close this issue or does one of the project members need to do it?
sorry... forgot to close
just noticed the start / stop buttons are no longer appearing on a site i'm building.
they were there and working perfectly, but gone now.
here's the site...
http://www.theinnatbowmanshill.com/newsite/
can anyone see what i'm missing?