[Webkit-unassigned] [Bug 8518] New: Background image scales to size of containing DIV instead retaining it's original size
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Apr 21 08:50:28 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8518
Summary: Background image scales to size of containing DIV
instead retaining it's original size
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
URL: http://www.apple.com/science/
OS/Version: Mac OS X 10.4
Status: NEW
Severity: blocker
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: cpetersen at apple.com
At http://www.apple.com/science/, I noticed the background images used in the
navigation bar are scaled with TOT Webkit.
Here is the structure of a reduced test case which I have attached.
<style type="text/css" >
div { width: 60px; height: 40px; background:
url(http://images.apple.com/science/images/nav_links.gif) no-repeat; }
</style>
</head>
<body>
<div>
 
</div>
</body>
</html>
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list