i have a div element with a child control in it which gets populated with data
depending on data teh control expands and also the div. if i set the div width the data overflows in the extended control
i need to use clip property
i tried setting it but i am not getting teh result
clip:rect(0 30 30 0);
how do i set the parent and child element