YUI Library JavaScript DHTML






Simple Application - Layout Example









/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */
body {
  margin:0;
  padding:0;
}
#demo .yui-resize-handle-br {
    height: 11px;
    width: 11px;
    background-position: -20px -60px;
    background-color: transparent;
}
#demo .yui-calcontainer,
#demo .yui-editor-container {
    border: none;
}
#demo .yui-layout {
    background-color: transparent;
}
#status img {
    padding: 4px;
    float: left;
}
#demo textarea {
    visibility: hidden;
}
#demo .yui-toolbar .bd {
    padding: 0;
    border: none;
    background-color: #fff;
}














   
  
yui_2.7.0b.zip( 4,431 k)