Changeset 9351 for temp/trunk/html/test


Ignore:
Timestamp:
2006/11/29 14:20:34 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/kakinaka/table.html

    r9350 r9351  
    2323    background:#faa; 
    2424} 
     25 
     26 
     27#sample2{ 
     28    width:210px; 
     29    list-style-type:none; 
     30}#sample2,#sample2 td,#sample2 td a{ 
     31    margin:0; 
     32    padding:0; 
     33}#sample2 td{ 
     34    _display:block; 
     35}#sample2 td a{ 
     36    width:200px; 
     37    display:block; 
     38    border:1px solid #3cc; 
     39    background:#aff; 
     40    text-decoration:none; 
     41}#sample2 td a:hover{ 
     42    border:1px solid #c33; 
     43    background:#faa; 
     44} 
     45 
    2546</style> 
    2647</head> 
     
    3657 
    3758<table width=500> 
    38 <tr id="sample"><td><a href="">¥Û¡¼¥à</a></td></tr> 
     59<tr id="sample2"><td><a href="">¥Û¡¼¥à</a></td></tr> 
    3960<tr><td><a href="">ÊÉ»æ</a></td></tr> 
    4061<tr><td><a href="">Æüµ­</a></td></tr> 
Note: See TracChangeset for help on using the changeset viewer.