home *** CD-ROM | disk | FTP | other *** search
/ Orthodox Religion Class (2nd Semester) / ReligieCls1Sem2.iso / css / slider.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2015-01-20  |  438 b   |  32 lines

  1.  
  2. #page_footer{
  3. width: 100%;
  4. top:2px;
  5. position: fixed;
  6. left:20px;
  7. float:left;
  8. }
  9.  
  10. #control_remove{
  11. position:absolute;
  12. left:5px;
  13. float:left;
  14. }
  15.  
  16. #slider{
  17. -webkit-appearance: none;
  18. -webkit-border-radius: 5px;
  19. background-image: -webkit-linear-gradient(top, #4B0082, #E6E6FA, #9370DB);
  20. width:175px; height:17px;
  21. float:left;
  22. margin-left:5px;
  23. top:left;
  24. }
  25.  
  26. #control_add{
  27. position:absolute;
  28. left:207px;
  29. float:left;
  30. }
  31.  
  32.