| CSC 499 / CSC 397 | Grinnell College | Fall, 2009 |
| Tuesday, 9:00-9:50 Thursday, 3:15-4:05 |
Software Development Team | |
Here are some references about cascading style sheets.
The style sheet contains the specification float: left. For details, see the specification from the World Wide Web Consortium (W3C)
The style sheet also contains the specification clear: left, described by this W3C specification
parameter a: 1
parameter c: 3
var1 in printRight:
var2 in printRight:
var3 in printRight:
changing a, c, var2
parameter a: 11
parameter c: 12
var1 in printRight:
var2 in printRight: 50
var3 in printRight:
The material placed within this <div> tag is located in the right column. Parameters in the style sheet yield the following specifications:
parameter b: 2
parameter c: 3
var1 in printRight:
var2 in printRight:
var3 in printRight:
changing b, c, var1
parameter b: 21
parameter c: 22
var1 in printRight: 30
var2 in printRight:
var3 in printRight: