Active
Project:
Rotating Banner
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2012 at 04:24 UTC
Updated:
30 Apr 2012 at 04:24 UTC
Hello guys
How to show both numbers and Prev/Next control...
I have this code: (from rotating_banner.module line 595)
$element['controls'] = array(
'#markup' =>
''
.'<div onmouseover="show_nav_bar(this);" onmouseout="hide_nav_bar(this);" id="slide_nav" style="text-align:center; width: 668px;" >'
.'<a href="#" class="prev"><img src="Archivos/atras.jpg" style="float:left" /></a>'
.'<div class="' . $settings['controls'] . ' controls inline-block">'
. $content
. '</div>'
.'<a href="#" class="next"><img src="Archivos/adelante.jpg" style="float:right" /></a>'
.'</div>',
);
But only one numbers control links are working, the next and prev link are not working...
Any clue?