Tutorials

Eine immer größer werdende Tutorialdatenbank.

PHP-Fusion Core

Aktuelle PHP-Fusion Vollversionen und Updates

Addon Downloads

Alle Downloads garantiert Kostenlos

Support 24/7

24 Stunden, 7 Tage die Woche, das ganze Jahr.

CSS Search Box
Kategorie: CSS
PHP-Fusion Version: Keine
Schwierigkeitsgrad:
 
Eine schöne und moderne Searchbox

Faq

HTML-Code
GeSHi: HTML
  1. <form class="searchform">
  2. <input class="searchfield" type="text" value="Search..." onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}" />
  3. <input class="searchbutton" type="button" value="Go" />
  4. </form>
gewandelt in 0.001 Sekunden, benutzt wurde GeSHi 1.0.8.10

CSS
GeSHi: CSS
  1. .searchform {
  2. display: inline-block;
  3. zoom: 1; /* ie7 hack for display:inline-block */
  4. *display: inline;
  5. border: solid 1px #d2d2d2;
  6. padding: 3px 5px;
  7.  
  8. -webkit-border-radius: 2em;
  9. -moz-border-radius: 2em;
  10. border-radius: 2em;
  11.  
  12. -webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
  13. -moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
  14. box-shadow: 0 1px 0px rgba(0,0,0,.1);
  15.  
  16. background: #f1f1f1;
  17. background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  18. background: -moz-linear-gradient(top, #fff, #ededed);
  19. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
  20. -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
  21. }
  22. .searchform input {
  23. font: normal 12px/100% Arial, Helvetica, sans-serif;
  24. }
  25. .searchform .searchfield {
  26. background: #fff;
  27. padding: 6px 6px 6px 8px;
  28. width: 202px;
  29. border: solid 1px #bcbbbb;
  30. outline: none;
  31.  
  32. -webkit-border-radius: 2em;
  33. -moz-border-radius: 2em;
  34. border-radius: 2em;
  35.  
  36. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
  37. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
  38. box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
  39. }
  40. .searchform .searchbutton {
  41. color: #fff;
  42. border: solid 1px #494949;
  43. font-size: 11px;
  44. height: 27px;
  45. width: 27px;
  46. text-shadow: 0 1px 1px rgba(0,0,0,.6);
  47.  
  48. -webkit-border-radius: 2em;
  49. -moz-border-radius: 2em;
  50. border-radius: 2em;
  51.  
  52. background: #5f5f5f;
  53. background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
  54. background: -moz-linear-gradient(top, #9e9e9e, #454545);
  55. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
  56. -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
  57. }
gewandelt in 0.002 Sekunden, benutzt wurde GeSHi 1.0.8.10


Demo ansehen

Tutorial Verlinken

URL: 
BBCode: 
HTML-Code: 
Kommentare
Es wurden noch keine Kommentare verfasst.
Kommentar schreiben
Bitte logge dich ein, um einen Kommentar zu verfassen.
Anzeige


Anmelden


Registrieren Passwort vergessen

RSS Feeds

Feeds abonieren

Letzte News
Letzte Threads
Anzeige

© Copyright 2024 PHP-Fusion.at | Alle Rechte vorbehalten.

© 2016 Real Space. All rights reserved | Design by W3layouts | 19,809,858 eindeutige Besuche
Powered by PHP-Fusion copyright © 2002 - 2024 by Nick Jones. Released as free software without warranties under GNU Affero GPL v3.