Combo box forces line feed before and after

For some reason I can’t keep the combo box on the same line with a label and button
(see the ‘Select A Motion’ below)

I don’t want the combo box on its own line!!!

I’m not doing anything fancy

TIA

-David

42 <?php asort($motions); ?>
43 Select A Motion:
44
45


46
47
48 <?php foreach ($motions as $motion) { ?>
49 <?php echo $motion ?>
50 <?php } ?>
51
52

53
54 Add Motion To Library</bu
55
56
57
58
views/event_cases.php.tpl
67 load_event_cases_ajax( $(“#event_id”).val(), “1” ); $(“#case_num”).val("
lass=‘glyphicon glyphicon-save’> Save Case And Motion To The Even
68 <?php } ?>
69
70

select and div have display: block;

Do it this way
myCombo.DOMelem.style.display = “inline-block”;

How can I set that option? ( line 71 above)

I tried some variations of what you posted but it didn’t work

//z.style.display = “inline-block”;
//z.DOMelem.style.display = “inline-block”;

Thanks,

David

Your combo object must have this property.
console.log your z.
Or check in browser your div.
Maybe other style overrides “inline-block”.

Alternative
getElementById with setAttribute