End of Support for Joomla 3 - Forum closed
3rd Level Mouse Over bei Sport theme
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Das geht nur mit einem css trick
Fügen sie folgenden css code in ihre css/custom.css ein
Fügen sie folgenden css code in ihre css/custom.css ein
.uk-nav-navbar > .uk-parent > .uk-nav-sub { display: none; }
.uk-nav-navbar > .uk-parent > a:after {
content: "\f107";
font-family: "FontAwesome";
display: block;
float: right;
}
.uk-nav-navbar > .uk-parent:hover > .uk-nav-sub {
display: block;
background: none repeat scroll 0 0 padding-box #fff;
border: 1px solid rgba(0, 0, 0, 0.12);
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
width: 200px;
margin-top: -5px;
padding: 15px;
position: absolute;
left: 150px;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:5 years 6 months ago
by joomlaplates
Last edit: 5 years 6 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates