Links
| The Text Link has to be defined explicitly via the anchor tag, but it has no CSS class. The Function / Table Link, the Button / Tabstrip Link and the Application Header Link are part of the particular HTML Business Function and don't need to be set explicitly. |
Text Link
The Text Link discriminates between unvisited, active and unvisited links.
It is underlined on mouseover. CSS-class: none
Function and Table Link
The Function and Table Link only highlights an active link (i.e. when it is clicked)
Visited and the unvisited links have the same color.
It is underlined on mouseover. CSS-class: "funclink"
Button and Tabstrip Link
The Button and Tabstrip Link is black and highlights blue on mouseover.
Visited and the unvisited links have the same color.
It has no underline. CSS-class: "linkhover"
Emphasized Button Link
This link has a white text color and a blue highlight on mouseover.
Visited and the unvisited links have the same color.
It has no underline. CSS-class: "linkhoverblue"
top