Bug 17575 - Advertisements misalingment at zepirates.com caused by display:inline of <table>
Summary: Advertisements misalingment at zepirates.com caused by display:inline of <table>
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.zepirates.com/bannieres-je...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-27 14:39 PST by jasneet
Modified: 2011-06-15 21:06 PDT (History)
2 users (show)

See Also:


Attachments
screenshot (207.34 KB, image/jpeg)
2008-02-27 14:44 PST, jasneet
no flags Details
reduction (702 bytes, text/html)
2008-02-27 14:44 PST, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-02-27 14:39:13 PST
I Steps:
Go to
http://www.zepirates.com/bannieres-jeu-gratuit.php

II Issue: Advertisement icons are misaligned in footer. Also some advertisement icons are not getting displayed.

III Conclusion: display: inline should display the element inside the current block on the same line. Only IE and FF seems to be displaying the two block level elements in the same line.

IV Other browsers: 
FF: ok
Opera: not ok
IE 7: ok

V Nightly tested: r30468
Comment 1 jasneet 2008-02-27 14:44:32 PST
Created attachment 19408 [details]
screenshot
Comment 2 jasneet 2008-02-27 14:44:55 PST
Created attachment 19409 [details]
reduction
Comment 3 Shane Stephens 2011-06-15 21:06:52 PDT
display: inline wraps when there is too much content to fit on a line.  This doesn't sound like a bug. Your reduction behaves identically in firefox and WebKit.

If you feel there is an issue please provide a reduction that demonstrates the difference between the browsers.