Div 相对父层 总在最低端

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME="Generator" CONTENT="EditPlus"> <META NAME="Author" CONTENT=""> <META NAME="Keywords" CONTENT=""> <META NAME="Description" CONTENT=""> <mce:style type="text/css"><!-- .box1 { border:1px #cccccc solid; width:500px; height:600px; position:relative; } .box2 { border-top:1px #cccccc solid; background:#f2f6fb; width:498px; height:22px; position:absolute; bottom:0; } --></mce:style><style type="text/css" mce_bogus="1"> .box1 { border:1px #cccccc solid; width:500px; height:600px; position:relative; } .box2 { border-top:1px #cccccc solid; background:#f2f6fb; width:498px; height:22px; position:absolute; bottom:0; } </style> </HEAD> <BODY> <div class="box1"> <div class="box2"></div> </div> </BODY> </HTML>

你可能感兴趣的:(html,Class,div,border,generator)