Team:UCLondon/Templates/timeline-struct
From 2012e.igem.org
(Difference between revisions)
Line 60: | Line 60: | ||
/* check here */ | /* check here */ | ||
#issues li { | #issues li { | ||
- | width: | + | width:550px; |
height: 250px; | height: 250px; | ||
list-style: none; | list-style: none; | ||
Line 139: | Line 139: | ||
$().timelinr(); | $().timelinr(); | ||
- | setTimeout((function() { | + | setTimeout((function() {$('#issues').css('width', parseInt($('#issues').css('width').replace('px', '')) + 3000 +"px" ); }), 2000); |
//$('#issues').css('width', parseInt($('#issues').css('width').replace('px', '')) + 3000 +"px" ); | //$('#issues').css('width', parseInt($('#issues').css('width').replace('px', '')) + 3000 +"px" ); | ||
- | $('#issues li').css('width', '550px'); | + | //$('#issues li').css('width', '550px'); |
Revision as of 22:46, 20 October 2012