mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
264 B
HTML
11 lines
264 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<title>border-image on link with visited styles</title>
|
||
|
<style>
|
||
|
|
||
|
:link { color: blue }
|
||
|
:visited { color: purple }
|
||
|
:link, :visited { border: medium solid; border-image: url(blue-32x32.png) 4 4 4 4; }
|
||
|
|
||
|
</style>
|
||
|
<a href="http://example.com/">test</a>
|