Template:Team:Bonn:NetworkTop
From 2013.igem.org
(Difference between revisions)
Line 56: | Line 56: | ||
var title = document.createElement("DIV"); | var title = document.createElement("DIV"); | ||
title.height = 50; | title.height = 50; | ||
- | title.width = | + | title.width = 250; |
title.style.height = title.height + "px"; | title.style.height = title.height + "px"; | ||
title.style.width = title.width + "px"; | title.style.width = title.width + "px"; | ||
Line 65: | Line 65: | ||
title.style.position = "absolute"; | title.style.position = "absolute"; | ||
title.top = -120; | title.top = -120; | ||
- | title.right = - | + | title.right = -150; |
title.style.top = title.top + "px"; | title.style.top = title.top + "px"; | ||
title.style.right = title.right + "px"; | title.style.right = title.right + "px"; | ||
Line 72: | Line 72: | ||
var summary = document.createElement("DIV"); | var summary = document.createElement("DIV"); | ||
summary.height = 170; | summary.height = 170; | ||
- | summary.width = | + | summary.width = 250; |
summary.style.height = summary.height+"px"; | summary.style.height = summary.height+"px"; | ||
summary.style.width = summary.width+"px"; | summary.style.width = summary.width+"px"; |
Revision as of 11:44, 27 October 2013