Previous Message
Next Message

Re: [css-d] CSS bar chart

Sent by M. A. Sridhar on 6 January 2003 16:04


--- annelise [EMAIL-REMOVED]> wrote:
> 
> 
> On Sun, 5 Jan 2003, M. A. Sridhar wrote:
> >
> > I have been playing with using CSS for generating a simple bar chart. I
> have
> > appended an HTML file illustrating the idea. The problem is that IE
> renders
> > the chart as expected, but Mozilla 1.2 renders all bars with the same
> height.
> > I can't explain this difference, and would greatly appreciate your inputs
> on
> > this.
> >
> >       <td align="center" class="barCell">
> >         <div class="blueBar" style="height: 100">&nbsp;</div>
> >         <div class="redBar" style="height: 120">&nbsp;</div>
> >       </td>
> >       <td align="center" class="barCell">
> >         <div class="blueBar" style="height: 170">&nbsp;</div>
> >         <div class="redBar" style="height: 130">&nbsp;</div>
> >       </td>
> >       <td align="center" class="barCell">
> >         <div class="blueBar" style="height: 80">&nbsp;</div>
> >         <div class="redBar" style="height: 140">&nbsp;</div>
> >       </td>
> 
> 
> You need units on the heights. IE is guessing you mean pixels, Mozilla's
> not wanting to guess.
> 
> change to "height:100px;"  etc
> 
> Annelise
> 
> 

Thanks for the input. That doesn't seem to resolve it, however. I changed all
the measures in the file to pixels, and it still shows exactly as it did
before under Mozilla.

=====
------
M. A. Sridhar
[EMAIL-REMOVED]

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
Previous Message
Next Message

Message thread: