Hi,
i want to use mnemonic keys for my buttons, so showClick property has to be on.
The buttons then get a border around them which is not pretty.
When using Windows Classic or Kunststoff Laf i can overrule this in the style by using :
button.nav
{
border-style: solid;
border-width: 0px 0px 0px 0px;
}
but when using default (windows) Laf the style does not overrule the Laf.
Any ideas how to lose the border when showClick is on and default windows Laf is used ??
Regards,