Closed Bug 67883 Opened 24 years ago Closed 23 years ago

[RFE] better looking table borders please

Categories

(Core :: Layout: Tables, enhancement)

x86
Windows 98
enhancement
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jameslariviere, Assigned: karnaze)

References

()

Details

(Whiteboard: [awd:tbl])

Attachments

(1 file)

DESCRIPTION:

Table borders look odd (I would like to say s*#t).

STEPS TO REPRODUCE:

view screenshot (has IE5 & Mozilla winbuild 02-05-20 renderings) and the url for
a site I work on.

ACTUAL RESULTS:

It is like the cell borders alternate every other row.  It just looks weird.


EXPECTED RESULTS:

Cell borders should have a consistant rendering.
IE5 does a nice job for borders (see screenshot).
Marking NEW.
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: better looking table borders please → [RFE] better looking table borders please
In the site's css file I added a few rules and it "fixed" the border problem. :-)

Here is what I'm using to get mozilla to render borders like normal instead of
this ugly bordering from the screenshot.

table[border="1"] {
	border-top-color: ThreeDLightShadow;
	border-right-color: ThreeDShadow;
	border-bottom-color: ThreeDShadow;
	border-left-color: ThreeDLightShadow;
	border-style: solid;
	}
table[border="1"] tbody tr td {
	border-top-color: ThreeDShadow;
	border-right-color: ThreeDLightShadow;
	border-bottom-color: ThreeDLightShadow;
	border-left-color: ThreeDShadow;
	border-style: solid;
	}

What the HELL is causing mozilla to produce this crappy bordering?
QA contact update
QA Contact: chrisd → amar
I have since changed the DTD for annuitiesnet.com (URL) to get mozilla to render
in strict mode.

I noticed that this border rendering problem exists in just quirks mode.
this works for me in quirk and strict mode. WORKSFORME.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Whiteboard: [awd:tbl]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: