home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web10 / tutorial.06 / tutorial / forms.css < prev    next >
Cascading Style Sheet File  |  2011-03-23  |  856b  |  39 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 6
  4.    Tutorial Case
  5.  
  6.    Web Form Style Sheet
  7.    Author: Edina Fuzesi
  8.    Date:03/07/2011   
  9.  
  10.    Filename:         forms.css
  11.    Supporting Files: none
  12.  
  13. */
  14.  
  15. label.blockLabel    {display: block; position: relative; margin: 12px 0px}
  16.  
  17. label.blockLabel input  {position: absolute; left: 150px}
  18.  
  19. #donationForm span    {color: red}
  20.  
  21. label.indentlabel      {margin-left: 150px}
  22.  
  23. #firstName, #lastName, #street {width: 25em}
  24.  
  25. #phone, #city        {width: 10em}
  26.  
  27. #state            {width: 3em}
  28.  
  29. #zip            {width: 7em}
  30.  
  31. #addressOptions        {width: 180px; margin-left: 150px}
  32.  
  33. #creditCard        {position:absolute; left: 150px}
  34.  
  35. #expmonth        {position:absolute; left: 150px}
  36.  
  37. #expyear        {position:absolute; left: 280px}
  38.  
  39. fieldset        {margin-bottom: 10px; padding: 10px; background-color: rgb(237, 233, 223)}