Team:UCLondon/Templates/timeline-struct
From 2012e.igem.org
(Difference between revisions)
Line 143: | Line 143: | ||
// hack to increase the width of float element so the last item will display. | // hack to increase the width of float element so the last item will display. | ||
- | setTimeout((function() {$('#issues').css('width', parseInt($('#issues').css('width').replace('px', '')) + | + | setTimeout((function() {$('#issues').css('width', parseInt($('#issues').css('width').replace('px', '')) + 1000 +"px" ); }), 1500); |
//$('#issues').css('width', parseInt($('#issues').css('width').replace('px', '')) + 3000 +"px" ); | //$('#issues').css('width', parseInt($('#issues').css('width').replace('px', '')) + 3000 +"px" ); |
Revision as of 00:49, 21 October 2012