css-common navigation bar style settings_html/css_WEB-ITnose
html code:
vertical navigation
- Succulents
- Flower Plants
- Foliage Plants< /a>
- Herbs
- Woody plants
- Aquatic plants
- Main varieties
- < ;a href="#">Physiological characteristics
- Family and genus introduction
- Distribution
- Living Habits< ;/a>
< ;/ul>
Horizontal navigation
Pagination content
css code and comments:
/*Refer to Mastering CSS~*/
/*Vertical Navigation*/
ul.sort
{
margin: 1px; /*Margin*/
padding: 1px; /*Padding*/
list-style-type: none; /*Remove the default bullet (the one in front of the item is very Ugly)*/
width: 8em;
background-color: #8BD400;
border: 1px solid #486B02;
}
ul.sort li
{
margin: 1px; /*Outer margin*/
background: url(img/arrow_state_blue_right.png) no-repeat 0% 50%;/*The image does not repeat; the image position*/
padding-left:15px ;/*Left white space for text*/
border-top: 1px solid #E4FFD3;
border-bottom: 1px solid #486B02;
}
ul.sort a
{
display: block;/*In this way, the style of a will be applied to the entire li content (including the blank part behind)*/
color: #2B3F00;
text-decoration: none; /*underline*/
}
ul.sort a:hover,
ul.sort a:focus,
ul.sort .selected a
{
color: #E4FFD3;
background- color: #6DA203;
}
/*horizontal navigation*/
ul.des
{
margin: 1px;
padding: 1px;
overflow: When hidden;/*float, it does not occupy any space in the document flow, and the parent list will shrink if there is no actual content*/
}
ul.des li
{
float: left;
padding-right: 0.5em; /*White space before and after text*/
padding-left: 0.5em;
background-color: #8BD400;
border: 1px solid #486B02;
}
ul.des a
{
display: block;
color: #2B3F00;
text-decoration: none; /*underline*/
}
ul.des a :hover,
ul.des a:focus,
ul.des .selected a
{
color: #E4FFD3;
background-color: #6DA203;
}
/*Horizontal navigation (pagination)*/
ol.pagination
{
margin: 1px; /*Outer margin*/
padding: 1px; /*Inner margin*/
}
ol.pagination li
{
float: left;
margin-right: 0.6em;
}
ol.pagination a
{
display : block;
padding: 0.2em 0.5em;
border: 1px solid #ccc;
text-decoration: none; /*underline*/
}
ol.pagination a:hover ,
ol.pagination a:focus
{
background-color: blue;
color: white;
}
/*Remove the borders of the previous page and the next page and add formatting* /
ol.pagination a[rel="prev"],
ol.pagination a[rel="next"]
{
border: none;
}
ol. pagination a[rel="prev"]:before
{
content: "

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.
