This is a forum where members new and old can come to ask questions and get info and opinions. It is not a place to advertise your business or have other forms of advertising, whether it be in your posts or signature.

All links in the forum will not be indexed by Search Engines and any unapproved forms of advertising or spam will be dealt with accordingly, deleted, and that member's account banned.

Forums

Overview » Coffee & Tea TalkZone » CSS Navigation Menu Search
Reply

CSS Navigation Menu Search

Brent Ricks
Member



Since: 18 Jan 2006
Posts: 5
Posted 27 Dec 2009 21:07:02

I try to place the menu going horizontal at the top of my page. I do this using a table and not at all.

However, the search, when enabled does not appear. It shows up in DW on the upper left, but when previewed, it doesn't show. Below is the code in the body:

<div id="navmenu1" class="dmxNavigationMenu dark_green"

style="width:888px;margin-left:auto;margin-right:auto">
<h3>CRIMEFREEAZ</h3>
<ul class="menu dark_green horizontal">
<li title="Home"><a href="#"><img src="global-images/homeLogo.png" border="0" width="25" height="25"

alt="Home" />Home</a></li>
</ul>
<form class="dmxSearchForm" action="search.cfm" method="get">
<input class="textfield" name="search" type="text" />
<input class="button" type="submit" value="Search" />
</form>
<div style="height:0;font-size:0;clear:both;"></div>
</div>
<script type="text/javascript">
// <![CDATA[
jQuery(document).ready(
function()
{
jQuery("#navmenu1".dmxNavigationMenu(
{width:888, menuWidth:150, mainShowDuration:"normal", mainShowEasing:"swing", mainHideDuration:"normal",

mainHideEasing:"swing", subShowDuration:"normal", subShowEasing:"swing", subHideDuration:"normal",

subHideEasing:"swing", design:"dark_green", keyboard:true, menuAlign:"center"} );
}
);
// ]]>
</script>

<div id="navmenu1" class="dmxNavigationMenu dark_green" 

style="width:888px;margin-left:auto;margin-right:auto">
  [h3]CRIMEFREEAZ[/h3]
  <ul class="menu dark_green horizontal">
    <li title="Home"><a href="#">[img]global-images/homeLogo.png" border="0" width="25" height="25" 

alt="Home" />Home</a>[/*][/list]
  <form class="dmxSearchForm" action="search.cfm" method="get">
    <input class="textfield" name="search" type="text" />
    <input class="button" type="submit" value="Search" />
  </form>
  <div style="height:0;font-size:0;clear:both;"></div>
</div>
<script type="text/javascript">
  // <![CDATA[
 jQuery(document).ready(
   function()
     {
       jQuery("#navmenu1").dmxNavigationMenu(
{width:888, menuWidth:150, mainShowDuration:"normal", mainShowEasing:"swing", mainHideDuration:"normal", 

mainHideEasing:"swing", subShowDuration:"normal", subShowEasing:"swing", subHideDuration:"normal", 

subHideEasing:"swing", design:"dark_green", keyboard:true, menuAlign:"center"}       );
     }
 );
  // ]]>
</script>



/////////
I have also tried to add the li tags around the form, but then the search does not get placed on the left hand side as desired and as shown in the examples.

Please help.

Thanks!
Edited by - Brent Ricks on 27 Dec 2009  21:07:59

Edited by - Brent Ricks on 27 Dec 2009  21:09:49

Edited by - Brent Ricks on 27 Dec 2009  21:10:37

Edited by - Brent Ricks on 27 Dec 2009  21:11:42

Edited by - Brent Ricks on 27 Dec 2009  21:13:06

I try to place the menu going horizontal at the top of my page. I do this using a table and not at all.

However, the search, when enabled does not appear. It shows up in DW on the upper left, but when previewed, it doesn't show. Below is the code in the body:

<div id="navmenu1" class="dmxNavigationMenu dark_green"

style="width:888px;margin-left:auto;margin-right:auto">
<h3>CRIMEFREEAZ</h3>
<ul class="menu dark_green horizontal">
<li title="Home"><a href="#"><img src="global-images/homeLogo.png" border="0" width="25" height="25"

alt="Home" />Home</a></li>
</ul>
<form class="dmxSearchForm" action="search.cfm" method="get">
<input class="textfield" name="search" type="text" />
<input class="button" type="submit" value="Search" />
</form>
<div style="height:0;font-size:0;clear:both;"></div>
</div>
<script type="text/javascript">
// <![CDATA[
jQuery(document).ready(
function()
{
jQuery("#navmenu1".dmxNavigationMenu(
{width:888, menuWidth:150, mainShowDuration:"normal", mainShowEasing:"swing", mainHideDuration:"normal",

mainHideEasing:"swing", subShowDuration:"normal", subShowEasing:"swing", subHideDuration:"normal",

subHideEasing:"swing", design:"dark_green", keyboard:true, menuAlign:"center"} );
}
);
// ]]>
</script>

<div id="navmenu1" class="dmxNavigationMenu dark_green" 

style="width:888px;margin-left:auto;margin-right:auto">
  [h3]CRIMEFREEAZ[/h3]
  <ul class="menu dark_green horizontal">
    <li title="Home"><a href="#">[img]global-images/homeLogo.png" border="0" width="25" height="25" 

alt="Home" />Home</a>[/*][/list]
  <form class="dmxSearchForm" action="search.cfm" method="get">
    <input class="textfield" name="search" type="text" />
    <input class="button" type="submit" value="Search" />
  </form>
  <div style="height:0;font-size:0;clear:both;"></div>
</div>
<script type="text/javascript">
  // <![CDATA[
 jQuery(document).ready(
   function()
     {
       jQuery("#navmenu1").dmxNavigationMenu(
{width:888, menuWidth:150, mainShowDuration:"normal", mainShowEasing:"swing", mainHideDuration:"normal", 

mainHideEasing:"swing", subShowDuration:"normal", subShowEasing:"swing", subHideDuration:"normal", 

subHideEasing:"swing", design:"dark_green", keyboard:true, menuAlign:"center"}       );
     }
 );
  // ]]>
</script>



/////////
I have also tried to add the li tags around the form, but then the search does not get placed on the left hand side as desired and as shown in the examples.

Please help.

Thanks!
Edited by - Brent Ricks on 27 Dec 2009  21:07:59

Edited by - Brent Ricks on 27 Dec 2009  21:09:49

Edited by - Brent Ricks on 27 Dec 2009  21:10:37

Edited by - Brent Ricks on 27 Dec 2009  21:11:42

Edited by - Brent Ricks on 27 Dec 2009  21:13:06
Miroslav Zografski
Official Representative



Since: 04 Apr 2008
Posts: 3,044
Replied 09 Jan 2010 14:37:52
Hello Brent,

Please, provide the code of the page in question to my e-mail:
Also specify your DW version as well as your OS.

Regards,

Reply to this topic

Message
Reply
Follow us on Facebook Follow us on twitter Subscribe to the RSS feed
Activate your free membership today | Login | Currency