모바일 플로팅 메뉴 스크립트 추가
This commit is contained in:
3
test.css
Normal file
3
test.css
Normal file
@ -0,0 +1,3 @@
|
||||
#topFloatMenu { position:absolute; top:0; left:0; z-index: 100; width:100%; height: 60px; line-height: 60px; text-align: center; background-color: #eee; }
|
||||
#bottomFloatMenu { display:none; position:absolute; top:0; left: 0; z-index: 100; width: 100%; height: 60px; line-height: 60px; text-align: center; background-color: #eee; }
|
||||
#Content { width: 100%; height: 2000px; }
|
||||
Reference in New Issue
Block a user