Template:ImageMapLink
From 2009.igem.org
(Difference between revisions)
(An image map link.) |
m |
||
Line 1: | Line 1: | ||
- | #{{1}} a { left: {{2}}px; top: {{3}}px; width: {{4}}px; height: {{5}}px; } | + | <html> |
- | #{{1}} a:hover { background: url({{6}}) no-repeat; } | + | #</html>{{1}}<html> a { left: </html>{{2}}<html>px; top: </html>{{3}}<html>px; width: </html>{{4}}<html>px; height: </html>{{5}}<html>px; } |
+ | #</html>{{1}}<html> a:hover { background: url(</html>{{6}}<html>) no-repeat; } | ||
+ | </html> |
Revision as of 10:29, 18 August 2009
#Template:1 a { left: Template:2px; top: Template:3px; width: Template:4px; height: Template:5px; } #Template:1 a:hover { background: url(Template:6) no-repeat; }