Closed Bug 61438 Opened 24 years ago Closed 24 years ago

Images won't display unless browser window resized

Categories

(Core :: Layout: Tables, defect, P3)

x86
Windows NT
defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jmrozak, Assigned: karnaze)

References

()

Details

The following code doesn't display the right-side image until a resize: ... <style type="text/css"> .topBanner { BACKGROUND-COLOR: #CCCCCC; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; } </style> <body> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="topbanner"> <tbody valign="top"> <tr> <td align="left"><img src="/images/PW-Header.gif"></td> <td align="right"><img src="/images/Login.gif"></td> </tr> </tbody> <tr><td colspan=2><hr width="100%"></hr></td></tr> <tbody valign="bottom"> ... ... (other code follows) ... </table> </body> ...
Reporter is this still occuring in the latest nightlies? If so can you give us a link to the page or a working testcase? Thanks.
Changing to HTML tables
Assignee: pollmann → karnaze
Component: HTMLFrames → HTMLTables
QA Contact: petersen → chrisd
Due to lack of response I guessed maybe the site the reporter was complaining about was their own site and the sites HTML looks about the same. It worked fine me. Marking WORKSFORME. Reopen if its still a problem with the latest nightlies.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
QA contact update
QA Contact: chrisd → amar
You need to log in before you can comment on or make changes to this bug.