Re: [css-d] Dynamic CSS bar graph

2006-06-19 Thread Andrew Green
On Fri, 16 Jun 2006 10:00:48 -0400, Ben Liu wrote: > The list items have a red background color which allows the graph to > be viewed on screen. Of course when the report is printed, if the user > does not select "print background items" somewhere in their print > dialogue boxes, they get no graph

Re: [css-d] Dynamic CSS bar graph

2006-06-16 Thread Christian Montoya
On 6/16/06, Ben Liu <[EMAIL PROTECTED]> wrote: > Hi Christian, > > Thanks for the help. I think I can do away with the containment div > around the bar graph img since I have another containment div already > performing some other functions. Any ideas on what is more correct: > > > > -OR- > > > >

Re: [css-d] Dynamic CSS bar graph

2006-06-16 Thread Ben Liu
Hi Christian, Thanks for the help. I think I can do away with the containment div around the bar graph img since I have another containment div already performing some other functions. Any ideas on what is more correct: -OR- or in other words, does the image height declaration belong in the

Re: [css-d] Dynamic CSS bar graph

2006-06-16 Thread Christian Montoya
On 6/16/06, Ben Liu <[EMAIL PROTECTED]> wrote: > Hello All, > > I've developed a simple online bar graph for a client. The page > queries a database, tallies the total number of orders coming in from > each US state and then draws a series of bar graphs to represent the > number of orders. The repo

[css-d] Dynamic CSS bar graph

2006-06-16 Thread Ben Liu
Hello All, I've developed a simple online bar graph for a client. The page queries a database, tallies the total number of orders coming in from each US state and then draws a series of bar graphs to represent the number of orders. The report works fine expect when the user tries to print it. The