달력

4

« 2025/4 »

  • 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

$my_agent = strtolower($_SERVER['HTTP_USER_AGENT']);
if (eregi('msie', $my_agent)){
//할거없다.
}else{ //익스이외에는 레이어로 씌워버린다.
echo '<div style="z-index:1; position:absolute; width:100%; height:100%; left:0px; top:0px;"><img src=./thum_blank.gif width=100% height=100%></div>';
}

:
Posted by 비개인오후