/[suikacvs]/www/test/css/tokenize/url-4.html
Suika

Contents of /www/test/css/tokenize/url-4.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Sun Oct 29 10:45:14 2006 UTC (18 years, 8 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New

1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>url()</title>
5 <style type="text/css">
6 #result {
7 background-image: url(../pass.png);
8 background-image: ur\l(../fail.png);
9 }
10 </style>
11 </head>
12 <body>
13 <h1><code>url()</code></h1>
14 <p id="result">........</p>
15 </body>
16 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24