PHP beginner |
|
li > ul {
position:relative;
top: ;/*moet je de goede waarde zoeken, soms helpt -100%*/
left: ;/*moet je de goede waarde zoeken, soms helpt 100%*/
}
li > ul { position:relative; top: ;/*moet je de goede waarde zoeken, soms helpt -100%*/ left: ;/*moet je de goede waarde zoeken, soms helpt 100%*/ }
Je moet even wat experimenteren
Ik weet niet zo goed wat je bedoelt. (heb nou geen tijd het te testen)
EN...
Voeg dit samen
A:link {
text-decoration: none;
font-size: 12px;
background-color: inherit;
color: #4b4b4b;
}
A:visited {
text-decoration: none;
font-size: 12px;
background-color: inherit;
color: #4b4b4b;
}
A:active {
text-decoration: none;
font-size: 12px;
background-color: inherit;
color: #ffffff;
}
A:hover {
text-decoration: none;
font-size: 12px;
background-color: inherit;
color: #ffffff;
}
A:link { text-decoration: none; font-size: 12px; background-color: inherit; color: #4b4b4b; } A:visited { text-decoration: none; font-size: 12px; background-color: inherit; color: #4b4b4b; } A:active { text-decoration: none; font-size: 12px; background-color: inherit; color: #ffffff; } A:hover { text-decoration: none; font-size: 12px; background-color: inherit; color: #ffffff; }
Naar:
A:link, A:visited {
text-decoration: none;
font-size: 12px;
background-color: inherit;
color: #4b4b4b;
}
A:active, A:hover {
text-decoration: none;
font-size: 12px;
background-color: inherit;
color: #ffffff;
}
A:link, A:visited { text-decoration: none; font-size: 12px; background-color: inherit; color: #4b4b4b; } A:active, A:hover { text-decoration: none; font-size: 12px; background-color: inherit; color: #ffffff; }
Word je code net ff wat sneller en beter van
Succes |