포지션고정01


포지션고정01

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>포지션고정01</title> <style> /* .box{ width:100px; height:100px; background:#fc6; position:fixed; right:10px; top:10px;} */ </style> </head> <body> <div class="box" style="width:100px; height:100px; background:#fc6; position:fixed; right:10px; top:10px;">내용</div> <p>1</p> <p>2</p> <p>3</p> <p>4</p> <p>5</p> <p>6</p> <p>7</p> <p>8</p> <p>9</p> <p>0</p> <p>1</p> <p>2</p> <p>3</p> <p>4</p> <p>5</p> <p>6</p> <p>7</p> <p>8</p> <p>9</p> <p>0</p> <...



원문링크 : 포지션고정01