


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:
The style sheet structure is:
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:
Complete style sheet:
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.

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

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.

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.

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

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

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

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

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.


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

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

WebStorm Mac version
Useful JavaScript development tools

Dreamweaver CS6
Visual web development tools

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