![]() |
|
MySQL + phpmyadmin 中文亂碼 (看到另一種設定方式)
作者:cross 日期:2010-06-14 00:40
網站內嵌網站並截取某個位置顯示
作者:cross 日期:2010-06-11 10:17
作法: 使用 iframe 搭配 CSS
效果:<style type="text/css">
#outerdiv
{
width:530px;
height:250px;
overflow:hidden;
position:relative;
}
#inneriframe
{
position:absolute;
top:-0px;
left:-480px;
width:1280px;
height:1200px;
}
</style>
<div id='outerdiv'>
<iframe src="http://blog.yam.com/prayfinedoll" id='inneriframe' scrolling=no frameborder="0" height="250" width="530" ></iframe>
</div>
[轉] 模擬實戰標籤綁架手法(Challenge to TabNapping)
作者:cross 日期:2010-05-31 16:04


