mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00: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>
|
|
|