Autor Scout_GP
Datum 03.06.2006 16:26
Beiträge: hier is meine


/*BEGINN ALTERNATOREN*******************/
.alternatortable {width:100%; border:1px solid #800000; border-collapse:collapse;}
th.alternatorhead {border:1px solid #800000; height:22px; color:#FFCC33; background:#DEB887 url('images/titellinks.gif') repeat-x; white-space:nowrap; vertical-align:middle; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif}
tr.alternatorhead {border:1px solid #800000; height:22px; padding-left:2px; padding-right:2px; margin:0px; color:#000; background:#DEB887 url('images/titellinks.gif') repeat-x; white-space:nowrap; vertical-align:middle; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif}
td.alternatorhead {border:1px solid #800000; height:22px; padding-left:2px; padding-right:2px; margin:0px; color:#000; background:#DEB887 url('images/titellinks.gif') repeat-x; white-space:nowrap; vertical-align:middle; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif}
a.alternatorhead {border:none; color:#000; background:none; text-decoration:underline;}
.alternator1 {border:solid 1px #800000; padding:2px; empty-cells:show; color:#660000; background:#DEB887; font:12px Verdana,Arial,Helvetica,sans-serif;}
a.alternator1 {border:none; color:#864800; background:none; text-decoration:underline;}
.alternator2 {border:solid 1px #800000; padding:2px; empty-cells:show; color:#660000; background:#F1E3B8; font:12px Verdana,Arial,Helvetica,sans-serif;}
a.alternator2 {border:none; color:#864800; background:none; text-decoration:underline;}
.alternator3 {border:solid 1px #800000; padding:2px; color:#660000; empty-cells:show; background:#DEB887; font:bold 12px Verdana,Arial,Helvetica,sans-serif;}
a.alternator3 {border:none; color:#864800; background:none; text-decoration:underline;}
.alternator4 {border:solid 1px #800000; padding:2px; color:#660000; empty-cells:show; background:#F1E3B8; font:bold 12px Verdana,Arial,Helvetica,sans-serif;}
a.alternator4 {border:none; color:#864800; background:none; text-decoration:underline;}
.alternatorfoot {border:solid 1px #800000; padding:2px; empty-cells:show; color:#660000; background:#F1E3B8; font:10px Verdana,Arial,Helvetica,sans-serif;}
a.alternatorfoot {border:none; color:#864800; background:none; text-decoration:underline;}
.alternator1bg {color:#000000; height:18px; empty-cells:show; background:url('images/alternator1bg.gif') repeat-x;}
.alternator2bg {color:#000000; height:18px; empty-cells:show; background:url('images/alternator2bg.gif') repeat-x;}
/*ENDE ALTERNATOREN*********************/


Gruß Scout +++ Last.fm | Scoutweb +++


Autor bdragon
Datum 03.06.2006 16:31
Beiträge: Sollte dann werden:

.klasse -> nachfolgendes Element
geschrieben so:

.alternator1 a


Dein ganzes Teilstück dann so:


/*BEGINN ALTERNATOREN*******************/
.alternatortable {width:100%; border:1px solid #800000; border-collapse:collapse;}
th.alternatorhead {border:1px solid #800000; height:22px; color:#FFCC33; background:#DEB887 url('images/titellinks.gif') repeat-x; white-space:nowrap; vertical-align:middle; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif}
tr.alternatorhead {border:1px solid #800000; height:22px; padding-left:2px; padding-right:2px; margin:0px; color:#000; background:#DEB887 url('images/titellinks.gif') repeat-x; white-space:nowrap; vertical-align:middle; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif}
td.alternatorhead {border:1px solid #800000; height:22px; padding-left:2px; padding-right:2px; margin:0px; color:#000; background:#DEB887 url('images/titellinks.gif') repeat-x; white-space:nowrap; vertical-align:middle; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif}
.alternatorhead a{border:none; color:#000; background:none; text-decoration:underline;}
.alternator1 {border:solid 1px #800000; padding:2px; empty-cells:show; color:#660000; background:#DEB887; font:12px Verdana,Arial,Helvetica,sans-serif;}
.alternator1 a{border:none; color:#864800; background:none; text-decoration:underline;}
.alternator2 {border:solid 1px #800000; padding:2px; empty-cells:show; color:#660000; background:#F1E3B8; font:12px Verdana,Arial,Helvetica,sans-serif;}
a.alternator2 {border:none; color:#864800; background:none; text-decoration:underline;}
.alternator3 {border:solid 1px #800000; padding:2px; color:#660000; empty-cells:show; background:#DEB887; font:bold 12px Verdana,Arial,Helvetica,sans-serif;}
.alternator3 a{border:none; color:#864800; background:none; text-decoration:underline;}
.alternator4 {border:solid 1px #800000; padding:2px; color:#660000; empty-cells:show; background:#F1E3B8; font:bold 12px Verdana,Arial,Helvetica,sans-serif;}
.alternator4 a{border:none; color:#864800; background:none; text-decoration:underline;}
.alternatorfoot {border:solid 1px #800000; padding:2px; empty-cells:show; color:#660000; background:#F1E3B8; font:10px Verdana,Arial,Helvetica,sans-serif;}
.alternatorfoot a{border:none; color:#864800; background:none; text-decoration:underline;}
.alternator1bg {color:#000000; height:18px; empty-cells:show; background:url('images/alternator1bg.gif') repeat-x;}
.alternator2bg {color:#000000; height:18px; empty-cells:show; background:url('images/alternator2bg.gif') repeat-x;}
/*ENDE ALTERNATOREN*********************/


Wichtig auch ganz oben im CSS, den Ankertag zu formatieren, um seitenweit eine grundformatierung zu haben.


B.D.R.A.G.O.N.: Biomechanical Digital Replicant Assembled for Galactic Observation and Nullification Offiziell infiziert! OPN Infiziert


Autor darksweetys
Datum 04.06.2006 09:01
Beiträge: Ich glaub es hat funktioniert, aber was bedeutet das:?

Wichtig auch ganz oben im CSS, den Ankertag zu formatieren, um seitenweit eine grundformatierung zu haben.




Autor bdragon
Datum 04.06.2006 16:53
Beiträge: Anker ist der Name für Links im HTML

also a:link,a:hover,a:visited




Diese Seite drucken
Diese Seite schließen

Dieser Artikel kommt von: OpenPHPNuke - das Open Source CMS

http://www.openphpnuke.info/