最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

修改js Calendar日歷控件 兼容IE9/谷歌/火狐

 更新時(shí)間:2013年01月04日 17:26:43   作者:  
修改js Calendar日歷控件 兼容IE9/谷歌/火狐等主流瀏覽器,只是能用,出現(xiàn)的位置存在一些差異,曬出來與大家分享,希望有高手再幫我改改吧
修改Calendar日歷控件 兼容IE9,谷歌,火狐。
只是能用,出現(xiàn)的位置有所不同,希望有高手再幫我改改吧,謝謝
一、
復(fù)制代碼 代碼如下:

this.iframe = window.frames("meizzCalendarIframe");

修改為
復(fù)制代碼 代碼如下:

this.iframe = window.frames["meizzCalendarIframe"];

二、
復(fù)制代碼 代碼如下:

var a = (arguments.length==0) ? WebCalendar.day[this.id.substr(8)].split("/") : arguments[0].split("/");

修改為
復(fù)制代碼 代碼如下:

var a = WebCalendar.day[this.id.substr(8)].split("/");


三、
復(fù)制代碼 代碼如下:

function dayMouseOver()
{
this.className = "over";
this.style.backgroundColor = WebCalendar.darkColor;
if(WebCalendar.day[this.id.substr(8)].split("/")[1] == WebCalendar.thisMonth)
this.style.color = WebCalendar.lightColor;
}
function dayMouseOut()
{
this.className = "out"; var d = WebCalendar.day[this.id.substr(8)], a = d.split("/");
this.style.removeattribute("backgroundColor");
if(a[1] == WebCalendar.thisMonth && d != WebCalendar.today)
{
if(WebCalendar.dateStyle && a[0] == parseInt(WebCalendar.dateStyle[4], 10))
this.style.color = WebCalendar.lightColor;
this.style.color = WebCalendar.wordColor;
}
}

修改為
復(fù)制代碼 代碼如下:

var bgbgbg;
function dayMouseOver()
{
this.className = "over";
bgbgbg=this.style.backgroundColor;
this.style.backgroundColor = WebCalendar.darkColor;
if(WebCalendar.day[this.id.substr(8)].split("/")[1] == WebCalendar.thisMonth)
this.style.color = WebCalendar.lightColor;
}
function dayMouseOut()
{
this.className = "out"; var d = WebCalendar.day[this.id.substr(8)], a = d.split("/");
this.style.backgroundColor = bgbgbg;
if(a[1] == WebCalendar.thisMonth && d != WebCalendar.today)
{
if(WebCalendar.dateStyle && a[0] == parseInt(WebCalendar.dateStyle[4], 10))
this.style.color = WebCalendar.lightColor;
this.style.color = WebCalendar.wordColor;
}
}

相關(guān)文章

最新評論

鄂州市| 长宁县| 兴仁县| 巨鹿县| 沭阳县| 栖霞市| 黔江区| 麻栗坡县| 扎兰屯市| 盘山县| 迁安市| 泽州县| 吉木乃县| 盖州市| 潼关县| 德阳市| 太仓市| 客服| 平乡县| 新兴县| 顺昌县| 辛集市| 和硕县| 汉源县| 镇赉县| 固原市| 寿宁县| 余庆县| 阜阳市| 德昌县| 行唐县| 常熟市| 陆丰市| 武强县| 靖安县| 建水县| 安新县| 天台县| 安陆市| 营山县| 尼木县|