Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorwebguy
    • CommentTimeOct 30th 2006
     
    Whenever you click on a link, whether it be a hyperlink or a mapedit, there is a marquee (dotted line) around the item.

    I have recently been asked to remove the marquee from a web site.
    having nev er been asked to do this before.. I thought I would ask in here.

    Short of having the site redone in Flash, I don't even know if it is possible in HTML to do this.

    Thanks in advance.
    • CommentAuthorprogrammer
    • CommentTimeOct 30th 2006
     
    I have some javascript code that can do that.

    Code:
    <a href="blahblah.html" onclick="if(this.blur)this.blur()"></a>


    thats should work dude.
    • CommentAuthorwebguy
    • CommentTimeOct 30th 2006
     
    Kooollll,

    I was looking for something like this and i've just found it!

    Great

    Thankyou.