Bug 21628 - text in header is shifted down due to multiple charset declaration in css file
Summary: text in header is shifted down due to multiple charset declaration in css file
Status: RESOLVED WORKSFORME
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://blog.sina.com.cn/dangnianmingy...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-10-15 16:35 PDT by jasneet
Modified: 2010-08-30 14:12 PDT (History)
2 users (show)

See Also:


Attachments
reduced testcase (478 bytes, application/octet-stream)
2008-10-15 16:36 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-10-15 16:35:00 PDT
I Steps:
Go to http://blog.sina.com.cn/dangnianmingyue#aList_ALIST_1233526741

II Issue:
text in header is shifted down. look for ....BLOG....

III Conclusion:
The misalignment of the title is caused by the multiple charset declaration in the css file:

@charset "utf-8";
@charset "utf-8";
.bannerLayout { position:relative; }
.bannerContent { position:absolute; top:40%; left:55px; }

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 37604
Comment 1 jasneet 2008-10-15 16:36:08 PDT
Created attachment 24378 [details]
reduced testcase
Comment 2 Alexey Proskuryakov 2010-08-30 10:19:07 PDT
Probably same as bug 36515.
Comment 3 Alexey Proskuryakov 2010-08-30 14:12:01 PDT
I cannot reproduce this problem with Safari 5.0.1. Likely, the site changed.

This is probably a duplicate of 36515, but I didn't bother installing RAR to verify that the attached reduced test is now fixed.