Image Harving - Bootstrap Day
Image Harving - Bootstrap Day
getDate();
if( today==Calendar.getDate() )
// PRINTS DAY
else
if(week_day == DAYS_OF_WEEK)
cal += TR_end;
Calendar.setDate(Calendar.getDate()+1);
cal += '</TD></TR></TABLE></TABLE>';
// PRINT CALENDAR
document.write(cal);
// End -->
</script>
</center>
<br/><div style="clear:both"></div><div><a target="_blank" href=""><span style="font-size: 8pt; text-
decoration: none"></span></a></div>
</body>
</html>
Color hovering
<html>
<head>
<style type="text/css">
.picColor{
width:320px;
height:240px;
}
.picColor:hover
background:#FF2400;
width:320px;
height:240px;
</style>
</head>
<body>
<div class="picColor">
</div>
</body>
</html>
IMAGE HOVERING
IMAGE HOVERING
<html>
<head>
<style type="text/css">
.urlImg {
width: 185px;
height:185px;
display:block;
background-image: url('bg1.png');
}
.urlImg:hover {
background-image: url('2.jpg');
}
</style>
</head>
<body>
<a href="http://www.corelangs.com" class="urlImg"
title="daljit"></a>
</body>
</html>