Team:KAIST Korea/enter
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
<head> | <head> | ||
Line 11: | Line 10: | ||
<style> | <style> | ||
+ | #searchInput{ | ||
+ | background-color:transparent; | ||
+ | z-index:100; | ||
+ | color:#FFFFFF; | ||
+ | font:Arial; | ||
+ | text-align:center; | ||
+ | |||
+ | background:url('https://static.igem.org/mediawiki/2011/2/2e/Kaist2011_head_searchbar.png') no-repeat; | ||
+ | background-position:0px 0px; | ||
+ | vertical-align:middle; | ||
+ | |||
+ | width: 184px; | ||
+ | height: 22px; | ||
+ | border: none; | ||
+ | |||
+ | } | ||
+ | |||
+ | #searchGoButton { | ||
+ | font-size:0pt; | ||
+ | background:url('https://static.igem.org/mediawiki/2011/5/5f/Kaist2011_head_arrow.png') no-repeat; | ||
+ | background-position:left 0px; | ||
+ | cursor:pointer; | ||
+ | cursor: hand; /* for IE 5.x */ | ||
+ | |||
+ | width: 29px; | ||
+ | height: 29px; | ||
+ | border: none; | ||
+ | } | ||
+ | #mw-searchButton { | ||
+ | position:relative; | ||
+ | left:35px; | ||
+ | font-size:0pt; | ||
+ | background:url('https://static.igem.org/mediawiki/2011/a/a1/Kaist2011_head_search.png') no-repeat; | ||
+ | background-position:left 0px; | ||
+ | cursor:pointer; | ||
+ | cursor: hand; /* for IE 5.x */ | ||
+ | |||
+ | width: 29px; | ||
+ | height: 29px; | ||
+ | border: none; | ||
+ | } | ||
.firstHeading {display:none;} | .firstHeading {display:none;} | ||
Revision as of 02:53, 2 August 2012