CSS novice_html/css_WEB-ITnose
h2.pos_abs
{
position:fixed;
position:absolute;
left: 400px;
top: 77px;
}
="../nav-bar-tw.png"/>
h2.pos_abs
{
position:fixed;
position:absolute;
left: 400px;
top: 77px;
}
="../nav-bar-tw.png"/>
Positioning doesn’t work, the browser will move when you zoom in or out
Reply to the discussion (solution)
http://www.w3school.com.cn/css/css_positioning_absolute.asp Understand the concept of absolute relative, I don’t know what position you are talking about What is it? I don’t use it.
Try this:
When editing to the middle position, the display will be just right. When browsing, just zoom in or out and the browser will go to the left
<style>body{ position:relative;}h2.pos_abs {position:absolute;left: 400px;top: 77px; } </style>
You If you want to zoom in and out the left and right widths, you should use percentages instead of pixel units. The absolute positioning should be set at the outermost layer. The relative distance to the left is the right percentage
It should be like this. I recommend you a website. Learn css
http://www.divcss5.com/css3/
If you want to zoom in or out the left and right widths, you should use percentages instead of pixel units, and absolute positioning should be set at the outermost layer. Which percentage is correct relative to who is left? Thank you for understanding
Who can write an example to see
"Xiaobaicai" begs the hero to leave QQ so that he can consult the hero in detail
AI-powered app for creating realistic nude photos
Online AI tool for removing clothes from photos.
Undress images for free
AI clothes remover
Generate AI Hentai for free.
Easy-to-use and free code editor
Chinese version, very easy to use
Powerful PHP integrated development environment
Visual web development tools
God-level code editing software (SublimeText3)
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 using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.
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.
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
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
Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.
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.
This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit