mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
269 B
HTML
20 lines
269 B
HTML
|
<table ><td id="mytd"><small>
|
||
|
</a> -
|
||
|
<a >A9
|
||
|
<a id="mya1">AOL
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<a id="mya2">Yahoo
|
||
|
|
||
|
<script>
|
||
|
mytd.style.display = "-moz-grid";
|
||
|
mya2.style.display = "list-item";
|
||
|
mya1.style.cssFloat = "right";
|
||
|
setTimeout('mya1.style.overflow = "scroll"',100);
|
||
|
</script>
|
||
|
|