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)
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>
...
Comment 1•24 years ago
|
||
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.
Comment 2•24 years ago
|
||
Changing to HTML tables
Assignee: pollmann → karnaze
Component: HTMLFrames → HTMLTables
QA Contact: petersen → chrisd
Comment 3•24 years ago
|
||
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
You need to log in
before you can comment on or make changes to this bug.
Description
•