Posted by effendi on 10/07/06 14:48
Ben C wrote:
> On 2006-10-07, effendi@epitome.com.sg <effendi@epitome.com.sg> wrote:
> > I created a table with the following style for each cell. It worked
> > fine for MSIE but when opened in Firefox/Opera, the cells collapsed
> > What do I need to change to make it work in the other broswers as well.
> >
> >
> > .workplan td{
> > padding: 0px;
> > min-height: 17px;
> > border: 1px solid #cccccc;
> >
> > }
>
> Just use height: 17px.
>
> Height is interpreted as a minimum height on table cells anyway.
Thanks, I changed min-height to height as you suggested and it worked.
[Back to original message]
|