用CSS構建iframe效果代碼

來源:互聯網
上載者:User

iframe應用很普遍,通常的需求有兩種:

1,擷取iframe效果,就是帶一個捲軸,可以省不少版面。
2,要嵌一個頁面,實現架構連結。

如果不方便使用iframe,可以有如下解決方案:

第一種需求如果我們使用css布局來實現,即可以少一個頁面,也可以提高效率。
第二種需求可以採用xmlhttp遠程擷取。

A. 直接類比iframe

用層做容器
#content { overflow:auto; height:200px; width:600px; background:#f00;}

效果示範原始碼: xmlns="http://www.w3.org/1999/xhtml">


用CSS構建iframe效果

來自:網頁教學網

A. 直接類比iframe,用層做容器

·僅用css編寫無限分級快顯功能表

·瀏覽器捲軸的參數總結

·引入css樣式表的四種方式介紹

·兩種方式實現的文字豎排效果

·網頁設計進階布局40例參考

·從GMail認識W3C標準和Ajax

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.