상황2(포지셔닝01)


상황2(포지셔닝01)

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>상황2(플로팅01)</title> <style> body{margin:20px; position:relative;} div{ outline:1px #f00 dotted;} .header, .footer{ height:100px;} .sidebar{ width:100px; outline-color:#00f; position:absolute; right:0; top:100px;} .content{ background:#ffff99; padding-right:100px;} .footer{} </style> </head> <body> <div class="header">머리말</div> <div class="sidebar">사이드바s s s s s s s s s s s s s</div> <div class="content">본문c c c c c c cc c c c c c c c c c...



원문링크 : 상황2(포지셔닝01)