Closed
Bug 273712
Opened 20 years ago
Closed 20 years ago
CSS to change border of text box doesn't work ...
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: ricardo.silva, Assigned: bugs)
References
()
Details
Attachments
(1 file)
|
5.16 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 all the text box that use a CSS to change their border, in firefox the border doesn't appear you can take a look at these web site http://www.tramauniversitario.com.br/home/index.jsp and http://www.tramauniversitario.com.br/usuario/cadastro.jsp because of that all the text box are not visible, because the page have a white background and it changes a little the layout of the boxes in the page Reproducible: Always Steps to Reproduce: 1. 2. 3. Expected Results: That firefox be able to display properly these text box that use CSS to change their style, like the border.
| Reporter | ||
Comment 1•20 years ago
|
||
example of the CSS.
.boxcep2 {
BACKGROUND-COLOR: #ffffff;
BORDER-BOTTOM: #999999 1px double;
BORDER-LEFT: #999999 1px double;
BORDER-RIGHT: #999999 1px double;
BORDER-TOP: #999999 1px double;
COLOR: #37434E;
FONT-FAMILY: Verdana, Arial;
FONT-SIZE: 10px;
FONT-STYLE: normal;
FONT-VARIANT: normal;
LINE-HEIGHT: normal;
WIDTH: 30px;
height: 17px
}
Comment 2•20 years ago
|
||
Page is using # border-bottom : 1px double #fd850b; # border-left : 1px double #fd850b; # border-right : 1px double #fd850b; # border-top : 1px double #fd850b; That's not rendered correctly. Bug is a duplicate from bug 1781.
| Reporter | ||
Comment 3•20 years ago
|
||
this file contain the CSS used in the web site.
Comment 4•20 years ago
|
||
Marking DUPLICATE per comment 2. Reporter, please note that this component is for the actual Website of Firefox, not for website problems with Firefox. *** This bug has been marked as a duplicate of 1781 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 5•19 years ago
|
||
--> Websites :: www.mozilla.com so timeless can close out Firefox :: Product Site.
Component: Product Site → www.mozilla.com
Product: Firefox → Websites
Comment 6•19 years ago
|
||
-> Firefox::General (939393)
Component: www.mozilla.com → General
Product: Websites → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•