Hey @ all...
Ich definiere meine Navigationsknöpfe mit folgendem ausgalagerten css...
*******************************************************************
<style type="text/css">
<!--
<style>
BODY {
font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
}
TABLE,TD,TR,TH,P {font-family: Verdana, Arial, sans-serif; font-size: 12pt; }
}
A:link {
color : #a8a8a8;
background-color : #787878;
font : menu;
text-decoration: none;
padding-right : 4px;
padding-left : 4px;
padding-top : 4px;
padding-bottom : 4px;
border-bottom : 1px solid black;
border-right : 1px solid black;
border-top : 1px solid silver;
border-left : 1px solid silver; }
A:visited {
color : #000000;
background-color : #787878;
font : menu;
text-decoration: none;
padding-right : 4px;
padding-left : 4px;
padding-top : 4px;
padding-bottom : 4px;
border-bottom : 1px solid black;
border-right : 1px solid black;
border-top : 1px solid silver;
border-left : 1px solid silver; }
A:hover {
color: black;
font : menu;
text-decoration: none;
background-color : #a8a8a8;
padding-right : 4px;
padding-left : 4px;
padding-top : 4px;
padding-bottom : 4px;
border : 1px solid white; }
</style>
******************************************************************
....und das funkt auch.Jetzt möchte ich aber Verweise , die auf derselben Seite in einem
Bericht liegen NICHT als Button, sondern als ganz normalen unterstrichenen Link angezeigt haben.
Also: Navigieren mit den Buttons definiert mit css,und im Textbereich einfache Links.
Hoffe mich kann jemand verstehen ;)und mir weiterhelfen.
gruß die dings