search
HomeWeb Front-endCSS TutorialSeveral points that come to mind when solving the problem of ul centering_Experience exchange

I encountered a problem recently when I was building a website: the navigation bar I built using ul tags and li tags wanted to be centered without knowing the number of li and the width of li, ul, but after using text-align:center for ul But it didn't have the desired effect.

The original page structure is:

Copy code The code is as follows:

The style sheet structure is:

Copy code The code is as follows:



There is no problem with this, but because an ID (menu) and two CLASS (menu_ul, menu_li) are defined to implement a function, the CSS file becomes bloated.

The reason why I can't figure out the problem of ul centering is because the CSS is too messy. By the end of the chain, I am confused. The code that defines the structure is mixed in various ways to display the effect. The code I wrote was messed up.

When my brain was dizzy, I didn’t want to modify it anymore, so I rewrote the code to implement the above functions. The page structure:

Copy code The code is as follows:

Complete style sheet:

Copy code The code is as follows:



Like this, it is very simple to solve the problem that ul cannot be centered. Looking back at my code, it turned out that it was because I added an extra sentence of float:left in the style of li. Because the defined display is not block, but inline, it cannot float, causing a conflict, and ultimately ul cannot be displayed in the center.

To summarize, when writing the structure of a web page, it is best to use relatively uniform CSS names for the same functional module. If you can define a style name to solve the problem, try not to define more than one, and the code should be as concise as possible. Because the code is bloated, it is easy to go wrong, and it is difficult to find where the error is. Use a series of styles like menu, menu ul, menu li, menu a, menu a:hover instead of defining some styles like menu, menu_ul, menu_ul_li that seem to be clearly organized and hierarchical, but are actually very confusing. name.

Habits are the essence of past experiences summed up subconsciously. However, with the advancement of technology, many past habits have become obstacles to further improvement. At this time, it is necessary to refer to the standards and look at the past Are habits worth sticking to? The same goes for making a website. Standards can improve efficiency, improve performance and point out the direction. The standardized design of the Web can help us improve the efficiency of maintaining the website.
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
Demystifying Screen Readers: Accessible Forms & Best PracticesDemystifying Screen Readers: Accessible Forms & Best PracticesMar 08, 2025 am 09:45 AM

This is the 3rd post in a small series we did on form accessibility. If you missed the second post, check out "Managing User Focus with :focus-visible". In

Create a JavaScript Contact Form With the Smart Forms FrameworkCreate a JavaScript Contact Form With the Smart Forms FrameworkMar 07, 2025 am 11:33 AM

This tutorial demonstrates creating professional-looking JavaScript forms using the Smart Forms framework (note: no longer available). While the framework itself is unavailable, the principles and techniques remain relevant for other form builders.

Adding Box Shadows to WordPress Blocks and ElementsAdding Box Shadows to WordPress Blocks and ElementsMar 09, 2025 pm 12:53 PM

The CSS box-shadow and outline properties gained theme.json support in WordPress 6.1. Let's look at a few examples of how it works in real themes, and what options we have to apply these styles to WordPress blocks and elements.

Working With GraphQL CachingWorking With GraphQL CachingMar 19, 2025 am 09:36 AM

If you’ve recently started working with GraphQL, or reviewed its pros and cons, you’ve no doubt heard things like “GraphQL doesn’t support caching” or

Making Your First Custom Svelte TransitionMaking Your First Custom Svelte TransitionMar 15, 2025 am 11:08 AM

The Svelte transition API provides a way to animate components when they enter or leave the document, including custom Svelte transitions.

Show, Don't TellShow, Don't TellMar 16, 2025 am 11:49 AM

How much time do you spend designing the content presentation for your websites? When you write a new blog post or create a new page, are you thinking about

Classy and Cool Custom CSS Scrollbars: A ShowcaseClassy and Cool Custom CSS Scrollbars: A ShowcaseMar 10, 2025 am 11:37 AM

In this article we will be diving into the world of scrollbars. I know, it doesn’t sound too glamorous, but trust me, a well-designed page goes hand-in-hand

What the Heck Are npm Commands?What the Heck Are npm Commands?Mar 15, 2025 am 11:36 AM

npm commands run various tasks for you, either as a one-off or a continuously running process for things like starting a server or compiling code.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)