Cascading Style Sheets Tutorial

Summary page document contains

  1.IFrame introduction 

  <IFRAME NAME="content_frame" width=100% height=30 marginwidth=0 marginheight=0 SRC="import.htm"> 
  </ IFRAME> 

  You will see the introduction of an external document, but will find things a similar frame of its siege, can be used 
  <iframe Name="content_frame" marginwidth=0 marginheight=0 width=100% height=30 src="import.htm" frameborder=0> 
  </ Iframe> 

  But you will find a problem, the background color is different, as long as you import.htm the introduction of a document to use the same background color can be, but if you are using the IE5.5, you can read this on transparency If you want to color the article introducing the document, there is no long scroll of words in the body import.htm adding scroll = no 

  2. <object> Way 

  <object Style="border:0px" type="text/x-scriptlet" data="import.htm" width=100% height=30> </ object> 

  3.Behavior download the form 

  <span Id=showImport> </ span> 
  <IE:Download ID="oDownload" STYLE="behavior:url(#default#download)" /> 
<script>
  Function onDownloadDone (downDate) ( 
  ShowImport.innerHTML = downDate 
  ) 
  ODownload.startDownload ( 'import.htm' onDownloadDone) 
  </ Script> 

  4.html document in the document called JS 

  <script Language=javascript src="name.js"> </ script> 

  5.ASP document in the document calls 

  <! - Name.asp include file =>. 

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • DotNetKicks
  • DZone

Popular Articles

  • Learning XHTM + CSS2.0 production standard method site (robot usage)
  • Skills through fixed forms in the title of the code
  • IIS head of the protection of the essential 15 skills
  • Css use that experience
  • Miss lofty talk about blog networks: Life and Death of a scholar, the success or failure of the two woman

This entry was posted on Tuesday, May 1st, 2007 at 12:00 am and is filed under Xhtml and Web Design. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

« IE in the form of additional labels for abbr
Html how to increase the Select language tips »

Leave a Reply

  • Categories

    • CSS Properties (491)
    • CSS Tutorial (1154)
    • CSS Tutorial By Examples (1201)
    • Css+Div Web Design (3274)
    • Xhtml and Web Design (1797)
  • Archives

    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
    • April 2007
    • March 2007
    • February 2007
    • January 2007
  • Pages

    • About us

Cascading Style Sheets Tutorial