Js code and code folding effect css

Related Tags:

  css main code and js code as follows: 

  <style Type="text/css"> 
  <! -- 
  Dl (background-color: # 000; color: # fff; width: 100px;) 

  Dt (cursor: pointer; width: 100%; background-color: # 666;) 

  . Expand (overflow: visible;) 

  . Collapse (height: 16px; overflow: hidden;) 

//-->
  </ Style> 

  <script Language="javascript" type="text/javascript"> 
  <! -- 
  Function toggle (dt) ( 
  Var dl = dt.parentNode; 
  If (dl.className == "collapse") dl.className = "expand"; 
  Else dl.className = "collapse"; 
  ) 
//-->
  </ Script> 

  Results preview 

  Http://bluebar.blogbus.com/files/11827767910.html 




Related articles:

CSS retain the functional realization of history
  Seen in the ease of such a code, I feel that compare the value of the collection.    <HTML> <HEAD> <META NAME="save" CONTENT="history"> <STYLE>. SaveHistory (behavior: url (# default # savehistory );}</ STYLE> </ HEAD> <BO...
Div + CSS layout entry Guide 3
  Third, the top of the page production (1)    When we write the pages broad DIV structure, we can begin to detail on each part produced.    In the previous chapter we write some style, which is to preview styles, incorporate it into the structure, we have all the style i...
FLASH full-screen with the second category four
  FLASH full-screen with the second category four:    1, no browser directly FLASH player with the type of player:    A, do not show FLASH players, the full-screen menu bar (similar screensavers effect), in the first frame of Actions by FS Command orders,    Fo...
Dreamweaver page handbook produced: the layout window
  Window Layout    Dreamweaver MX 2004 provides all the elements will be placed in a window in the integration area.    Integration in the work area, all windows and panels integrated in one application window.    You can select a design for the layout or manual c...
How to correctly position the use of attributes What is the role of it?
  Position refers to the English original intent of location, position, state.    Also the meaning of resettlement.    In CSS layout, Position play a very important role, many containers positioning is used Position to complete.    Position four optional attribut...