Cougar
Admin Admin
| Beiträge: 732 |  |
|
Re:Joomla editieren - 04/01/2007 10:53
Hallo,
also ich bin mir bei den css auch niche sicher und muss immer etwas herumprobieren. Ich zeig dir mal wie meine css aussieht:
a.mainlevel:link, a.mainlevel:visited { display: block; color: #ffffff; font-weight: bold; background-image: url(../images/b4yt_menue.png); background-repeat: no-repeat; width: 95%; text-indent: 15px; text-decoration: none; font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 20px; margin-bottom: 1px; } a.mainlevel:hover { color: #333333; }
a.mainmenu:link, a.mainmenu:visited { color: #ffffff; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold; font-size: 10px;
} a.mainmenu:hover { color: #333333; } .pollstableborder { border: 1px solid; padding: 1px; }
a.sublevel:link, a.sublevel:visited { padding-left: 1px; vertical-align: middle; font-size: 11px; color: #ff6600; text-align: left; }
a.sublevel:hover { color: #ff9e31; text-decoration: none; }
Meine Hintergrundgrafik heißt: "b4yt_menue.png".
hmmm,.... versuche mal den 1. Teil so zu ändern:
a.mainlevel:link, a.mainlevel:visited { display: block; background-image: url(../images/pfeil.gif); background-repeat: no-repeat; width: 95%; font-size: 11px; font-weight: bold; color: #7b3c1b; text-align: left; padding-top: 4px; padding-left: 18px; line-height: 20px; text-decoration: none; }
mgb, Cougar
|