home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_35397 / Martins_Jaymn / tutorial.06 / review / vforms.css < prev    next >
Cascading Style Sheet File  |  2011-05-09  |  2KB  |  34 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 6
  4.    Review Assignment
  5.  
  6.    Volunteer Form Style Sheet
  7.    Author: Jaymn Martins
  8.    Date: 4/9/11  
  9.  
  10.    Filename:         forms.css
  11.    Supporting Files: none
  12.  
  13. */
  14. fieldset                                  {margin-bottom: 10px; padding: 10px; background-color: rgb(237, 233, 223)}
  15. fieldset span                         {color: red}
  16. label.blockLabel                {display: block; position: relative; width: 450px; margin-top: 12px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px}
  17. label.blockLabel input        {position: absolute; left: 140px}
  18. #interestFields                {position: relative; width: 450px; height: 120px; padding: 5px}
  19. #interest1                          {position: relative; top: 0px; left: 0px}
  20. #interest2                          {position: relative; top: 0px; left: 0px}
  21. #interest3                          {position: relative; top: 0px; left: 0px}
  22. #interest4                          {position: relative; top: 0px; left: 0px}
  23. #interest5                          {position: relative; top: 0px; left: 0px}
  24. #interest6                          {position: relative; top: 0px; left: 0px}
  25. #interest7                          {position: relative; top: 0px; left: 0px}
  26. #interest8                          {position: relative; top: 0px; left: 0px}
  27. #interest9                          {position: relative; top: 0px; left: 0px}
  28. #firstName, #lastName    {width: 250px}
  29. #street, #street2            {width: 350px}
  30. #phone, #city                    {width: 150px}
  31. #zip                                      {width: 80px}
  32. #state                                  {width: 40px}
  33. #question                            {position: absolute; left: 150px}
  34. #experience                        {width: 450px; padding: 5px}