BBC Golf News
The latest BBC Golf news plus live scores, fixtures, results, and analysis for all major Golf Tournaments.
Read moreZoe offers individual Golf lessons and coaching to Ladies and Gents, as well as group lessons. Zoe also provides individual and group coaching sessions for Children and Junior Golfers. Zoe is a US Kids Golf Certified coach and a US Kids Golf Top 50 Master Coach.
Zoe is a Certified Level 2 Titleist Performance Institute Coach, employing proven exercise techniques which strengthen and improve posture which in turn improves Golf performance.
Zoe is based at Lurgan Golf Club Academy working with experienced PGA Professional Peter Hanna, You can book Golf lessons online using Zoe's booking system.
No events |
The Widgetkit Spotlight allows you to add an overlay to your images, which fades or moves in on mouse hover. The overlay can be an image or HTML content. The default magnifier spotlight is a perfect match for the Widgetkit lightbox.
If no custom overlay is set, the default spotlight fades in an overlay with a magnifier image. If you define a custom overlay, you can choose between different animations - fade
, bottom
, top
, right
and left
.
Use the HTML5 custom data attribute data-spotlight
to activate the spotlight.
<a data-spotlight="on" href="/mypage.html"> <img src="/image.jpg" width="180" height="120" alt="" /> </a>
To create a custom overlay, use a div element with the CSS class overlay
. You can set the effect parameter to the data attribute. For example:
<a data-spotlight="effect:bottom;" href="/mypage.html"> <img src="/image.jpg" width="180" height="120" alt="" /> <div class="overlay">Custom Overlay</div> </a>
You can set the effect parameter to fade
, bottom
, top
, right
and left
.