Forum Moderators: not2easy
I have trouble to get clip working with position:relative. It siply does not work. When i change position:absolute it clips nicly.
What could i do?
the clip property only applies to absolutely positioned elements. see the CSS2.1 definition [w3.org]
I've never actually found a use for "clip" yet perhaps when it can handle more than rectangles though.....
would the overflow property [w3.org] not do instead?
Suzy