Closed
Bug 3072
Opened 26 years ago
Closed 26 years ago
Skier graphic is first, then text which is wrong
Categories
(Core Graveyard :: Viewer App, defect, P2)
Tracking
(Not tracked)
People
(Reporter: nbaca, Assigned: rickg)
References
()
Details
viewer.exe 2/5/99
NT4, MAC 8.5, Linux.
website: www.travelocity.com
qa assign to chrisd@netscape.com
Problem: NT, Mac, Linux. In the "Winter Sports Resort" section the skier graphic
appears first followed by text which is doesn't appear correct. It should begin
with the text followed to the right by the skier, wintersport.gif,
4.5.1: NT and Mac display this correct, text then skier.
Other 5.0: NT, Mac, Linux dispaly incorrectly.
Comment 1•26 years ago
|
||
Here's a simple test case: remove the <A> and the <IMG> floats right
as specified).
Also: is this the same inline/block problem mentioned in #3026 ? Could be.
======================================================================
<html><body>
<table width=400 border>
<!-- *with* <A> wrapped around <IMG>; remove <A> to "fix" -->
<tr><td>
<A HREF=""><img src="http://www.travelocity.com/images/vacs/wintersport.gif"
height=66 width=88 ALIGN="right"></A>
Find information on snow sport destinations across the globe,
pick your favorite & book it. Get the scoop & book your trip now!
</td></tr>
</table>
</body></html>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
Verified Dup
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•