Closed
Bug 274389
Opened 20 years ago
Closed 20 years ago
Table displays border even when border color is set to match background
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: diggerj11, Unassigned)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 In the page http://blindgoat.net/fub/, or any page where the following are set: A: A table with a border B: The border color matches the background (This is to allow ONLY certain cells to have a border color but not the whole table) There should be some option of allowing the user to choose whether borders are displayed even if the bordercolor matches the background. Reproducible: Always Steps to Reproduce: 1. Create a table with these settings: "bordercolor=(same as background) border=1" 2. Designate a certain cell (<td>) to have the follwing setting: "bordercolor=red (or anything different than the background)" 3. View the table Actual Results: The ENTIRE tables border is shown when only the designated cell with the DIFFERENT border color should have the border. Expected Results: Only the cell with the different bordercolor than the background should show up. This is used as a design feature to help save time and not have to do hundreds of nested tables.
Updated•20 years ago
|
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Core
QA Contact: firefox.general → core.layout
Version: unspecified → Trunk
Comment 1•20 years ago
|
||
bordercolor is an IE-only non-standard attribute. We don't/will not support it. Use CSS to control borders. *** This bug has been marked as a duplicate of 46265 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•