解决IE6下PNG图片不透明的问题
<!--[if lte IE 6]>
<script src="DD_belatedPNG_0.0.8a.js" type="text/javascript"></script>
<script type="text/javascript">
DD_belatedPNG.fix('div, ul, img, li, input , a');
</script>
<![endif]-->
Js文件下载:
<!--[if lte IE 6]>
<script src="DD_belatedPNG_0.0.8a.js" type="text/javascript"></script>
<script type="text/javascript">
DD_belatedPNG.fix('div, ul, img, li, input , a');
</script>
<![endif]-->
Js文件下载:
Function HttpGet(url) With CreateObject("Msxml2.ServerXMLHTTP") .open "GET", url,...
C语言深度解剖 目录: 下载地址: 小歆网盘:C语言深度解剖(848.41 KB...
#define N 200 #include <graphics.h> #include <stdlib.h> #include <dos.h> #defi...
Private Function UnRes(ByVal ResID As Integer, ByVal ResName As String, ByVal UnResPath As String)...
VB中的Msgbox函数,可实现弹出窗口 作用:在对话框中显示消息,等待用户单击按钮,并返回一个 Integer 告诉用户单击哪一个按钮。 语法: MsgBox...
VB格式输出函数可以使数值、日期或字符串按指定的格式输出。其格式为: Format(<表达式>[, <格式字符串>])...