I’m attempting to use CSS3’s resize to make an absolutely positioned div resizable in Safari and Firefox Beta. No matter what I do I can’t seem to make it work – are there situations that resize cannot be used?
I’m attempting to use CSS3’s resize to make an absolutely positioned div resizable in
Share
In order for it to work in Safari, it seems to need
overflow:autoapplied to the div.Additionally, the display
heightandwidthof thedivwill act asmin-heightandmin-width.This only worked for me in Safari, not in Firefox 3.5.
CSS: