Bug 18980 - height of div causing text to shift towards right side
Summary: height of div causing text to shift towards right side
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://tour.sina.com.cn/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-05-09 15:29 PDT by jasneet
Modified: 2011-10-20 05:16 PDT (History)
2 users (show)

See Also:


Attachments
screenshot (359.73 KB, image/jpeg)
2008-05-09 15:29 PDT, jasneet
no flags Details
reduction (744 bytes, text/html)
2008-05-09 15:29 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-05-09 15:29:02 PDT
I Steps:
Go to 
http://tour.sina.com.cn/
scroll to the middle of the page

II Issue:
the left text column has shifted to center and overlaps the center text column.

III Conclusion:
The height of the <div> with red border is currently set to 88px and this is what's causing the issue. Because of this height, it overlaps the <div> with blue border so text is pushed towards the right side . If I change the height to 87px, then Safari behaves the same as the other browsers.

IV Other browsers:
IE7: ok
FF3: ok
Opera9.24: ok

V Nightly tested: 32871
Comment 1 jasneet 2008-05-09 15:29:25 PDT
Created attachment 21045 [details]
screenshot
Comment 2 jasneet 2008-05-09 15:29:52 PDT
Created attachment 21046 [details]
reduction
Comment 3 Tab Atkins 2011-10-20 05:16:57 PDT
The referenced page seems to have changed and no longer exhibits the bug in the screenshot.  The testcase also appears correct and does not exhibit behavior resembling what is seen in the screenshot.

I'm closing this bug.  If the problem is still occurring, please reopen the bug with a new testcase demonstrating the problem.