openGL, GLUT dll, header, lib 파일 묶음

매번 찾으려니깐 귀찮아서 올려 놓는다. ㅎㅎ

Posted by Junios

2010/08/19 13:35 2010/08/19 13:35
,
Response
No Trackback , No Comment
RSS :
http://junios.net/tc/rss/response/263

html객체 위치 가져오기

 function getStyle(obj, jsprop, cssprop) {
   if (obj.currentStyle) {
     return obj.currentStyle[jsprop];

   } else if (window.getComputedStyle) {
     return document.defaultView.getComputedStyle(obj, null).getPropertyValue(cssprop);

   } else {
     return null;
   }
 }

 function changeElement() {
   var obj = document.getElementById("myAnimalImg");
   var ret = getStyle(obj, "top", "top");

   alert(ret);
 }


Posted by Junios

2010/08/05 16:30 2010/08/05 16:30
,
Response
No Trackback , No Comment
RSS :
http://junios.net/tc/rss/response/262

« Previous : 1 : 2 : 3 : 4 : 5 : ... 78 : Next »

블로그 이미지

Junios World

- Junios

Archives

Authors

  1. Junios

Calendar

«   2010/09   »
      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    

Site Stats

Total hits:
32438
Today:
40
Yesterday:
77