CSS3 Resize in Webkit/Safari?

In order for it to work in Safari, it seems to need overflow:auto applied to the div.

Up vote 0 down vote favorite share g+ share fb share tw.

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? Css safari webkit css3 link|improve this question asked Dec 3 '09 at 5:54arbales1,155823 93% accept rate.

In order for it to work in Safari, it seems to need overflow:auto applied to the div. Additionally, the display height and width of the div will act as min-height and min-width. This only worked for me in Safari, not in Firefox 3.5. Nice box CSS: #box { /* important */ resize: both; overflow: auto; /* Styling */ background: red; position: absolute; /* per the question */ top: 50px; left: 50px; width: 300px }.

I know have no memory of what I was trying to accomplish with this, but thanks for the help! Something "sticky notes" related I think… – arbales Nov 16 '10 at 9:58.

Wait till Firefox 4 developer.mozilla.org/en/CSS/-moz-resize.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions