Once again a float problem

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
I want to add a button under the text and left from the select box

but with float left i'm getting only:

result.webp
align:bottom didn't change anythign:(
 
That's a ACP Option

HTML:
<xen:selectunit label="{$preparedOption.title}" name="{$fieldPrefix}[{$preparedOption.option_id}]" value="{xen:raw $preparedOption.option_value}"
hint="{$preparedOption.hint}" size="10" multiple="true">
    <xen:options source="$formatParams" />
    <xen:explain>{xen:raw $preparedOption.explain}</xen:explain>
    <xen:html>
        <input type="hidden" name="{$listedFieldName}" value="{$preparedOption.option_id}" />
        {xen:raw $editLink}
        <input type="button" id="ragtek_selectAll_{$preparedOption.option_id}" value="{xen:phrase select_all}" class="button" style="float: left;" align="bottom" />
    </xen:html>
</xen:selectunit>
 
Sorry, I meant the CSS.

I realised it was an ACP page, but it depends how you have constructed the CSS for the "Exclude Forumids" and the button.
Doesn't just putting them in separate divs do it?
 
Top Bottom