Home  >  Article  >  Web Front-end  >  Some questions about drop-down navigation menu_html/css_WEB-ITnose

Some questions about drop-down navigation menu_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:24:40797browse

CSS3

background: #292929;
background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
background: -webkit-gradient( linear, left top, left 25, from(black),
The first one is the background color. What are the functions of the following two? I’m confused here recently when learning the drop-down navigation menu! Discussion (Solution)
Background color gradient can create a three-dimensional effect

The second one is for Firefox browser, and the third one is for IE browser

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn