ID:1974693
 
Code:
mob/verb/View_Reports(var/Link as text)
var/html= {"<!DOCTYPE html> <html > <head> <style type="text/css"> .urlImg { width: 64px; height:24px; position: absolute; left: 0; top: 0; display:block; background-image: url('http://puu.sh/l3ypt.png'); } .urlImg:hover { background-image: url('http://puu.sh/l3yqe.png'); } </style> </head><body> <body scroll=no>; <a href="byond://BYOND.world.1583940740" class="urlImg" title="Corelangs link"></a> </body> </html>"}
usr << output(html,"MainWindow.Join")


Problem description:
Hi i try make button in browse, but somethink is wrong. Couse i add command
< body scroll=no >; for hide scrolll but it doesn't work. :(
i try overflow-x and overflow-y to. But effect is the same.



What are you actually trying to do?