Search
 
SCRIPT & CODE EXAMPLE
 

CSS

dropright css

body
{
    background-color: #CEF6F5;
}

aside
{
    margin-top: 1%;
    height:50%;
}

ul
{
    margin: 0;
    padding: 0;
}

li
{
    list-style:none;
}

a
{
    text-decoration:none;
}

#content
{
    float:right;
    width:80%;
    background-color:red;
}

#menu
{
    width:20%;
    float:left;
    background-color: #000;
}

.cl-menu li
{
    position: relative;
}

.cl-menu > li:hover
{
    font-weight:bold;
    opacity: 1;
    filter: alpha(opacity=100);
}

.cl-menu li:hover
{
    background-color:#66819C;
}

.cl-menu li a
{
    display: block;
    min-width: 150px;
    padding: 10px;
    color:#CEF6F5;
    font-family: 'Rancho', cursive;
}

.cl-menu li:hover a
{
    color:#FFF;

}

.cl-menu li ul
{
    position: absolute;
    top: 0;
    left: 100%;
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:none;
}

.cl-menu li:hover > ul
{
    display:block;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.cl-menu li ul li
{
    background: grey;
    border-bottom:1px solid #000;
    border-top:none;
    border-left:none;
    border-right:none;
}

.cl-menu li ul li:last-child
{
    border-bottom: none;
}
Comment

PREVIOUS NEXT
Code Example
Css :: tasty css 
Css :: background image with styled components 
Css :: list on click in css 
Css :: advance logic in css 
Css :: css sign in with google 
Css :: how to link css stylesheet python django 
Css :: tipografias family style para css y html 
Css :: sass dummy folder site download 
Css :: tsx css 
Css :: bright btn background with white text 
Css :: fullcalendar react 
Css :: css animation-duration 
Css :: css media query between two width 
Css :: adobe xd to html and css 
Css :: enlarge icon when hover 
Typescript :: typescript sleep 
Typescript :: jquery id that starts with 
Typescript :: install typescript 
Typescript :: import moment 
Typescript :: check if key exists in json typescript 
Typescript :: convert htmlcollection to array 
Typescript :: get all documents in collection firestore flutter 
Typescript :: subplots legend 
Typescript :: typescript initialize map inline 
Typescript :: sort list of objects by attribute java 
Typescript :: usage typescript in react native 
Typescript :: gets ents within range gmod lua 
Typescript :: ion popover pass data 
Typescript :: typescript == vs === 
Typescript :: npx react typescript 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =