로고 고정 포지셔닝


로고 고정 포지셔닝

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>포지셔닝01</title> <style> body{ margin:0;} #header { width:400px; height:150px; background:#ffff99; margin:0 auto; /*position:absolute; left:100px; top; 100px;*/ position:relative;} h1{ margin:0; width:60px; height:60px; /*background:#ffccff;*/ border:1px; solid #f00; position:absolute; /*position:relative;*/ left:30px; top:10px;} #menu{ background:#ff66ff; width:200px; height:20px; position:absolute; right:10px; bottom:10px; } </style> </...


#IT·컴퓨터

원문링크 : 로고 고정 포지셔닝