Closed
Bug 283800
Opened 20 years ago
Closed 20 years ago
Style problem in frameset
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: will, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0 CODE: ****************************************************************** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Lynn Price - Contemporary Glass Works</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <frameset cols="*, 50px, 600px, *" framespacing="0"> <frame src="blank.htm" bordercolor="#ffffff" frameborder="no" noresize> <frame src="navigation.htm" bordercolor="#ffffff" frameborder="no" noresize style="border-left:1px solid black"> <frame src="main.htm" bordercolor="#ffffff" frameborder="no" noresize style="border-right:1px solid black"> <frame src="blank.htm" bordercolor="#ffffff" frameborder="no" noresize> </frameset><noframes></noframes> <body> </body> </html> **************************************************** Firefox won't render the border-left / border-right if a src is specified in the frame tag. IE will. As far as I am aware this is allowed according to www.w3.org. Reproducible: Always Steps to Reproduce: 1.See summary. try the code in IE and in Firefox 2. 3. Actual Results: No border rendered Expected Results: Should have rendered the border None
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 1763 ***
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
•