Bug 80162

Summary: Border radius, position relative, overflow hidden doesn't work
Product: WebKit Reporter: Daniele Testa <mrwolfgraphics>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: shanestephens
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jsfiddle.net/danieletesta/zcXLw/
Attachments:
Description Flags
bug attatch none

Description Daniele Testa 2012-03-02 07:39:24 PST
Created attachment 129899 [details]
bug attatch

In this fiddle I recreate what I'm working on: http://jsfiddle.net/danieletesta/zcXLw/
Picture the scenario of a list of images that must be stretched for some reason.
Now if I want to center the image I must apply a margin-left/margin-top negative value.
Also I must put inside the list a title which of course must be position absolute in order to be on top of my image (that's why I'm putting the li in position relative).
Il looks like the overflow hidden of the list is not working.

see attatchment
Comment 1 Shane Stephens 2012-03-21 20:50:57 PDT

*** This bug has been marked as a duplicate of bug 77572 ***