Firebird + CSS + Table Border Styles Bug

User Help for Mozilla Firefox
Post Reply
Pc_Madness
Guest

Firebird + CSS + Table Border Styles Bug

Post by Pc_Madness »

I don't have a BugZilla account, nor am I even sure if this is a bug anyway.

.tbl {
border-style : solid;
border-width : 12px;
border-color : #0000FF;
}

Usage,
<table width="100%" class="tbl" cellpadding="0" cellspacing="0">

Gets me a thick blue border around the table in IE, nothing in Mozilla. If I apply the same thing to a row(<TD>), it works fine.

A bug? I was under the impression that this was part of the standard, and I can do it with normal HTML just fine. :unsure:
old momokatte
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old momokatte »

Your code works perfectly for me in Mozilla Firebird 0.7+ (20031109). The table has a 12px solid blue border.
Ananas
Guest

maybe related bug

Post by Ananas »

Version :
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Firebird/0.7

Page :
http://www.seti-nl.org/gauntlet.php?action=membersgraph
(sorry, dynamic page, bug might not always appear)


The page shows a bargraph using colored tables as bars like
<table cellpadding=0 cellspacing=0 border=0 width=10%><tr><td height=6 bgcolor=red></td></tr></table>
These tables are embedded in a container table.

Sometimes one tables goes to 100% width while another one with the same width= tag shows the correct width. Cross-checking with IE shows that it should not be a HTML coding bug.
Pc_Madness
Guest

Post by Pc_Madness »

Hmm! Heres the page I was developing,

http://www.pcmadness.iemhosting.com/moz/temppg.html

It doesn't show the border at all in Firebird.
Ananas
Guest

Post by Ananas »

... Checking the same page while there has not been a source change yet shows, that the bug is not always reproducable, it appears sometimes (randomly?) and sometimes it doesn't - with identical page source, even within the same Firebird session.
Guest
Guest

Post by Guest »

Pc_Madness wrote:Hmm! Heres the page I was developing,

http://www.pcmadness.iemhosting.com/moz/temppg.html

It doesn't show the border at all in Firebird.


confirmed, no border (Firebird version info above)
Post Reply