Today the Hobbyist, Tommorow, The World!
clayasaurus
clayasaurus at gmail.com
Thu May 4 19:00:24 PDT 2006
nick wrote:
> clayasaurus wrote:
>> nick wrote:
>
>> Get rid of the D at the top and when you click on links make sure the
>> box outline doesn't show up. Other than that it's good.
>
> Yeah, I can see that the big D is getting no love at all.
>
> The boxes around the links is firefox's doing; not mine. They don't show
> up in IE (or Safari if I recall correctly). Firefox draws a box around
> every link you click. If there is a hack around that, let me know and
> I'll put it in.
Add the onfocus='this.blur()' for the links, like...
<a href = "link" onfocus="this.blur()">Link</a>
or see this thread
http://www.codingforums.com/archive/index.php?t-1801.html for other methods.
More information about the Digitalmars-d
mailing list