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

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.

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.

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

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...

To achieve the effect of scattering and enlarging the surrounding images after clicking on the image, many web designs need to achieve an interactive effect: click on a certain image to make the surrounding...

The Y-axis position adaptive algorithm for web annotation function This article will explore how to implement annotation functions similar to Word documents, especially how to deal with the interval between annotations...

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.
