Team:UCLondon/Templates/timeline-struct
From 2012e.igem.org
(Difference between revisions)
Line 148: | Line 148: | ||
// 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', '')) + 0 +"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 01:58, 28 October 2012