I have a little search function that is directly below the main menu that does 
not look right in NS (Nested divs). I have tested in IE and everything seems 
fine. Any suggestions? You can see the differences by going here.

http://72.174.248.16/totallyclassified/index.cfm

CODE:

<cfoutput>
<div id="mainDiv" style="position:absolute; top:75px; left:75px; width:500px;">
<CFFORM name="qSearch" 
action="index.cfm?page=cresults#session.amper##session.URLTOKEN#">
<div id="categories" style="width:320px; height:33px; margin-top:2px; 
padding-left:5px; padding-top:6px; float:right; background:url(images/xp3.gif); 
border: 1px solid; border-color:##CCCCCC;">
        
        
            <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">

        
</div>
<div id="text_field" style="width:120px; float:left">
<CFINCLUDE template="recentSearch.cfm">
</div>
</CFFORM>
</div>
</cfoutput>




Thanks

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:269290
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