home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2011 October / PCgo_1011_CD.iso / interface / css / boxIE6.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-04-08  |  1.1 KB  |  38 lines

  1. /***************************************************************************************************
  2. *   Document: boxIE6.css
  3. *   Description: Einstellungen der verwendeten Boxen
  4. *   Company: InteractiveM
  5. *   Author: Ren├⌐ Woizenko, Thomas Smiatek
  6. *   Email: info@im-online.de
  7. *   
  8. *   @version: v1.0
  9. *   
  10. */
  11. /***************************************************************************************************
  12. *   CONTENT  - BOX & AD-BANNER
  13. */
  14. div#ad_banner_01 {
  15.   padding-top: 12px;
  16. }
  17.  
  18. /***************************************************************************************************
  19. *   CONTENT - DETAILBOX
  20. */
  21. div#softDetailBox div#softDetailContentLeft div#optionBox {
  22.   margin: -3px 0 0 0;
  23. }
  24.  
  25. /***************************************************************************************************
  26. *   CONTENT - DETAILBOX - OPERATION BOX
  27. */
  28. div#operationItemBox {
  29.   margin: 0 6px 0 0;
  30. }
  31.  
  32.  
  33. /***************************************************************************************************
  34. *   CONTENT - INPUT-SEARCH - BACKGROUND FIX
  35. */
  36. input.searchbox { 
  37.   background: #fff url('../images/searchFieldBG.gif') no-repeat fixed;
  38. }