MyBB.de Forum
Hintergrund css links systemweit - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Theme-Diskussionen (https://www.mybb.de/forum/forum-84.html)
+--- Thema: Hintergrund css links systemweit (/thread-32305.html)

Seiten: Seiten: 1 2


Hintergrund css links systemweit - hkkp - 21.06.2015

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...


RE: Hintergrund css links systemweit - MrBrechreiz - 21.06.2015

a:link
a:visited
a:active

sind die globalen Linkdefinitionen


RE: Hintergrund css links systemweit - hkkp - 22.06.2015

dies ist mir schon klar, da steht überall dasselbe:

Code:
a:active {
color : #000;
text-decoration : none;
}



RE: Hintergrund css links systemweit - MrBrechreiz - 22.06.2015

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.


RE: Hintergrund css links systemweit - hkkp - 22.06.2015

so hier die optimale information im anhang...


RE: Hintergrund css links systemweit - MrBrechreiz - 22.06.2015

Kann dies in der css nicht nachvollziehen. Ist evtl. in einer anderen css die a Elemente definiert ?


RE: Hintergrund css links systemweit - hkkp - 22.06.2015

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?


RE: Hintergrund css links systemweit - MrBrechreiz - 22.06.2015

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;
}



RE: Hintergrund css links systemweit - hkkp - 22.06.2015

ich schrieb ja eigentlich....


RE: Hintergrund css links systemweit - Jockl - 22.06.2015

(22.06.2015, 01:14)hkkp schrieb: so hier die optimale information im anhang...
Darf ich mal vorsichtig fragen, was dieser Beitrag sollte?