Friday, March 10, 2023
HomeCSSEmbedded food selection layout utilizing HTML as well as CSS

Embedded food selection layout utilizing HTML as well as CSS


I developed a dropdown food selection, the food selection opens up when it has a hover result. After that I included aspects to this food selection as well as when I produce a hover result on them, various other food selections open. Yet when I wished to increase the food selection another action, I could not make use of the hover result.

enter image description here

As you can see in the photo, I can reveal the below food selection in a dropdown thing with the hover result, however prior to the computer mouse relocates to that below food selection, it shows up on the aspect under it. Just how can I produce a 3 layer below food selection?

 navtop>> ul {
setting: loved one;
z-index: 1
}

. navtop>> ul>> li {
float: left;
border-left: 1px strong #fff;
}

. navtop ul li {a display screen: block;
extra padding: 10px 20px;
shade: #ccc
}

. navtop ul li: first-child {
boundary: none;
}

. navtop>> ul>> li: float>> ul {
display screen: block;
}

. navtop>> ul>> li>> ul>> li: float ul {
display screen: block;
}

. navtop>> ul>> li>> ul>> li>> ul>> li: float>> ul {
display screen: block;
}// it really did not function
. navtop>> ul>> li>> ul li {
setting: loved one;
}

. navtop>> ul>> li>> ul {
display screen: none;
setting: outright;
history: # 333;
}

. navtop>> ul>> li>> ul>> li>> ul {
display screen: none;
setting: outright;
left: 100%;.
top: 1px;.
history: # 333.
}

. navtop>> ul>> li>> ul>> li>> ul>> li>> ul {
display screen: none;.
setting: outright;.
left: 100%;.
top: 1px;.
history: # 333.
}// it really did not function.
<< div course=" cover">
<> < nav course=" navtop">
<> < ul>>.
<< li><> < a href=" #"><> < b course=" caret"><>  Dropdwown Menus<.
<< ul course=" container">
<> < li><> < a href=" #">> Dropdown Food selection 1<.
<< ul>>.
<< li><> < a href=" #">> Dropdown Submenu 1<.
<< ul>>.
<< li><> < a href=" #">> Dropdown Below food selection< .
<.
<.
<< li><> < a href=" #">> Dropdown Submenu 2< .
<< li><> < a href=" #">> Dropdown Submenu 3< .
<.
<.
<.
<.
<.
<< div course=" clear"><>  .
<
RELATED ARTICLES

Most Popular

Recent Comments