
CSS实现扑克牌!function bootup(){
if (location.hash == "") { location.hash="#spades"; } var tds = document.getElementsByTagName("a"); direct();
for( var x=0; x < tds.length; x++ ){tds[x].onclick = function(){setTimeout(direct, 1);};}
}
function direct(){
/*@cc_on @if (@_jscript_version > 5.6)
var counted = document.getElementsByTagName("fieldset");
for( var x=0; x < counted.length; x++ ){ counted[x].style.display = "none" }
document.getElementById(location.hash.substr(1)).style.display = "block";
@end @*/
}
window.onload=bootup;
script>
♠♥
href="#clubs">♣
♦http://www.999jiujiu.com/