Home > Web Front-end > HTML Tutorial > div换行?_html/css_WEB-ITnose

div换行?_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:35:30
Original
889 people have browsed it

                                     <div class="title">工作业绩排行</div>				<div class="buttom" align="right">				<a href="#" >更多</a>				<a href="#" onclick="toMoWork()">更多</a>				</div>
Copy after login


这里的两个a标签默认换行了,怎么才能一行显示。。。。。


回复讨论(解决方案)

工作业绩排行


不知道 buttom 怎么定义的

工作业绩排行




这样也好使啊,多谢楼上两位~

工作业绩排行

还是上下排列的

你要贴

工作业绩排行



css的定义,有可能宽度不够

两个层float:left

正常应该是同一行
应该是其它CSS让它换行了
可能a display:block 也可能宽度不够

<div style='float:left'>工作业绩排行</div><div style='float:right' align="right"> <a href="#" >更多</a> <a href="#" onclick="toMoWork()">更多</a></div>
Copy after login

工作业绩排行


div左右两边浮动就可以了

HTML code

工作业绩排行


你那么多第一啊,拜服。

你试着给float:right;那个DIV给个宽度,其实个人认为,你这么写很不规范,不过,可以试着,给个宽,如果还不行,a{display:block;},如果还不行的话,就再a样式给个浮动吧!

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