Changeset 227

Show
Ignore:
Timestamp:
06/05/07 19:28:27 (3 years ago)
Author:
eevee
Message:

IE6 is now presentable, albeit slow.

Location:
veekun/trunk
Files:
24 added
2 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/templates/style/global.tt

    r226 r227  
    6262  #page-title { font-size: 30px; } 
    6363  #login { position: absolute; top: 0; right: 0; margin: 1em; } 
    64   #dex-lookup { position: absolute; bottom: 0; right: 0; margin: 1em; } 
     64  #dex-lookup { position: absolute; bottom: 0; right: 0; margin: 1em; text-align: right; } 
    6565    #dex-lookup input[type='text'] { width: 10em; background-image: url(/images/pokedex-fade.png); background-repeat: no-repeat; background-position: right center; font-family: monospace; font-size: 1.75em; } 
    6666    #dex-lookup input[type='submit'] { font-size: 1.75em; } 
  • veekun/trunk/templates/wrapper.tt

    r188 r227  
    2121[% extra_headers.join("\n") %] 
    2222<link rel="search" type="application/opensearchdescription+xml" title="Veekun Pok&eacute;dex" href="/files/mozsearch.pokedex.xml"/> 
     23<!-- dead edwards's IE7 to make IE6 compliantish --> 
     24<!--[if lt IE 7]> 
     25<script type="text/javascript">var IE7_PNG_SUFFIX = ".png";</script> 
     26<script type="text/javascript" src="/script/ie7/ie7-standard-p.js"></script> 
     27<script type="text/javascript" src="/script/ie7/ie7-css-strict.js"></script> 
     28<![endif]--> 
    2329<script type="text/javascript" src="/script/jquery.js"></script> 
    2430<script type="text/javascript" src="/script/dexsuggest.js"></script>