Closed
Bug 302441
Opened 19 years ago
Closed 19 years ago
The attached page is not rendered properly.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: maasil, Unassigned)
References
()
Details
Attachments
(1 file, 1 obsolete file)
|
46.09 KB,
application/zip
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 The attached page is not rendered properly. Kindly make it flexible. Each and every time we have to move to IE whenever things are not rendered properly. Reproducible: Always Steps to Reproduce: 1.Extract the zip file 2.Open the html file in Fire fox 3.Open the same file in IE Actual Results: Couldnt even see the menu in Firefox which is shown in IE Expected Results: Menu should be rendered properly
Comment 2•19 years ago
|
||
MITEM and MENU are NOT html tags, you should use the proper doc declaration for starters. I saw other errors aswell, try with proper xhtml/xml first before calling something a bug/ Since this isn't a html forum I guess this bug is INVALID
Attachment #190799 -
Attachment is obsolete: true
Comment 3•19 years ago
|
||
Actually, <menu> IS an html tag, however, mitem most certainly is not. The correct tag to use instead is <li>. Go here: http://72.14.207.104/search?q=cache:zmsaoTG0tI4J:www.web-source.net/html_codes_chart.htm+menu+html+tag&hl=en Look for <menu>. If you're going to use menu, that is the correct way to use <menu>, although it makes much more sense IMO just to use <ul>. Bottom line, <mitem> is NOT a standard html tag (if it even is a tag period, such as ie-only tags, because your testcase did not work as you seem to have intended, in IE6 SP2). -->INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•