Posted by Ben C on 10/07/06 08:54
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.
Navigation:
[Reply to this message]
|