Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. #custommenu {
  2. position:relative;
  3. z-index:999;
  4. font-size: 14px;
  5. margin: 0 auto;
  6. padding: 10px 16px;
  7. width: 918px;
  8. background-color: #FB0A51;
  9. border-top-left-radius: 10px 10px;
  10. -moz-border-top-left-radius: 10px 10px;
  11. border-top-right-radius: 10px 10px;
  12. -moz-border-top-right-radius: 10px 10px;
  13. }
  14.  
  15. <div class="header">
  16. some code
  17. <div class="quick-access">
  18. some code
  19. <php echo $this->getChildHtml('topSearch') ?>;
  20. </div>
  21. </div>
  22.  
  23. .header .form-search {
  24. position:absolute;
  25. right:29px;
  26. z-index:1000;
  27. top: 80px;
  28. width:315px;
  29. height:30px;
  30. padding:1px 0 0 16px;
  31. }
  32.  
  33. .header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; border-top:3px solid #3C3C42;}
  34. .header .quick-access { float:right; width:600px;margin-top:-125px; padding:28px 10px 0 0; }
  35. .header .form-search { position:relative; top: 100px;left: 300px; z-index:9999; width:315px; height:30px; padding:1px 0 0 16px; }
  36.  
  37. .header{ position: relative; z-index: 4000; }
  38. .header search { position: relative; z-index: 99999; }
  39. .custommenu { position: relative; z-index: 1000 ;}
  40.  
  41. position:relative;
  42. left:some value;
  43. top:some value;
  44. Z-index: -999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement