<%@page session="true" contentType="text/css"%> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% String sfwCode = request.getParameter("sfwCode"); %> body { margin: 0px; padding: 0px; font-family: Arial, Verdana, sans-serif; font-size: 12px; } tbody, thead { font-family: Arial, Verdana, sans-serif; font-size: 12px; } #header { height: 107px; background-color: #EEF1FB; background-image: url(/icons/menu/<%= sfwCode %>/ddm_background.gif); background-repeat: repeat-x; background-position: left bottom; } #infobar_css { position: absolute; left: 0; top: 0; z-index: 1; background-color: #EEF1FB; width: 100%; } #menubar_css { position: absolute; left: 0; top: 56px; width: 100%; z-index: 2; background-color: #EEF1FB; } #object_css { position: absolute; left: 0px; top: 100px; width: 100%; height: 80%; padding-top: 3px; background-image: url(); background-repeat: repeat-x; background-color: white; z-index: 1; } .popup_body { padding-top: 10px; background-image: url(); background-repeat: repeat-x; background-color: white; z-index: 1; } #object_body { margin-right: 210px; background-image: url(); background-repeat: repeat-x; background-color: white; } /* IE hack, IE6 + IE7. Forces the right border of the object_body div to be 210 pixels from the right side of the screen. This CSS is ignored by non-IE browsers (as it should be). */ *html #object_body { right: 210px; } #object_actions { background-image: url(); background-repeat: repeat-x; position:absolute; right:10px; width:190px; padding:0px; padding-top: 10px; top:0; } .actions_white_background { } #waiting { background-color: rgb(255, 255, 255); //color: rgb(255, 255, 255); //padding: 3px; position: fixed; bottom:0; right:0; border:1px solid black; }