close× Call Us +49 (1805) 01 29 59

PHPFusion DE NSS
Thread Author: yannick
Thread ID: 1767
Thread Info
Es gibt 6 Beiträge zu diesem Thema, und es wurde 2286 mal angesehen.
Wer ist hier? 1 Gäste
 Thema drucken
AC Navigation ausrichten
yannick
Hallo,
Ich verwende auf einer Seite(http://www.burschenschaft-wasenberg.de/) das AC Navigation Panel 1.1.
Wie ihr seht ist es nicht wirklich schön plaziert, die untermenüs berühren den Rand des Panels und mittig ist es auch nicht.
Ich habe im css schon alles mögliche ausprobiert aber ich bekommt es nicht besser hin als es gerade ist.
Jemand ne idee wie man das Problem lösen könnte?

Mfg Yannick
Bearbeitet von yannick am 04.10.2009 00000010 11:36
 
SC-Ad-Bot
 
yannick
ul#menu2, ul#menu2 ul {
list-style-type:none;
margin: 0;
padding: 0;
width: 13em;
text-align: left;
}

ul#menu2 a {
display: block;
text-decoration: none;
}

ul#menu2 li {
margin-top: 1px;
}

ul#menu2 li a {
background: #333;
background-image: url(silvergradient.gif);
color: #000;
padding: 0.5em;
margin-bottom: 1px;
}

ul#menu2 li a:hover {
background: #000;
background-image: url(silvergradientover.gif);
}

ul#menu2 li ul a {
background: #999;
color: #000;
padding-left: 20px;
}

ul#menu2 li ul a:hover {
background: #666;
border-left: 5px #00ff00 solid;
padding-left: 13px;
}

ul#menu2 li ul a:active {
background: #666;
border-left: 5px #00ff00 solid;
padding-left: 13px;
}
 
yannick
Das erste padding ist für den Text in den Feldern zuständig...
Die beiden anderen die auf 13px stehen bewirken komischer weise überhaupt nichts...
Habe die Werte 0, 5, 10, 13 und 15 probiert... Absolut null veränderung im Panel-.-
 
yannick
Nein steht nix von spacing, padding oder sonst irgendwas drin
 
yannick
a { color:#006600; text-decoration:none; }
a:hover { color:#006600; text-decoration:underline; }

a.side { color:#eeeeff; text-decoration:none; }
a:hover.side { color:#eeeeff; text-decoration:underline; }

a.white { color:#fff; text-decoration:none; }
a:hover.white { color:green; text-decoration:underline; }

body {
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:11px;
margin:0px;
}

form { margin:0px 0px 0px 0px; }

hr { height:2px; border-top:#bbb 1px solid; border-bottom:#fff 1px solid; }
hr.side-hr { height:2px; border-top:#337733 1px solid; border-bottom:#77bb77 1px solid; }

td { font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:11px; }

.alt { color:#555; }

.white-header {
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:10px;font-weight:bold;
color:#000000;background-color:#ddeedd;
padding:4px;
border-top:#000 1px solid;
border-bottom:#000 1px solid;
}

.full-header {
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:10px;
color:#ddd;background-color:#008800;
}

.button {
font-family:Tahoma,Arial,Verdana,Sans-Serif;
font-size:10px;
color:#000;background-color:#fff;
height:19px;
background-image:url(images/button.gif);background-repeat:repeat-x;
border:1px #000 solid;margin-top:2px;
}

.textbox {
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:10px;
color:#000;background-color:#e5ecf4;
border:1px #000 solid;
}

.main-body {
font-size:11px;
color:#000;background-color:#eee;
padding:3px 4px 3px 4px;
}

.side-body {
font-size:10px;
color:#ddd;
padding:4px 4px 4px 4px;
}

.main-bg { background-color:#fff; padding:10px; }

.border { background-color:#eee; border:1px #008800 solid; }

.side-border-left {
background-color:#008800;
background-image:url(images/sidebg.gif);background-repeat:repeat-y;
border-width:0px 1px 0px 0px;border-color:#000;border-style:solid;
}

.side-border-right {
background-color:#008800;
background-image:url(images/sidebg.gif);background-repeat:repeat-y;
border-width:0px 0px 0px 1px;border-color:#000;border-style:solid;
}

.news-footer {
font-size:9px;
color:#000;background-color:#ddd;
padding:2px 2px 2px 2px;
}

.barmain {
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:10px;font-weight:bold;
color:#fff;
height:20px;
padding:0px 4px 2px 4px;
background-image:url(images/barmain.gif);background-repeat:repeat-x;}

.barleft {
width:8px;height:20px;
background-image:url(images/barleft.gif);
}

.barright {
width:8px;height:20px;
background-image:url(images/barright.gif);
}

.capmain {
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:10px;font-weight:bold;
color:#fff;
height:20px;
padding:0px 2px 0px 2px;
background-image:url(images/capmain.gif);background-repeat:repeat-x;
}

.capleft {
width:8px;height:20px;
background-image:url(images/capleft.gif);
}

.capright {
width:8px;height:20px;
background-image:url(images/capright.gif);
}

.scapmain {
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:10px;font-weight:bold;
color:#000;
height:19px;
padding:0px 2px 0px 2px;
background-image:url(images/scapmain.gif);background-repeat:repeat-x;
border-width:1px 0px 1px 0px;border-color:#cceecc #000 #446644 #000;border-style:solid;
}

.tbl-border { background-color:#ccc; }
.tbl { font-size:11px; padding:4px; }
.tbl1 { font-size:11px; background-color:#eee; padding:4px; }
.tbl2 { font-size:11px; background-color:#ddd; padding:4px; }

.forum-caption {
font-size:10px;font-weight:bold;
color:#fff;
height:20px;
padding:0px 4px 2px 4px;
background-image:url(images/capmain.gif);background-repeat:repeat-x;
}

.quote {
font-size:11px;
color:#000;background-color:#ddd;
padding:2px;
margin:0px 20px 0px 20px;
border:1px #ccc solid;
}

.poll { height:12px; border:1px #000 solid; }

.comment-name { font-weight:bold; color:#006600; }

.shoutboxname { font-weight:bold; color:#eeeeff; }
.shoutbox { color:#ccc; }
.shoutboXDate { font-size:9px; color:#ddd; }

.small { font-size:10px; font-weight:normal; }
.small2 { font-size:10px; font-weight:normal; color:#555; }
.side-small { font-size:10px;font-weight:normal; color:#ddd; }
.side-label { background-color:#007700; padding:2px; }

.gallery { padding: 16px 0px 8px 0px; }
.gallery img { border: 1px solid #ccc; filter: gray; }
.gallery:hover img { border: 1px solid red; filter: none; }
img.activegallery { border: 1px solid green; filter: none; }



==> Ich hab mal die paddings für .side_body ohne erflog versucht zu ändern, sonst wüsste ich nicht welche in Frage kämen
 
yannick
nein ich hab nich versucht sie zu ändern, ich hab sie geändert. wie gesagt ohne erfolg
 
Springe ins Forum:

 Ähnliche Themen 

TEST
Thema Forum Antworten Letzter Beitrag
Navigation Allgemeine Support Fragen 1 07.12.2016 00000012 16:54
Navigation Allgemeine Diskussionen 1 26.08.2016 00000008 17:45
New Navigation Panel-Unter Panels falsch Infusionen 8 04.07.2016 00000007 05:22
Navigation Allgemeine Diskussionen 4 17.10.2015 00000010 14:01
New Navigation (Fehler) Infusionen 9 10.12.2013 00000012 18:55
Datalus