Hello, I have a CSS button, I'm in fact experimenting with it. But after the button I get a bug: a short blue underline portion - like it's the underline of a blue text. How to get rid of it? So: there's the button placed (it works), followed by a short blue textual underline, but there's no text. That little underline works as if it were a link. I have no classes set for the link. The CSS button is inside a DIV and it has custom CSS text on it. Because I have no class set for the <a> (which is wrapped around the DIV) might cause the problem? I just don't know how to solve this... It makes not sense applying a link class, as it would mix up the already working custom CSS text on the button.
No, sorry, I am working on lots of other sites... Solved the issue, thank you for your kindness! I had to re-arrange the HTML coding, but now it seems to work fine in all major browsers!