home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web10 / CIS31 / form.css < prev    next >
Cascading Style Sheet File  |  2011-04-18  |  813b  |  38 lines

  1. /* Case Project
  2.    Phase 1
  3.  
  4.    Form style sheet
  5.    Author: Edina Fuzesi
  6.    Date: 04/15/2011  
  7.  
  8.     Filename:         form.css
  9.    Supporting Files: none
  10.  
  11. */
  12.  
  13. label.blockLabel    {display: block; position: relative; margin: 12px 0px}
  14.  
  15. label.blockLabel input  {position: absolute; left: 150px}
  16.  
  17. label.indentlabel      {margin-left: 150px}
  18.  
  19. #firstName, #lastName, #street, #eMail {width: 25em}
  20.  
  21. #phone, #city, #birth, #number    {width: 10em}
  22.  
  23. #state            {width: 3em}
  24.  
  25. #zip            {width: 7em}
  26.  
  27. #ageOptions        {width: 180px; margin-left: 150px}
  28.  
  29. #category        {position:absolute; left: 150px}
  30.  
  31. #creditCard        {position:absolute; left: 150px}
  32.  
  33. #expmonth        {position:absolute; left: 150px}
  34.  
  35. #expyear        {position:absolute; left: 280px}
  36.  
  37. fieldset        {margin-bottom: 10px; padding: 10px; background-color: pink}
  38.