That's pure CSS. I suggest to use absolute positioning. A container
holds the tabs stuff and the button, the button itself is positioned
to the top and right of the container.

<div id="container">
    ...
</div>

#container {
    position: relative;
}
#submit {
    position: absolute;
    top: 0;
    right: 0;
}


--Klaus



On 11 Nov., 07:17, "Steffan A. Cline" <[EMAIL PROTECTED]> wrote:
> on 11/9/08 10:31 PM, Steffan Cline at [EMAIL PROTECTED] wrote:
>
>
>
> > Is it possible to place a submit button on the same line as a row of tabs
> > using the ui tabs?
>
> > | tab1  |  tab2  |  tab3  |  tab4  |                   (submit button)
> > |--------------------------------------------------------------------------|
>
> > Any suggestions?
>
> No takers?
>
> Thanks
>
> Steffan
>
> ---------------------------------------------------------------
> T E L  6 0 2 . 7 9 3 . 0 0 1 4 | F A X  6 0 2 . 9 7 1 . 1 6 9 4
> Steffan A. Cline  
> [EMAIL PROTECTED]                             Phoenix, 
> Azhttp://www.ExecuChoice.net                                 USA
> AIM : SteffanC          ICQ : 57234309
> YAHOO : Steffan_Cline   MSN : [EMAIL PROTECTED]
> GOOGLE: Steffan.Cline             Lasso Partner Alliance Member
> ---------------------------------------------------------------

Reply via email to