Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Thanks for the tip - it irks me too, but on some pages the links aren't underlined, and I can't quite get it to behave appropriately there... |
|
|
the script is awesome, but the fact that "scholar pro" and "wikipedia" were not underlined bugged me. threw off the whole look. i was able to fix it very simply by changing: spro.innerHTML = "Scholar Pro"; to: spro.innerHTML = "<u>Scholar Pro</u>"; and the similarly for wikipedia. technically, probably not the right way to go about it, but its works and that makes me happy. |