I have the below code in which I have a text field that is created via a little 
javascript and then a drop down. I would like these two elements to show up 
side by side, but cannot figure out how. Right now they are lining up one on 
top of another. Any help is appreciated.

<div style="position:absolute; top:52; left:150; width:500px; 
background:url(images/xp3.gif);>

<!---DISPLAY THE TEXT BOX DROP DOWN--->

<script type="text/javascript" language="JavaScript1.2">
<!--
stm_bm(["menu2ad1",660,"","blank.gif",0,"","",0,1,0,0,50,1,0,0,"","",0,0,1,1,"default","hand",""],this);
stm_bp("p0",[0,4,0,0,1,4,0,7,100,"",-2,"",-2,90,1,1,"##999999","transparent","",3,0,0,"##FFFFFF"]);
stm_ai("p0i0",[1,"<input type=\"text\" name=\"search_text\" 
align=\"absmiddle\">","","",-1,-1,0,"","_self","","","","",0,0,0,"arrow_r.gif","arrow_gray.gif",7,7,0,0,1,"##FFFFFF",1,"##FFFFFF",1,"xp3.gif","xp4.gif",3,3,1,1,"##CCCCCC","##999999","##333333","##000000","bold
 8pt Arial","bold 8pt Arial",0,0],145,0);
stm_bp("p1",[1,4,-1,1,1,4,0,0,100,"progid:DXImageTransform.Microsoft.Blinds(bands=8,direction=DOWN,enabled=0,Duration=0.52)",9,"",-2,58,1,1,"##999999","transparent","",3,0,0,"##000000"]);
stm_aix("p1i0","p0i0",[0,"Recent 
Searches","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0,0,0,1,"##FFFFFF",1,"##FFFFFF",1,"xp3.gif","xp4.gif",3,3,1,1,"##CCCCCC","##999999","##000000","##000000","bold
 8pt Arial","bold 8pt Arial"],120,0);
/*<CFLOOP list="#cookie.recentsearch#" delimiters="," index="i">
<cfoutput>*/
stm_aix("p1i0","p0i0",[0,"#i#","","",-1,-1,0,"index.cfm?page=cresults&recentSearch=#i#","_self","","","","",0,0,0,"","",0,0,0,0,1,"##FFFFFF",1,"##FFFFFF",1,"xp3.gif","xp4.gif",3,3,1,1,"##CCCCCC","##999999","##000000","##000000","8pt
 Arial","8pt Arial"],120,0);
/*</cfoutput>
</cfloop>*/
stm_ep();
stm_ep();
stm_em();
//-->
</script>

<!---DISPLAY THE SELECT LIST --->


<CFFORM name="qSearch" 
action="index.cfm?page=cresults#session.amper##session.URLTOKEN#">
<CFSELECT name="search_cats" label="" required="no">
 <OPTION value="0" selected>Search All Categories</OPTION>
 <CFLOOP query="allMainCats">
 <OPTION value="#AllMainCats.categoryID#" <cfif isDefined("url.cid") AND 
url.cid eq 
AllmainCats.categoryID>Selected</cfif>>#allMainCats.CategoryName#</OPTION>
 </CFLOOP>
 </CFSELECT>
 &nbsp;
 <CFINPUT type="reset" name="reset" value="Erase" class="sbutton" />
 <CFINPUT type="submit" name="qSearchSubmit" value="Search" class="bbutton">
 <INPUT type="hidden" name="qSearchSubmit" value="Seach">
 <IMG src="images/arrow_r.gif" border="0" align="absmiddle">
</CFFORM>

</div>

Doug B.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269129
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to