MyBB.de Forum

Normale Version: Hintergrund css links systemweit
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2
iwie hab ich ein fehler gemacht. also ich hab eingestellt, dass der hover-effekt rot ist. aber wenn ich da drüber gehe, dann haben die links immer noch o eine weiße umrandung, hintergrund bzw. shadow-effekt... auf jeden ist dies nervig und ich weiss nicht, woran dies liegt... ich such hier schon die ganze zeit...
a:link
a:visited
a:active

sind die globalen Linkdefinitionen
dies ist mir schon klar, da steht überall dasselbe:

Code:
a:active {
color : #000;
text-decoration : none;
}
Dann wären mehr Infos nötig. Mitlerweile solltest Du wissen wie man eine Supportfrage stellt und was von nöten ist um helfen zu können. Versetze dich in die Lage derer, die dir helfen wollen.
so hier die optimale information im anhang...
Kann dies in der css nicht nachvollziehen. Ist evtl. in einer anderen css die a Elemente definiert ?
eigentlich nicht,

Code:
.ddsmoothmenu {
font : bold 12px Verdana;
width : 100%;
display : none;
height : 31px;
margin-top : -46px;
text-decoration : none;
padding-bottom : 1px;
display : block;
cursor: pointer;
}
.ddsmoothmenu ul {
z-index : 100;
margin : 0;
padding : 0;
list-style-type : none;
text-align : center;
text-decoration : none;
}
.ddsmoothmenu ul li {
position : relative;
display : inline;
float : left;
text-align : center;
}
.ddsmoothmenu ul li a {
display : block;
background : #17687C;
color : white;
padding : 8px 10px;
text-decoration : none;
}
* html .ddsmoothmenu ul li a {
display : inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
color : white;
}
.ddsmoothmenu ul li a.selected {
background : #17687C !important ;
color : white;
text-decoration : none;
}
.ddsmoothmenu ul li a:hover {
background : #52C0E7 !important ;
color : white;
text-decoration : none;
}
.ddsmoothmenu ul li ul {
position : absolute;
left : -3000px;
display : none;
visibility : hidden;
}
.ddsmoothmenu ul li ul li {
display : list-item;
float : none;
}
.ddsmoothmenu ul li ul li ul {
top : 0;
}
.ddsmoothmenu ul li ul li a {
font : normal normal 13px Verdana;
width : 160px;
padding : 5px;
margin : 0;
border-top-width : 0;
border-bottom : 1px solid gray;
}
* html .ddsmoothmenu {
height : 1%;
}
.downarrowclass {
position : absolute;
top : 12px;
right : 7px;
}
.rightarrowclass {
position : absolute;
top : 6px;
right : 5px;
}
.leftarrowclass {
margin-right : 5px;
}
.ddshadow {
position : absolute;
left : 0;
top : 0;
width : 0;
height : 0;
background-color : #ccc;
}
.toplevelshadow {
margin : 5px 0 0 5px;
opacity : 0.800000011920928955078125;
}
.ddcss3support .ddshadow.toplevelshadow {
margin : 0;
}
.ddcss3support .ddshadow {
background-color : transparent;
box-shadow : 5px 5px 5px #aaa;
}
.ddsmoothmenu li {
position : absolute;
z-index : 1 !important ;
}

außer die... aber kann dieser effekt auftreten, wenn sich zwei farben überlagern?
Und was ist hiermit ?

Code:
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
color : white;
}
.ddsmoothmenu ul li a.selected {
background : #17687C !important ;
color : white;
text-decoration : none;
}
.ddsmoothmenu ul li a:hover {
background : #52C0E7 !important ;
color : white;
text-decoration : none;
}
ich schrieb ja eigentlich....
(22.06.2015, 00:14)hkkp schrieb: [ -> ]so hier die optimale information im anhang...
Darf ich mal vorsichtig fragen, was dieser Beitrag sollte?
Seiten: 1 2