标签和文本字段不对齐在一起? [英] Label and text field not aligned together?

查看:114
本文介绍了标签和文本字段不对齐在一起?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我还有一个需要解决的对齐问题。我不是CSS专家,所以我需要专家的帮助。我曾尝试在Firebug中玩游戏,但我无法理解。



存在此问题的网站: http://bit.ly/13KG6dz



(使用bit.ly因为不允许IP地址 - 不要担心它不是病毒)



请注意,我 CAN 更改任何在此页面中调用的CSS文件,但是我不能 更改页面本身的HTML代码,因为HTML代码是由服务器生成的。



问题是:



下图中以红色显示:





任何人都知道如何解决这个问题?

>

 #option-231 {
float:left;
}


I have yet another alignment issue that needs to be solved. I'm no CSS expert, so I need the experts' help. I have tried playing around in Firebug but I couldn't figure it out.

Site where this issue is present: http://bit.ly/13KG6dz

(Using bit.ly because IP addresses are not allowed - don't worry its not a virus)

Note that I CAN change any CSS file being called in this page, but I CANNOT change the HTML code of the page itself, because the HTML code is server generated.

The issue is this:

Shown in red in the picture below:

Anyone know how to fix this ?

解决方案

You should float it like the rest of fields in the group

#option-231{
    float:left;
}

这篇关于标签和文本字段不对齐在一起?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆