change the color of scrollbars
add this in your style .css to change the color of the scrollbars on my pages in Internet Explorer and Firefox
::-webkit-scrollba…Read More
mouseover popup box YII griviewYII Drid cell with a javascript/css content box that pops up upon mouseover.
<! --- Style ------- >
.NameHighlights {
position:rela…Read More
print div contain using JS
function printsmcs()
{
var printsmcs = window.open('','','width=1500,height=1000');
printsmcs.document.open("text/html");
printsmcs.document.…Read More
onload DIV
window.onload = function() {
document.getElementById('msg').innerHTML = 'loaded!'
…Read More
0 comments:
Post a Comment