ich habe folgendes Problem ich habe das {HMENU} eingefügt klappt auch nur Leider sind da Links dabei,
<div id="Html1" class="xr_ap_1" style="left: 217px; top: 275px; width: 579px; height: 968px;"> <div style="background-image:url(xxx.png)"> <center><font size="5" color="white" > {HMENU}</div> </font></center>{EXPLODE}</div>
Klappt alles bis auf das die Links trzdm falsch angezeigt werden,
CSS code zu den Normalen Links auf der Seite:
body {background-color:#ffffff;font-family:Arial;font-size:13px;font-weight:bold;font-style:normal;text-decoration:none;color:#000000;letter-spacing:0em;} a {text-decoration:underline;} a:link {color:#31B404; cursor:pointer;text-decoration: none;text-underline: none;} a:visited {color:#31B404;text-decoration: none;text-underline: none;} a:hover {color:#01DF01;text-decoration: none;text-underline: none;} a * {text-decoration: none;text-underline: none;}
Dann habe ich mit eine Eigene Klasse gemacht in HTML / CSS wie man oben im Code sieht namens : class="xr_ap_1"
So dann habe ich in der CSS folgendes gemacht :
a.xr_ap_1:link {color:#FFFFFF; size:5; cursor:pointer;text-decoration: none;text-underline: none;} a.xr_ap_1:visited {color:#FFFFFF; size:5;text-decoration: none;text-underline: none;} a.xr_ap_1:hover {color:#FFFFFF; size:5; text-decoration: none;text-underline: none;} a.xr_ap_1 * {text-decoration: none;text-underline: none;}
Habe ich etwas vergessen oder warum geht das nicht ? weil i-wie will es nicht so wie ich will egal ob von der Farbe oder von der Größe...
und die Css ist zu 100% Drin. & Ja bin Neuling was css angehet
verwendete ilchClan Version: 1.1 P