I have a click function setup to make a div resizable. When I click on the div, the style has white lines and is all spaced out, I am guessing it might have something to do with the jquery ui css file? How would i go about styling it?
Example: http://www.fissiondesigns.com/simon/
try clicking on one of the boxes on the image. Thanks!
Its your css thats doing it. when it becomes resizable, jQuery is adding a bunch of div in
dynamic-pinpoint-area. All divs the have this rule appliedyou need to be more specific in your css, so it doesnt get applied to generated divs