블로그 이미지

calendar

1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
  • total
  • today
  • yesterday
2020. 1. 17. 11:13 HTML
posted by 천상의날개
2016. 4. 4. 16:41 HTML

<button type="button">버튼</button>

posted by 천상의날개
2015. 11. 5. 12:13 HTML

response 객체에 헤더지정

response.setHeader("X-UA-Compatible", "IE=edge");

 

html <head> 테그 사이에 지정

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>

posted by 천상의날개
2013. 2. 27. 17:17 HTML
inputBox 아래에 div붙이기
posted by 천상의날개
2013. 2. 21. 14:53 HTML
다운로드시 브라우저가 멈춘다는 것을 이용한 체크방법
쿠키를 이용한 체크 방법
쿠키를 이용한 체크 방법
posted by 천상의날개
2012. 7. 26. 19:10 HTML

white-space: nowrap; text-overflow: ellipsis; overflow:hidden;

posted by 천상의날개
2012. 4. 20. 15:32 HTML

음..개인적으로 webgl괜찮은듯~ㅋㅋ

줌인,줌아웃, 화면 돌리기 가능.

http://jbluewing.woobi.co.kr/webgl/3dgraph/Test2.html

파이어 폭스나 크롬으로 보세요~

posted by 천상의날개
2012. 1. 30. 14:11 HTML
<table border="1", cellpadding="0" cellspacing="0" bordercolor="red" style="border-collapse:collapse;">
<tr >
<td >aasd5555a</td>
<td>asdasd</td>
</tr>
<tr>
<td>33</td>
<td>33</td>
</tr>
<tr>
<td>22</td>
<td>22</td>
</tr>
</table>
posted by 천상의날개
2012. 1. 20. 10:35 HTML

<input type="button" id="btSingIn" value="Sign-In" onclick="requestAjax()" placeholer="ㅋㅋㅋㅋ 여기임">
posted by 천상의날개
2010. 1. 29. 11:41 HTML
posted by 천상의날개