Team:XMU-China/CSS/SpryMenuBarHorizontal/css
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | <html > | + | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>无标题文档</title> | <title>无标题文档</title> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | # | + | #leftbar { |
- | position: | + | position:fixed; |
- | width: | + | width:181px; |
+ | height:115px; | ||
z-index:1; | z-index:1; | ||
- | + | left: 70px; | |
- | + | top: 55px; | |
+ | } | ||
+ | |||
+ | #navigbar { | ||
+ | position:absolute; | ||
+ | width:200px; | ||
+ | height:21px; | ||
+ | z-index:2; | ||
+ | left: 258px; | ||
+ | top: 55px; | ||
+ | } | ||
+ | #photo { | ||
+ | position:absolute; | ||
+ | width:531px; | ||
+ | height:131px; | ||
+ | z-index:3; | ||
+ | left:258px; | ||
+ | top:80px; | ||
+ | } | ||
+ | #schoolbadge { | ||
+ | position:absolute; | ||
+ | width:250px; | ||
+ | height:52px; | ||
+ | z-index:4; | ||
+ | left:70px; | ||
+ | top:3px; | ||
+ | padding-left:20px; | ||
+ | font-size:30px; | ||
+ | color: #006dab; | ||
+ | font-family:Tahoma, Geneva, sans-serif; | ||
+ | text-align:center; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
- | <div id = " | + | <div id="leftbar" > |
- | < | + | <table width="189" border="0" cellspacing="0" cellpadding="0" > |
- | + | <tr> | |
- | + | <td><img src="pictures/left-navigbar1.png" width="100%" /></td> | |
- | + | </tr> | |
- | </ | + | <tr> |
- | < | + | <td><img src="pictures/left-navigbar2.png" width="100%" /></td> |
- | + | </tr> | |
+ | <tr> | ||
+ | <td><img src="pictures/left-navigbar3.png" width="100%" /></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><img src="pictures/left-navigbar4.png" width="100%" /></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><img src="pictures/left-navigbar5.png" width="100%" /></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><img src="pictures/left.png" width="189" /></td> | ||
+ | </tr> | ||
+ | </table> | ||
</div> | </div> | ||
+ | <div id="schoolbadge"><img src="pictures/校徽.gif" width="50" height="50" /> XMU-China</div> | ||
<p> </p> | <p> </p> | ||
+ | <div id="navigbar"><img src="pictures/navigbar.png" width="528" height="17" /></div> | ||
+ | <div id="photo"><img src="pictures/photo.png" width="458" height="74" hspace="35" vspace="10"/></div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 12:04, 24 July 2012
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
XMU-China