Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. http://jsfiddle.net/or1x9sa7/
  2.  
  3. .main-header {
  4. background-color: transparent;
  5. height: 120px;
  6. -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.4);
  7. -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.4);
  8. box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.4);
  9. margin-bottom:60px;
  10. width:100%;
  11. z-index: 9999 !important;
  12. position:fixed;
  13. }
  14. .picBG2 {
  15. behavior: url(js/PIE.htc);
  16. /*background-color: #E87325;*/
  17. background-color: white;
  18. height:60px;
  19. }
  20. .nav-container {
  21. margin: 0 auto;
  22. position: relative;
  23. width: 960px;
  24. background-color:red !important;
  25. /* height: 60px !important; */
  26. behavior: url(js/PIE.htc);
  27. }
  28.  
  29. .search_field2 {
  30. height:30px;
  31. font-size: 2em;
  32. behavior: url(js/PIE.htc);
  33. -webkit-border-radius: 5px;
  34. -moz-border-radius: 5px;
  35. border-radius: 5px;
  36. margin-top: 3px;
  37.  
  38. width:100%;
  39. }
  40.  
  41. <div style="position:relative; height: 130px;">
  42. <div class="main-header" style="z-index: 9997;">
  43. <div class="picBG2" style=""></div>
  44. <div class="header-bar">
  45. <header class="nav-container clearfix">
  46. <div class="searchbar clearfix" style="display:inline-block; top:-100px; z-index: 9999 !important;">
  47. <form method="GET" action="search2.php" style= "padding: 1px; font-family: Tahoma, Geneva, sans-serif;">
  48.  
  49. <fieldset>
  50. <input type="text" name="search" class="search_field2" value="" id="search" maxlength="20" />
  51. </fieldset>
  52.  
  53.  
  54. <input type="hidden" name="start" value="0" />
  55. <input type="hidden" name="limit" value="15" />
  56. </form>
  57. </div>
  58. </header>
  59. </div>
  60. </div><!-- end spacer -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement