RESOLVED INVALID 21659
navigation bar in header is missing background image
https://bugs.webkit.org/show_bug.cgi?id=21659
Summary navigation bar in header is missing background image
Anantha Keesara
Reported 2008-10-16 13:40:05 PDT
I Steps: Go to http://finance.sina.com.cn/money/qa/index.html II Issue: navigation bar in header is missing background image III Conclusion: The issue is caused because when render background image to <a> tag, webkit/FF3 only match the size of link text, however IE match the whole width and height of <a> specified in style. IV Other Browsers: IE7: ok FF3: not ok V Nightly tested: 37382
Attachments
reduction.zip (857 bytes, application/octet-stream)
2008-10-16 13:40 PDT, Anantha Keesara
no flags
Anantha Keesara
Comment 1 2008-10-16 13:40:07 PDT
Created attachment 24411 [details] reduction.zip
Luke Macpherson
Comment 2 2012-03-14 20:53:41 PDT
This bug is ~3 years old now. Is it still reproducible?
David Barr
Comment 3 2012-06-20 21:20:57 PDT
http://www.w3.org/TR/CSS2/visudet.html#inline-non-replaced For inline none-replaced elements the width and height properties do not apply. The likely intent of the designer may be achieved by setting the link to display:inline-block. However, WebKit is working as intended.
Note You need to log in before you can comment on or make changes to this bug.