设置下拉菜单宽度

时间:2013-07-06 13:17:05

标签: php html css

我正在尝试更改此页面上的国家/地区下拉菜单:

http://www.chasewatts.com/free-signup

我只是希望它与其他线(80%)的宽度相同,但我所做的一切似乎都没有改变。你能不能用CSS文件改变下拉列表的宽度?

这是我的.tpl文件中该行的代码:

<tr><td class="fieldlabel">{$LANG.clientareaemail}</td><td class="fieldarea">{if $loggedin}{$clientsdetails.email}{else}<input type="text" name="email" tabindex="4" style="width:80%;" value="{$clientsdetails.email}" />{/if}</td><td class="fieldlabel">{$LANG.clientareacountry}</td><td class="fieldarea">{if $loggedin}{$clientsdetails.country}{else}{$clientcountrydropdown|replace:'<select':'<select tabindex="12"'}{/if}</td></tr>

提前感谢您提供的任何帮助!

1 个答案:

答案 0 :(得分:0)

.selectboxit-container .selectboxit-options{
width:330px;}