Executing following code from the browser address bar:
javascript: console.log(3);
successfully prints message to the “JavaScript Console” in Google Chrome.
|
||||||
|
Executing following code from the browser address bar: javascript: console.log(3); successfully prints message to the “JavaScript Console” in Google Chrome. div.box_background { background-color: white; height: 100%; filter:alpha(opacity=75); /* IE’s opacity*/ left: 0px; opacity: 0.75; position: absolute; top: 0px; width: 100%; z-index: 99; } <div style=” color: White; background-color: Maroon; width: 200px; height: 200px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=’gray’, Positive=’true’)”> xxxxxxxxxx</div> ref: http://msdn2.microsoft.com/en-us/library/ms532985.aspx <body style=”height: 100%; width: 100%; padding: 0px; margin: 0px;”> IE. HTML page: <head> styles.css /* styles for all browsers excluding IE7. Things not for IE7 will be left out with !important */ background-position: left top; div.watermark { table wizard….. http://www.somacon.com/p141.php |
||||||
|
Copyright © 2010 Private: Code & Script Snippet - All Rights Reserved |
||||||