This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
</td></tr></table></td></tr></table></td></tr></table></div> | |
<style> | |
.bigdiv { | |
background-color:000000; | |
width:1400x; height:2000px; overflow:hidden; | |
margin-left:-400px; | |
position: absolute; left:50%; top:0%;margin-top:120px; z-index:2; text-align:left; | |
visibility:visible; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm `find . -name foo` | |
find . -name foo | xargs rm | |
find . -name foo -exec rm {} \; | |
for i in `find . -name foo`; do rm $i; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
opacity: 0.90; /* Safari, Opera */ | |
-moz-opacity:0.90; /* FireFox */ | |
filter: alpha(opacity=90); /* IE */ | |
-khtml-opacity:.90; /* Old safari */ | |
-ms-filter:”alpha(opacity=90)”; /* IE 8*/ |
NewerOlder