File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -730,4 +730,21 @@ a.home
730
730
a .home : hover
731
731
{
732
732
background : url ('../images/home1.png' ) no-repeat;
733
- }
733
+ }
734
+
735
+ # in
736
+ {
737
+ height : 28px ;
738
+ margin-right : -5px ;
739
+ }
740
+
741
+ # click
742
+ {
743
+ background : url ('../images/search.png' ) no-repeat;
744
+ height : 28px ;
745
+ width : 28px ;
746
+ margin-left : -5px ;
747
+ border : 0 ;
748
+ cursor : arrow;
749
+ font-size : 0 ;
750
+ }
Original file line number Diff line number Diff line change 25
25
26
26
< td class ="search ">
27
27
< form action ="TOC.htm ">
28
+ < div >
28
29
< input disabled onkeydown ="if (event.keyCode==13) {return DoSearch()} " onclick ='this.value="";this.style.fontStyle="normal";this.style.color="black" ' type ="text " id ="in " name ="in ">
29
- < img class ="search " onclick ='DoSearch() ' src ="../images/search.png " alt ="Search ">
30
+ < input readonly title ="Search " onfocus ="this.blur() " id ="click " name ="click " onclick ='this.blur();DoSearch() '>
31
+ </ div >
30
32
</ form >
31
33
< a href ="# " class ="home " title ="Project Home " onclick ='GoHome() '> </ a >
32
34
< a href ="# " class ="print " title ="Print " onclick ="window.print();return false; "> </ a >
You can’t perform that action at this time.
0 commit comments