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 >
Wrap
Cascading Style Sheet File
|
2011-03-23
|
856b
|
39 lines
/*
New Perspectives on HTML and XHTML 5th Edition
Tutorial 6
Tutorial Case
Web Form Style Sheet
Author: Edina Fuzesi
Date:03/07/2011
Filename: forms.css
Supporting Files: none
*/
label.blockLabel {display: block; position: relative; margin: 12px 0px}
label.blockLabel input {position: absolute; left: 150px}
#donationForm span {color: red}
label.indentlabel {margin-left: 150px}
#firstName, #lastName, #street {width: 25em}
#phone, #city {width: 10em}
#state {width: 3em}
#zip {width: 7em}
#addressOptions {width: 180px; margin-left: 150px}
#creditCard {position:absolute; left: 150px}
#expmonth {position:absolute; left: 150px}
#expyear {position:absolute; left: 280px}
fieldset {margin-bottom: 10px; padding: 10px; background-color: rgb(237, 233, 223)}