Home |
무료방 |
유료방 |
홈페이지 |
유튜브 |
<!-- 텍스트만 - 버튼5개 -->
<style>
.fixed1 {
position: fixed;
bottom: 0px;
left: 0%;
width: 20%;
z-index: 999;
color: #fff;
background: black;
}
</style>
<style>
.fixed2 {
position: fixed;
bottom: 0px;
left: 20%;
width: 20;
z-index: 999;
color: #fff;
background: red;
}
</style>
<style>
.fixed3 {
position: fixed;
bottom: 0px;
left: 40%;
width: 20%;
z-index: 999;
color: #fff;
background: blue;
}
</style>
<style>
.fixed4 {
position: fixed;
bottom: 0px;
left: 60%;
width: 20%;
z-index: 999;
color: #fff;
background: black;
}
</style>
<style>
.fixed5 {
position: fixed;
bottom: 0px;
left: 80%;
width: 20;
z-index: 999;
color: #fff;
background: red;
}
</style>
<div class="fixed1">
<table width="100%">
<tbody><tr>
<td style="padding: 10px 0px 0px 0px;" width="20%" align="center" onclick="location.href='https://appsweb.kr'";>
<p><font size=2>메뉴1</font></p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="fixed2">
<table width="100%">
<tbody>
<tr>
<td style="padding: 10px 0px 0px 0px;" width="40%" align="center" onclick="location.href='tel:123456789'";>
<p><font size=2>메뉴2</font></p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="fixed3">
<table width="100%">
<tbody>
<tr>
<td style="padding: 10px 0px 0px 0px;" width="60%" align="center" onclick="location.href='https://appsweb.kr/qna'";>
<p><font size=2>메뉴3</font></p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="fixed4">
<table width="100%">
<tbody><tr>
<td style="padding: 10px 0px 0px 0px;" width="80%" align="center" onclick="location.href='https://appsweb.kr'";>
<p><font size=2>메뉴4</font></p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="fixed5">
<table width="100%">
<tbody>
<tr>
<td style="padding: 10px 0px 0px 0px;" width="20%" align="center" onclick="location.href='tel:123456789'";>
<p><font size=2>메뉴5</font></p>
</td>
</tr>
</tbody>
</table>
</div>