On Sun, Jan 19, 2014 at 12:48 PM, Philip Taylor <[email protected]> wrote:
> I think we need to /see/ the "select list" (i.e., the
> raw HTML emitted by whatever it is over which you have
> no control) in order to be able to offer suggestions ...

<form id="query" method="GET" action="/report/CDSEM/MeasurementData/"
autocomplete="off" class="">
<label for="id_group">Group</label>
<select id="id_group" name="group">
<option value="" selected="selected"></option>
<option value="1">12S by_target</option>
<option value="2">13S by_target</option>
<option value="3">22SOI by_target</option>
<option value="4">TEST by_target</option>
<option value="5">TEST2 by_recipe</option>
<option value="6">Lot1 by_lot</option>
<option value="7">Lot2 by_lot</option>
<option value="8">PPL1 by_ppl</option>
<option value="9">PPL2 by_ppl</option>
</select>

> Larry Martell wrote:
>
>> I have the need to align one word left and another word right in a
>> select list. If had direct control over the HTML I could do this:
>>
>> <div style="float: left">LEFT</div><div style="float: right">RIGHT</div>'
>>
>> But the select list is being generated by something I have no control
>> over.
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to