From 94b3eacced0d95c187f8504cf8b6b11c19f6e6b1 Mon Sep 17 00:00:00 2001 From: Elisabeth Robson Date: Mon, 6 Aug 2012 14:20:10 -0700 Subject: [PATCH] updates to 14 --- chapter14/starbuzz/accessform.css | 32 +++++++++ chapter14/starbuzz/accessform.html | 93 +++++++++++++++++++++++++++ chapter14/starbuzz/blog.html | 2 +- chapter14/starbuzz/form-complete.html | 10 +-- chapter14/starbuzz/index.html | 2 +- chapter14/starbuzz/styledform.css | 11 ++-- chapter14/starbuzz/styledform.html | 8 +-- 7 files changed, 141 insertions(+), 17 deletions(-) create mode 100644 chapter14/starbuzz/accessform.css create mode 100644 chapter14/starbuzz/accessform.html diff --git a/chapter14/starbuzz/accessform.css b/chapter14/starbuzz/accessform.css new file mode 100644 index 0000000..91d263a --- /dev/null +++ b/chapter14/starbuzz/accessform.css @@ -0,0 +1,32 @@ +body { + background: #efe5d0 url(images/background.gif) top left; + margin: 20px; +} + +form { + display: table; + padding: 10px; + border: thin dotted #7e7e7e; + background-color: #e1ceb8; +} + +div.tableRow { + display: table-row; +} + +div.tableRow > p, div.tableRow > label, div.tableRow > input { + display: table-cell; + vertical-align: top; + padding: 3px; +} +div.tableRow label:first-child { + text-align: right; +} +form textarea { + display: table-cell; + width: 500px; + height: 200px; +} +legend { + font-weight: bold; +} diff --git a/chapter14/starbuzz/accessform.html b/chapter14/starbuzz/accessform.html new file mode 100644 index 0000000..76a2f12 --- /dev/null +++ b/chapter14/starbuzz/accessform.html @@ -0,0 +1,93 @@ + + + + + The Starbuzz Bean Machine + + + + + +

The Starbuzz Bean Machine

+

Fill out the form below and click "order now" to order

+ +
+
+ Order details +
+ + +
+
+ +

+ +
+ + +

+
+
+ + +
+
+ + +
+
+ +

+ +
+ + +

+
+
+
+ Ship to +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + + diff --git a/chapter14/starbuzz/blog.html b/chapter14/starbuzz/blog.html index 3f5c683..4a25539 100644 --- a/chapter14/starbuzz/blog.html +++ b/chapter14/starbuzz/blog.html @@ -11,7 +11,7 @@ Starbuzz Coffee header slogan image + src="images/headerSlogan.gif" alt="Providing all the caffeine you need to power your life.">