Template:ClothoDownloadButton

From 2008.igem.org

(Difference between revisions)
Line 4: Line 4:
<!--
<!--
#button { margin: 0; padding: 0; }
#button { margin: 0; padding: 0; }
-
#button a { display: block; background: url(http://tppdomains.net.au/images/download_button.jpg) no-repeat; width: 200px; height: 0px !important; height /**/:72px; padding: 72px 0 0 0; overflow: hidden; }
+
#button a { display: block; background: url() no-repeat; width: 200px; height: 0px !important; height /**/:72px; padding: 72px 0 0 0; overflow: hidden; }
-
#button a:hover { background: url(http://tppdomains.net.au/images/download_button.jpg) no-repeat; width: 200px; height: 0px !important; height /**/:72px; padding: 72px 0 0 0; overflow: hidden; }
+
#button a:hover { background: url() no-repeat; width: 200px; height: 0px !important; height /**/:72px; padding: 72px 0 0 0; overflow: hidden; }
-->
-->
</style>
</style>
</head>
</head>
<body>
<body>
-
<div id="button"><a href=#>YO</a></div>
+
<div id="button"><a href="#">YO</a></div>
</body>
</body>
</html>
</html>

Revision as of 12:05, 19 October 2008