| <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <title>agetimemenu demo</title> <meta http-equiv="content-type" content="text/html; charset=gb2312"> <style> .agetime_bar{ position:absolute;top:0px;left:0px;height:22px;width:100%;border:1px outset;background-color:rgb(212,208,200);z-index:98; } .agetime_baritem{ width:60px;height:20px;border:1px solid rgb(212,208,200);text-align:left;padding-left:10px; background:rgb(212,208,200);color:#000000;font-size:9pt; } .agetime_baritemdown{ width:60px;height:20px;border:1px inset rgb(212,208,200);text-align:left;padding-left:10px; background:#f0f0f0;color:#000000;font-size:9pt; } .agetime_baritemhover{ width:60px;height:20px;border:1 outset;text-align:left;padding-left:10px; background:#f0f0f0;color:#000000;font-size:9pt; } .agetime_pad{ cursor:default;font-size:9pt;width:100%; } .agetime_paditem{ width:100%;height:18px;border:1px solid rgb(212,208,200);text-align:left;padding-left:10px; background:rgb(212,208,200);color:#000000;font-size:9pt; } .agetime_paditemfalse{ padding-left:10px;font-size:9pt; color:#808080; } .agetime_paditemfalsehover{ padding-left:10px;font-size:9pt; color:#808080;background-color:#333366; } .agetime_paditemhover{ width:100%;height:18px;text-align:left;padding-left:10px; background-color:#333366;color:#ffffff;font-size:9pt; } .agetime_paditemdown{ width:100%;height:18px;text-align:left;padding-left:10px;border:1px inset; background-color:#9999cc;color:#ffffff;font-size:9pt; } .agetime_hr{ border:1px inset; } .agetime_board{ background-color:rgb(212,208,200);border:2px outset; } </style> </head> |