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

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

WBOY
Release: 2016-06-24 12:24:40
Original
827 people have browsed it

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template