RexxSysProg
Programmer
I have text with an associated hyperlink. When the text is selected with the mouse, an outline of a box is displayed surrounding the text that has the hyperlink. (It is the same thing you see on the bottom of a Google page when you select another page to go to or select next .)
It's only happening on this page that has large (24 pt) and not the usual fonts.
There are pseudo-classes defined in the page:
Why are these boxes appearing when the mouse is clicked and how can I prevent them from appearing?
Thank you
It's only happening on this page that has large (24 pt) and not the usual fonts.
There are pseudo-classes defined in the page:
Code:
A:link {
COLOR: #bc0000; TEXT-DECORATION: none; mso-text-animation: none; text-underline: none; text-line-through: none
}
A:visited {
COLOR: #bc0000; TEXT-DECORATION: text-underline: none; mso-text-animation: none
}
Why are these boxes appearing when the mouse is clicked and how can I prevent them from appearing?
Thank you