webgui/www/extras/yui/examples/container/css/ResizePanel.css
JT Smith 4f68a0933c added YUI and YUI-ext
fixed the resizable text area with IE problem
fixed the ad space with IE problem
merged the 7.2.0 and 7.1.4 change logs
2006-11-07 23:15:57 +00:00

14 lines
159 B
CSS

.panel {
overflow:visible;
}
.panel .bd {
overflow:auto;
}
.panel .ft {
padding:0px;
height:4px;
font-size:4px;
background-color:#CCC;
}