Closed Bug 70881 Opened 25 years ago Closed 25 years ago

Flash content inside table width="100%" height="100%" is badly misaligned

Categories

(Core Graveyard :: Plug-ins, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 70880

People

(Reporter: crochunter8, Assigned: serhunt)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.9) Gecko/20010303 BuildID: 2001030308 The page http://www.8edge.com/site/main.html has a flash movie inside of a table with width=100% and height=100%. It works fine in IE, but it creates a huge horizontal scroll bar in Mozilla. I had to scroll about 30 or more screens to the right to get see the flash movie. Reproducible: Always Steps to Reproduce: 1.Go to http://www.8edge.com/site/main.html 2.Flash content is badly misaligned 3. Actual Results: Flash content is always misaligned about 30-40 screens to the right. Expected Results: Flash content should be displayed in one screen. No scroll bars. <html> <head> <title>CreativeEdge</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> Here is the page code: <body bgcolor="#FFFFFF"> <table width="100%" border="0" height="100%"> <tr align="center" valign="middle"> <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="600" height="480"> <param name=movie value="8edge.swf"> <param name=quality value=high> <embed src="8edge.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="600" height="480"> </embed> </object></td> </tr> </table> </body> </html>
Keywords: flash
filed twice *** This bug has been marked as a duplicate of 70880 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
vrfy dup
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.