Graphics Programs Reference
In-Depth Information
Figure 6-19: Adding in colors makes the bars more obvious.
Tackle these in reverse order. First, pull the red outlines and toss in a subtle border along the
top and bottom of the whole graph.
table , table * { outline : none ;}
table { display : block ; position : relative ;
height : 300px ; width : 600px ;
border : 1px solid #999 ; border-width : 1px 0 ;
font : small sans-serif ;}
227
For the overlapping of the date, shit the dates above the table altogether (see Figure 6-20),
thus ensuring that they won't get overlapped.
tbody th { top : -1.33em ;}
Figure 6-20: Cleaning up the header cells.
 
Search WWH ::




Custom Search