Template:UIUC09Temp

From 2009.igem.org

(Difference between revisions)
Line 13: Line 13:
.ddsmoothmenu{
.ddsmoothmenu{
font: bold 12px Verdana;
font: bold 12px Verdana;
-
background: #414141; /*background of menu bar (default state)*/
+
background: #F47F24; /*background of menu bar (default state)*/
width: 100%;
width: 100%;
}
}
Line 34: Line 34:
.ddsmoothmenu ul li a{
.ddsmoothmenu ul li a{
display: block;
display: block;
-
background: #414141; /*background of menu items (default state)*/
+
background: #F47F24; /*background of menu items (default state)*/
color: white;
color: white;
padding: 8px 10px;
padding: 8px 10px;
Line 138: Line 138:
var ddsmoothmenu={
var ddsmoothmenu={
-
 
-
//Specify full URL to down and right arrow images (23 is padding-right added to top level LIs with drop downs):
 
-
arrowimages: {down:['downarrowclass', 'down.gif', 23], right:['rightarrowclass', 'right.gif']},
 
transition: {overtime:300, outtime:300}, //duration of slide in/ out animation, in milliseconds
transition: {overtime:300, outtime:300}, //duration of slide in/ out animation, in milliseconds
Line 257: Line 254:
//Initialize Menu instance(s):
//Initialize Menu instance(s):
-
 
</script>
</script>
</html>
</html>

Revision as of 16:11, 8 June 2009