How to center a DIV using the position:fixed attribute

不言
Release: 2018-06-26 09:41:36
Original
2647 people have browsed it

Let me share with you the key code to use the position:fixed attribute to center the div: position:fixed;left:0px;right:0px;width:706px;margin-left:auto;margin-right:auto, if you are interested Friends can refer to it

The key code is : #topmenu_keleyi_com{position:fixed;left:0px;right:0px;width:706px;margin-left:auto;margin-right :auto;}
Attached complete code:

 
 
 
使position:fixed的p居中-柯乐义 
 
 
 

 

  position:fixed的p的居中效果,改变页面的宽度看看。 

   
Copy after login

The above is the entire content of this article. I hope it will be helpful to everyone's study. For more related content, please pay attention to the PHP Chinese website!

Related recommendations:

Analysis of CSS floating float and positioning

The above is the detailed content of How to center a DIV using the position:fixed attribute. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!