Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Hello I have found a error !
var areaElements = map1Element.getElementsByTagName("area") // childNodes;
|
|
|
Plain and simple, but this is my favorite one. |
|
|
Use new version
|
|
|
This script does not work on Firefox 3. Any plans to upgrade it? |
|
|
Hi, any ideas, how to get this script work in Opera ? :) Btw I really love this script, thanks a lot. |
|
|
Oooo
|
|
|
Hi Nice scripts.
|
|
|
hi travspeedster
|
|
|
Thank you for this script. Is a fantastic script! |
|
|
A very useful script. Thanks! |
|
|
I blame the server. =] |
|
|
Script inoperable on S3.travian.us |
|
|
If you want the number background to be round, like this http://img177.imageshack.us/img177/4053/screens... Just change the css a bit
var cssString = '.TMbuildingtags{' +
'background-color:#FDF8C1;' +
'border:thin solid #000000;' +
'-moz-border-radius: 2em;' +
'border-radius: 2em;' +
'padding-top: 3px;' +
'font-family: Verdana, Arial, Helvetica, sans-serif;' +
'font-size:8pt;' +
'font-weight:bold;' +
'text-align:center;' +
'position:absolute;' +
'width:18px;' +
'height:15px;' +
'cursor:pointer;' +
'visibility:hidden;' +
'z-index:50;}';
border radius is css3 stuff, works in mozilla using -moz-border-radius. |
|
|
Works on both Danish and Swedish servers and with or without City Wall / Palisade / Earth wall.
|