¿í¶È×ÔÊÊÓ¦µÄdiv+cssµÄBOX
¿í¶È×ÔÊÊÓ¦µÄdiv+cssµÄBOX
²Î¿¼:
http://space.cnblogs.com/group/topic/3617/
http://www.dynamicdrive.com/style/layouts/item/css-left-and-right-frames-layout/ Ò»¡¢Ð§¹û£º ¶þ¡¢Ëزģº Èý¡¢´úÂ룺 <style type="text/css">
.box{}
.box .box_tit{position:relative;}
.box .box_tit .box_tit_1{position: absolute;top: 0; overflow: hidden; height: 100%;left: 0; right:auto;width: 2px;}
.box .box_tit .box_tit_2{position: absolute;top: 0; overflow: hidden; height: 100%;left: 2px; right:2px; }
.box .box_tit .box_tit_3{position: absolute;top: 0; overflow: hidden; height: 100%;left: auto;right:0; width: 2px;} .box .box_tit{height:29px; line-height:29px; vertical-align:middle;}
.box .box_tit .box_tit_1{background:url("box.png") left 0px;width:2px;}
.box .box_tit .box_tit_2{background:url("box.png") left -30px; padding-left:10px;}
.box .box_tit .box_tit_3{background:url("box.png") right 0px;} .box .box_con{ border:solid 1px #f6b54f; border-top:0; min-height:200px; padding:10px; } * html body .b2bbox{ /*IE6 hack*/
padding: 0 2px 0 2px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}
* html .tit2{ /*IE6 hack*/
height: 100%;
width: 100%;
}
</style> <body> <div class="box">
<div class="box_tit">
<div class="box_tit_1"></div>
<div class="box_tit_2">±êÌâ</div>
<div class="box_tit_3"></div>
</div>
<div class="box_con">
<ul>
Ïà¹ØÎĵµ£º
1.¶¨ÒåDIV
¡¡¡¡·ÖÎöÒ»¸öµäÐ͵͍ÒådivÀý×Ó£º
¡¡¡¡#sample{ MARGIN: 10px 10px 10px 10px;
¡¡¡¡PADDING:20px 10px 10px 20px;
¡¡¡¡BORDER-TOP: #CCC 2px solid;
¡¡¡¡BORDER-RIGHT: #CCC 2px solid;
¡¡¡¡BORDER-BOTTOM: #CCC 2px solid;
¡¡¡¡BORDER-LEFT: #CCC 2px solid;
¡¡¡¡BACKGROUND: url(images/bg_poem.jpg) # ......
div¾ÓÖеÄÉèÖøÃÈçºÎ±àдcss£¿
ÎÒÃÇÔÚ´«Í³µÄ±í¸ñ²¼¾ÖÖУ¬Ö»ÒªÉèÖñí¸ñµÄ¾ÓÖÐÊôÐÔ¾ÍʵÏÖÁ˾ÓÖеĿéÔªËØ¡£Ó¦ÓÃdiv cssÍøÕ¾²¼¾Ö£¬divµÄ¾ÓÖиÃÈçºÎ±àдcssÀ´¿ØÖÆËüÄØ£¿
¡¡¡¡Ö÷ÒªµÄÑùʽ¶¨ÒåÈçÏ£º
¡¡¡¡body {text-align: center;}
¡¡¡¡#center { margin-right: auto; margin-left: auto; }
¡¡¡¡Ê×ÏÈÔÚ¸¸¼¶ÔªËض¨Òåtext-a ......
SpriteMeÊÇGoogleµÄÒ»¸ö¿ªÔ´ÏîÄ¿£¬¿ÉÒÔÓÃÀ´·½±ãµØÕÒ³öÒ»¸öÒ³ÃæÖÐËùʹÓõÄͼƬ£¬È»ºó¿ÉÒÔ½«ËùÒÔͼƬºÏ²¢µ½Ò»¸ö“Sprite”ͼƬ£¬È»ºóÔÙͨ¹ý
CSS¿ØÖƵ÷ÓÃÄÄÒ»¸öÇøÓò£¬ÆäÌṩÁËÒ»¸öÍøÕ¾À´°²×°£¬ÑÝʾʹÓ÷½·¨£¬http://spriteme.org/ ¡£
°²×°·½·¨ºÜ¼òµ¥£¬°´ÕÕÉÏÃæÄǸöÒ³ÃæÉϵÄÌáʾ£¬½«Ò»¸öÁ´½ÓÍϵ½“ÊéÇ©¹ ......
ÕâÊÇÔÏÈÎÒдµÄ ±¸ÍüµÄ ¾¡¹ÜдµÄºÜÀÃ
frame.css
Java´úÂë
CHARSET "UTF-°Ë";
html,body{
margin: Áãpx;
padding: Áãpx;
height: 100%;
/*font-size: 12px;
color: #666666;
background: #ffffff;*/
}
*{
margin: Áãpx;
padding: Áãpx;
}
/*ÓÉÓÚÓÃÁËÏà¶ÔλÖøñ¾Ö£¬Ó¦·Ö±æÂÊÌ«´óʱ£¬Í¼Æ¬ºÍÎÄ ......
Ч¹ûÈçÏ£º
ʵÏÖ·½·¨£ºÀûÓÃÒ»ÏÂÁ½ÕÅͼƬ£º
ǰ̨´úÂ룺
<div id="nagivation">
&nb ......