Closed
Bug 293393
Opened 20 years ago
Closed 20 years ago
This page does not display correctly.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: topazken, Unassigned)
References
()
Details
Attachments
(1 file)
|
5.24 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 This is my web site developed with MS Front Page. When viewed with Firefox, the background image is missing and the rest of the page is jumbled. Other Front Page developed sites of mine work fine in Firefox. Reproducible: Always Steps to Reproduce: 1.Visit site. 2. 3.
Comment 1•20 years ago
|
||
I don`t think its a Firefox-Problem because the w3c.org check shows 24 Errors on your page http://validator.w3.org/check?uri=http://petalumaantiques.com and its not a Valid HTML 4.01 Transitional
Comment 2•20 years ago
|
||
-> Resolved invalid please look at the w3c.org errors
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 3•20 years ago
|
||
I enclose a test case which is reminiscent of your page, grateful if someone could check it in Konqueror, I suspect that it will render in that browser, but not in Firefox. Reporter, it is possible that some of the mis-render is owing to the background image's being applied to the table. I am speaking from the context of having looked at the markup, rather than the design, and whilst this may be too simplistic, probably not be much: I suggest that you could repair the design, and possibly everything by styling the <div> and making the <table> less complex. This works for me: <div align="center" style="background-image: url(images/petalumaback.jpg); background-repeat: no-repeat;"> You might find it better to make use of positioned elements and floats for those parts of the design that, well, you want to have positioned, and floating respectively. It is possible that I am on the wrong lines, and that backgound images on tables are meant to repeat in each <td>. This is a 'quirks' thing, and I am not expressing an opinion one way or another!
You need to log in
before you can comment on or make changes to this bug.
Description
•