Quote:
Originally Posted by maranello
the mouseover effect doesn't work properly. When you go over the bar with your mouse (with the redirection option enabled), the mouse cursor doesn't change even though you are on a hyper link text. Can you fix that? Thanks 
|
edit the template cyb_att_zposters_sr_hd
FIND
Code:
style="background-color: $stylevar[alt1_bgcolor]; width: 100%; text-decoration: none; "
REPLACE WITH
Code:
style="background-color: $stylevar[alt1_bgcolor]; width: 100%; text-decoration: none; cursor: hand; "