Styling a dynamic menu using CSS

Hi everyone, hope someone can help.
I have spent a few hours starting to style a new site and i am struggling with the dynamic menu
http://www.innovas.co.uk/ourclients.htm
what i would like it to do is have a gap in between each of the main menu items so that its not one consistent block of grey background colour. I have tried isolating the style for tr. and adding a border-padding of 1px with a color white, but this adds the border to all table rows. i just need a way of styling a 1px white border into the menu item layout.
some help would be hugely appreciated
thanks in advance
Phill

Hello!
The best way to approach this would be to use Dynamic Menu v2. It will save you a lot of hassle.
There's a thorough explanation covered in this post: http://forums.adobe.com/docs/DOC-1903.
Let me know how it goes.

Similar Messages

  • Make a dynamic menu using JSP or Javascript

    Hi ,
    I am trying to make a dynamic menu that is using data retrieved from database in the form of a list.
    I have a javascript to make a tree structure menu, but i need to iterate through the list i am reciveing from the database to make the tree structure. here is the code :-
    <Please reply ASAP as my deadline is near>
    <Note:- in javascript to make static menu ul tag is used to make the parent node and li tag is use to make the child node>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <SCRIPT LANGUAGE="JavaScript" SRC="mktree.js"></SCRIPT>
    <LINK REL="stylesheet" HREF="mktree.css">
    </head>
    <body>
    <%@ page import = "java.util.ArrayList, java.util.Iterator, java.util.List, \WEB-INF\classes\DO_JSP.class,
    \WEB-INF\classes\Url_Name.class, java.util.Comparator, java.util.TreeSet, \WEB-INF\classes\MyComp.class" %>
    <%
         class Url_Name {
         String linkName;
         String linkUrl;
         int order;
         * @return the order
         public int getOrder() {
              return order;
         * @param order the order to set
         public void setOrder(int order) {
              this.order = order;
         * @return the linkName
         public String getLinkName() {
              return linkName;
         * @param linkName the linkName to set
         public void setLinkName(String linkName) {
              this.linkName = linkName;
         * @return the linkUrl
         public String getLinkUrl() {
              return linkUrl;
         * @param linkUrl the linkUrl to set
         public void setLinkUrl(String linkUrl) {
              this.linkUrl = linkUrl;
    class MyComp implements Comparator{
         public int compare(Object a, Object b){
              return (((Url_Name)a).getOrder() - ((Url_Name)b).getOrder());
         class DO_JSP
         int parentId;
         String parentName;
         TreeSet linkList;
         Url_Name tempurl;
         * @return the linkList
         DO_JSP(){
              linkList = new TreeSet(new MyComp());
         public TreeSet getLinkList() {
              return linkList;
         * @param linkList the linkList to set
         public void setLinkList(String linkName, String linkUrl, int order) {
              tempurl = new Url_Name();
              tempurl.setLinkName(linkName);
              tempurl.setLinkUrl(linkUrl);
              tempurl.setOrder(order);
              this.linkList.add(tempurl);
         * @return the parentName
         public String getParentName() {
              return parentName;
         * @param parentName the parentName to set
         public void setParentName(String parentName) {
              this.parentName = parentName;
         * @return the parentId
         public int getParentId() {
              return parentId;
         * @param parentId the parentId to set
         public void setParentId(int parentId) {
              this.parentId = parentId;
    %>
    <%
              List listdojsp =new ArrayList();
              listdojsp = (List)session.getAttribute("JspListName");
              Iterator it = listdojsp.iterator();
              do
    %>
              <%
              DO_JSP tempdojsp = (DO_JSP)it.next();
              String Parent = tempdojsp.getParentName();
              %>
              <ul class="mktree">     
              <li> Parent </li>
                   <ul>
              <%
              Iterator ittemp = tempdojsp.getLinkList().iterator();
                   do
                        Url_Name tempurlname = new Url_Name();
                        tempurlname = (Url_Name)ittemp.next();
                        String link = tempurlname.getLinkName();
              %>
                        <li>link</li>
              <%
                   }while(ittemp.hasNext());
              %>
                   </ul>
                   </ul>          
              <%     
              }while(it.hasNext());
              %>
    </body>
    </html>

    Hi ,
    I am trying to make a dynamic menu that is using data
    retrieved from database in the form of a list.
    I have a javascript to make a tree structure menu,
    but i need to iterate through the list i am reciveing
    from the database to make the tree structure. here is
    the code :- Hi, do you have a question? This is more of a "Look what I wrote" sort of post, and you don't seem to be asking for any specific advice. Please tell us what problem you're having, or the error message you're receiving.
    Brian

  • Drop Down Menu Using CSS Only

    Apex 3.2
    I have created a drop down menu for my application by following this blog
    http://www.grassroots-oracle.com/2013/05/css-pull-down-menu-using-apex-list.html
    It works perfectly if my list has only one level, but I can't get it working for sub items.
    If I add a sub item to my list, then the whole menu displays incorrectly.
    Has anybody used this blog before
    I would post on the blog, but it requires a google acount, which I am not allowed to create
    Gus

    Hi Gus,
    Have you read the comment from ino?
    Thanks Scott, very useful.
    One update: this works if there are no sub menus. For the same reason as you described about the <ul> bug, you can change the Sublist with sublist items to
    <li><a href="#LINK#" class="dir">#TEXT#</a><ul>
    (extra <ul> at the end). Took me a while to figure out why my sub menus were not showing properly, until I read your comment in the "Sublist template before rows" section.
    It looks to me that this would solve your problem.
    Regards,
    Kees Vlek
    Company: http://www.orcado.nl
    Blog: http://www.orcado.nl/blog/blogger/listings/69-kvlek
    Twitter: http://www.twitter.com/skier66
    +If the question is answered please change it to answered and mark the appropriate post as correct/helpfull.+

  • Portal Dynamic Menu's

    Hi
    I'd like to create a dynamic menu using Dynamic Pages in Portal Provider for our Portal homepage.
    In the database I have found menu tables - one that contains main-menu items and another that contains sub-menu items. These tables are modified by a Master Detail Form in the Provider.
    I can get an SQL to pull this information out of the table, but do not know what else is needed in the procedure to create dynamic html and generate a dynamic menu.
    Can anyone help please?
    Thanks
    Debbianna

    Hi Debbianna -
    If you are not already a member of Portal Knowledge Exchange ... sign up now - it is free
    http://portalstudio.oracle.com/servlet/page?_pageid=2112&_dad=ops&_schema=OPSTUDIO&_mode=3
    Once you log in, if you do a search on DHTML you will see some samples for dynamic menus. These allow you to download the code as well so you can check out how others have implemented this and possibly just reuse their portlets.
    Hope this helps,
    Candace

  • How do i create a styled spry mysql driven menu using dreamweaver cs4?

    How do i create a styled spry mysql driven menu using dreamweaver cs4?
    I have cs4. I gave up on using MS sql as a datasource. I finally got a php successfull connection in my PHP web page.
    I would like a nice video tutorial for creating a dynamic menu.
    I guess i can style it by attaching a css file to the page. Are their any already designed css files out there in some online area?
    i am not a good designer. so i would like to simply have a collection of menu_style.css files and choose what looks good.
    But first i need to build the spry menu from the mysql database.
    Any help is apprechiated.
    My first choice was to maintain the data in an MS sql server file. If i could directly attach to an ms sql datasource then that would be the best option.
    I dont think i want to have to re-generate an XML datasource each time i add or modify the menu. I would like to maintain the MS Sql or mySql file instead.
    If i could generate an XML datasource from the MS Sql database then I may even prefere that, but i have spent a lot of time trying to figure out how to do that and not had any success. So i prefere working in MS sql but would settle for mySql if i had to.
    Thanks
    Jerry

    To create a dynamic menu take a look here http://labs.adobe.com/technologies/spry/samples/menubar/MenuFromNestedData.html#
    The XML file for the above menu looks like this
    <?xml version="1.0" encoding="utf-8"?>
    <items>
         <item id="0001" type="donut">
              <name>Cake</name>
              <ppu>0.55</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
                   <batter id="1002">Chocolate</batter>
                   <batter id="1003">Blueberry</batter>
                   <batter id="1003">Devil's Food</batter>
              </batters>
              <topping id="5001">None</topping>
              <topping id="5002">Glazed</topping>
              <topping id="5005">Sugar</topping>
              <topping id="5007">Powdered Sugar</topping>
              <topping id="5006">Chocolate with Sprinkles</topping>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
         </item>
         <item id="0002" type="donut">
              <name>Raised</name>
              <ppu>0.55</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5001">None</topping>
              <topping id="5002">Glazed</topping>
              <topping id="5005">Sugar</topping>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
         </item>
         <item id="0003" type="donut">
              <name>Buttermilk</name>
              <ppu>0.55</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
                   <batter id="1002">Chocolate</batter>
              </batters>
         </item>
         <item id="0004" type="bar">
              <name>Bar</name>
              <ppu>0.75</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
              <fillings>
                   <filling id="7001">
                        <name>None</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7002">
                        <name>Custard</name>
                        <addcost>0.25</addcost>
                   </filling>
                   <filling id="7003">
                        <name>Whipped Cream</name>
                        <addcost>0.25</addcost>
                   </filling>
              </fillings>
         </item>
         <item id="0005" type="twist">
              <name>Twist</name>
              <ppu>0.65</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5002">Glazed</topping>
              <topping id="5005">Sugar</topping>
         </item>
         <item id="0006" type="filled">
              <name>Filled</name>
              <ppu>0.75</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5002">Glazed</topping>
              <topping id="5007">Powdered Sugar</topping>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
              <fillings>
                   <filling id="7002">
                        <name>Custard</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7003">
                        <name>Whipped Cream</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7004">
                        <name>Strawberry Jelly</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7005">
                        <name>Rasberry Jelly</name>
                        <addcost>0</addcost>
                   </filling>
              </fillings>
         </item>
    </items>
    Then remains the manner in which you create the XML file which can be found here http://labs.adobe.com/technologies/spry/samples/utils/query2xml.html
    One you have your menu up and running, you will be able to apply styles and effects

  • More info needed on BC Dynamic menus and using CSS with them

    Hi all,
    The BC Gurus tutorial on Dynamic Menus and how to style them with CSS made no sense to me, unfortunately. The presentation was too rushed and the screen too small to see what was happening.
    In a previous question I found out how to apply CSS classes to BC menus after a bit of a run around.
    I was putting the # in front of the Item ID name and a . in front of the class name and this was not necessary.
    I have further questions though, as I am still struggling to get a BC Dynamic menu to style properly with the CSS I have created.
    1. If you choose CSS as the menu type, can you set the font, background colour and rollover state of the menu items in the Dynamic menu section? Or do you have to style it all in the CSS stylesheet?
    2. If you choose CSS as the menu type, the option to say how the submenu sits under the root menu disappears. So do you need to set this in the CSS stylesheet? And if so in which element? UL or LI?
    3. If you choose CSS/HTML only, how is this different to the option of CSS for the dynamic menu?
    4. If you choose CSS as the menu type and if you set a width and height in the menu item, and then set a different width and height in the CSS stylesheet, which width and height wins?
    5. If you want a dynamic menu to show on an Android phone, do you have to choose CSS/HTML only and do all the styling in the CSS stylesheet? Or should you avoid dynamic menus all together and just use a UL list in the template? (I am doing a responsive fluid grid layout in DW for the template).
    6. I am finding that the dynamic menu I have done, with CSS as the type, does not show and hide the sub menu items properly on an Android phone. Is there a problem with the javascript in Dynamic menus?
    Thanks for any help you folks can give on these questions!

    .pacnew files are only created if you have modified the default (or a change has been made to the config upstream); in both cases, you should be looking to incorporate the changes.
    It seems some new options are being shipped with lxdm: you want those in your config (turning them on or off is a matter for you and the man page to sort out)...

  • New page not being opened in new window when using a dynamic menu

    I have read an earlier post about this but I didn't really see a solution I could implement there. I have a dynamic menu, and I want one item on it to open a new frame. Here is the module code from the template.
    {module_menu, version="2", menuId="901683", moduleTemplateGroup="Default"}
    It is the main template menu from the Tribeca site template.
    I have tried inserting (_blank) into the appropriate target frame, and still it opens in the same window.  I gathered from the previous post that it was a version issue, but as you can see, the code says "version 2"... or am I mis-reading that?
    I couldn't find where to make changes. The previous post suggested I look for the CSS on the home template, but I am not using a home template.
    Any thoughts?
    Chuck

    Thanks Liam, it worked. I need a clarification if you can... I don't need all the items in the menu to open in a new window, so under the menu itself, under the individual items, I would set the target frame to "_self" for the items I need to remain in the same window? Or is it an all or none thing?
    I really have appreciated the help you've given me.
    Chuck

  • Bottom align menu on public site using CSS

    I am working on the design of a public site and am attempting to get the navbar menu to bottom align so that it sits neatly
    on top of the content zone below and is bottom aligned with my logo.  I'd like to accomplish this using CSS.  You can see the public site here to get an idea of what I'm trying to accomplish: www.threebearsrealty.com
    I've already determined that I can use the css below to align the logo and text on top of the slider zone, but it then cuts off the top of the logo.
    .navbar-header {margin-top: -60px !important;} //aligns logo and txt and menu, but cuts off top of the logo

    Hi,
    According to your description, you might want to bottom align the logo and the navigation menu without cutting off the top of the logo.
    As a workaround, you can set the “margin-top” attribute of the navigation menu to lower it to align the logo.
    You can apply a CSS rule(this highlighted part in yellow) like this and the page would look as below:
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How to create a table less structure with dynamic menu module

    Hi guys,
    I am using dynamic menu module for creating a main menu for http://firstsite08.businesscatalyst.com/
    but it is generating table structure. What changes to do i had to make to generate a table less structure from dynamic menu module.

    Hi Andy,
    When you create a Menu, the option dropdown for the menu has Default, but under that you will see HTML CSS Only option which creates a ul li structure.
    For the Menu Module options you can find more information from the knowledgebase: http://kb.worldsecuresystems.com/134/bc_1345.html?bc-partner#main_Menu_Modules
    If you would like to use the version 2 menu module you can find a bit of a guide I wrote here: http://forums.adobe.com/docs/DOC-1903

  • Help with alignment of dynamic menu

    Hi.
    I can't for the life of me get the main meny (a bc dynamic menu) to align center on this site http://www.eaglerockfarm.com.au/home.htm. At the moment I've fudged it with a 350px left margin, but that only looks ok on smaller screens, larger ones, It's to the left and smaller, i.e an ipad, it's to the right.
    I have a div id in the css "nav2" with text-align:center, but when I inspect the element (q) in Firefox, it crosses out that line. I also tried putting in the text-align:center inline, but nothing seems to work...I am not a developer, but have an average understanding of css and html...
    Can anyone assist please?
    Thanks.

    Hello justasking506,
    To bring your main menu to center just change the div#nav2 to:
    div#nav2 {
        font-size: 14px;    height: 20px;
        margin: 0 auto;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 633px;
    Here you can see that I've changed the margin to "0 auto", that will put auto margin on the left and right of the div. Now the width needed to be a little bigger to center the div.
    I would also suggest not using the default dynamic menu type. This is using tables to output your navigation. Instead I would suggest using the CSS(HTML Only) menu type, this will use an unordered list and will allow you to use your own css to position the navigation. I go over how the dynamic menus work in this video:
    http://bcgurus.com/tutorial/how-to-create-business-catalyst-dynamic-menus
    Hope this helps,
    Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

  • BC dynamic menu behaving differently in Safari

    Hello,
    Can anybody see what the problem may be with this, I've had a pretty good look myself but I don't understand what could be causing this problem - the top navigation menu's drop down function for the Products item is not working in Safari, it works perfectly in all other browsers.
    http://www.breathelife.co.nz/home_newLook
    I have assigned my own CSS to the menu items, all using this in case it is relevant .topNav {width:auto; padding-right:10px;} 
    Also, if somebody could clarify for me - when assigning ones own CSS to menu items, will the BC 'Item Width' still get referenced? I have assigned width:auto; but it seems that the dynamic menu settings are over-riding this?
    Thanks for any assistance.
    Grant

    Is there a Business Catalyst dynamic menu guru out there that can help me with this problem? I've just rebuilt the menu turning off my own styles and stil Safari doesn't want to know about the drop down menu items under Products. I disabled the slider on the page, thought it may be causing a conflict, but still no joy.
    I've used th Dynamic menu before without havign any problems, thi shas got me completely stumped.
    Anybody got any ideas?
    http://www.breathelife.co.nz/home_newLook  (the Products dropdown item in the navigation is the issue - all browsers fine, Safari, not)

  • PHP: Dynamic Menu/List

    I have a database that has a bunch of locations and I have
    created a page using PHP that has a Dynamic Menu/list that pulls
    the locations. Users have the option to select a location and
    perform a search returning information. My problem is, I want to
    create an option "Search All Locations." I have tried every special
    character that I can think of and all results bring back nothing. I
    am using Dreamweaver 8. I have pasted some of my code below:
    <form id="form1" name="form1" method="get"
    action="resultslocations.php">
    <label></label>
    <p>
    <label>
    <select name="neighborhood_list"
    id="neighborhood_list">
    <option value=""%"">Search by
    Neighborhood</option>
    <?php
    do {
    ?>
    <option value="<?php echo
    $row_Location['Location']?>"><?php echo
    $row_Location['Location']?></option>
    <?php
    } while ($row_Location = mysql_fetch_assoc($Location));
    $rows = mysql_num_rows($Location);
    if($rows > 0) {
    mysql_data_seek($Location, 0);
    $row_Location = mysql_fetch_assoc($Location);
    ?>
    </select>
    </label>
    </p>
    <p>
    <label>
    <input name="neighborhood_submit" type="submit"
    id="neighborhood_submit" value="Submit" />
    </label></p>
    </form>

    Here's the code again, it seems it was cut off.
    <?php
    require_once('../../Connections/ResturantsDatabase.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType,
    $theDefinedValue = "", $theNotDefinedValue = "")
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue)
    : $theValue;
    $theValue = function_exists("mysql_real_escape_string") ?
    mysql_real_escape_string($theValue) :
    mysql_escape_string($theValue);
    switch ($theType) {
    case "text":
    $theValue = ($theValue != "") ? "'" . $theValue . "'" :
    "NULL";
    break;
    case "long":
    case "int":
    $theValue = ($theValue != "") ? intval($theValue) : "NULL";
    break;
    case "double":
    $theValue = ($theValue != "") ? "'" . doubleval($theValue) .
    "'" : "NULL";
    break;
    case "date":
    $theValue = ($theValue != "") ? "'" . $theValue . "'" :
    "NULL";
    break;
    case "defined":
    $theValue = ($theValue != "") ? $theDefinedValue :
    $theNotDefinedValue;
    break;
    return $theValue;
    mysql_select_db($database_ResturantsDatabase,
    $ResturantsDatabase);
    $query_Location = "SELECT Location FROM Locations ORDER BY
    Location ASC";
    $query_LocationFindAll = "Select * FROM Locations ORDER by
    Location ASC";
    $resultalllocations=mysql_query($query_LocationFindAll);
    $Location = mysql_query($query_Location, $ResturantsDatabase)
    or die(mysql_error());
    $row_Location = mysql_fetch_assoc($Location);
    $totalRows_Location = mysql_num_rows($Location);
    mysql_select_db($database_ResturantsDatabase,
    $ResturantsDatabase);
    $query_Cuisine = "SELECT * FROM Cuisine ORDER BY Cuisine
    ASC";
    $Cuisine = mysql_query($query_Cuisine, $ResturantsDatabase)
    or die(mysql_error());
    $row_Cuisine = mysql_fetch_assoc($Cuisine);
    $totalRows_Cuisine = mysql_num_rows($Cuisine);
    ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Wigz Menu Venu Homepage</title>
    <script src="../../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <style type="text/css">
    <!--
    body {
    background-image:url(../images/background.jpg);
    background-repeat:repeat-x repeat-y;
    background-position:top left;
    a:link {
    color:#FFFFFF;
    text-decoration:none;
    </style>
    <link href="navigation_menu_class.css" rel="stylesheet"
    type="text/css" />
    </head>
    <body>
    <table width="70%" height="522" align="center"
    bgcolor="#FFFFFF">
    <tr>
    <td height="206" colspan="2" valign="top"><div
    align="center">
    <table width="100%" border="0">
    <tr>
    <td width="80%"><div align="left"><img
    src="../images/logo2.png" width="613" height="192" alt="Wigz Menu
    Venue Logo" /></div></td>
    <td width="20%" align="right" valign="top"><img
    src="../images/menu2.jpg" alt="menu2" width="277"
    height="201"/></td>
    </tr>
    </table>
    </div></td>
    </tr>
    <tr>
    <td width="20%" height="270" valign="top"
    background="../images/menu_back.jpg"><div id="navigation">
    <ul>
    <li><a href="search.php">Browse
    Menus</a></li>
    <li><a href="#">Home</a></li>
    <li><a
    href="advertise.php">Advertise</a></li>
    <li><a
    href="recommendations.php">Recommendations</a></li>
    <li><a href="media.php">Media
    Kit</a></li>
    <li><a href="map.php">Site
    Map</a></li>
    <li><a href="about.php">About
    Us</a></li>
    <li><a href="contact.php">Contact
    Us</a></li>
    </ul>
    </div></td>
    <td width="80%" valign="top"><table width="100%"
    border="0" background="../images/background.jpg">
    <tr>
    <td width="50%"><div id="browsebyheaders">Browse
    by Neighborhood</div></td>
    <td width="50%"><div id="browsebyheaders">Browse
    by Cuisine </div></td>
    </tr>
    </table>
    <table width="70%" border="0" align="center">
    <tr>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td colspan="2"><font size="+2"><b>Wigz
    Menu Venu.com </b></font> is your one-stop-shop to
    locate resturants, menus, and bars in the Arlington, VA region.
    Here you will be able to find your favorite resturant's contact
    information along with viewing or downloading their current menu.
    To begin your search, select one of the two search options below.
    You may search by neighborhood or by food cuisine. </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td width="50%"><div align="center">
    <form id="form1" name="form1" method="get"
    action="resultslocations.php">
    <label></label>
    <p>
    <label>
    <select name="neighborhood_list"
    id="neighborhood_list"></label>
    <option value=""SearchALL""><Search by
    Neighborhood></option>
    IF (option value=="SearchALL")
    {<?php echo$resultalllocations ?>
    while ($row_Location = mysql_fetch_assoc($Location));
    $rows = mysql_num_rows($Location);
    if($rows > 0) {
    mysql_data_seek($Location, 0);
    $row_Location = mysql_fetch_assoc($Location);
    ?>
    <?php
    do {
    ?>
    <option value="<?php echo
    $row_Location['Location']?>"><?php echo
    $row_Location['Location']?></option>
    <?php
    } while ($row_Location = mysql_fetch_assoc($Location));
    $rows = mysql_num_rows($Location);
    if($rows > 0) {
    mysql_data_seek($Location, 0);
    $row_Location = mysql_fetch_assoc($Location);
    ?>
    </select>
    </label>
    </p>
    <p>
    <label>
    <input name="neighborhood_submit" type="submit"
    id="neighborhood_submit" value="Submit" />
    </label></p>
    </form>
    </div></td>
    <td width="50%"><div align="center">
    <form id="form2" name="form2" method="get"
    action="resultscuisine.php">
    <label>
    <select name="cuisine_list" id="cuisine_list">
    <option value="'Cuisine'LIKE'*'">Search by
    Cuisine</option>
    <?php
    do {
    ?><option value="<?php echo
    $row_Cuisine['Cuisine']?>"><?php echo
    $row_Cuisine['Cuisine']?></option>
    <?php
    } while ($row_Cuisine = mysql_fetch_assoc($Cuisine));
    $rows = mysql_num_rows($Cuisine);
    if($rows > 0) {
    mysql_data_seek($Cuisine, 0);
    $row_Cuisine = mysql_fetch_assoc($Cuisine);
    ?>
    </select>
    </label>
    <label>
    <br />
    <br />
    <input name="cuisine_submit" type="submit"
    id="cuisine_submit" value="Submit" />
    </label>
    </form>
    </div></td>
    </tr>
    </table>
    <p> </p></td>
    </tr>
    </table>
    <blockquote> </blockquote>
    </body>
    </html>
    <?php
    mysql_free_result($Location);
    mysql_free_result($Cuisine);
    ?>

  • Use css file in oracle 10g report builder

    hi every one
    i am using oracle 10g report buidler. i want control paramform by usign css file.
    any body have idea how can i use css file in oracle report builder 10g and how can i modify it's path and i how can i manage any css class on a perticular field.

    Thanks Billy.
    Yes you are right.
    Here why I discarded that option is,
    I may get the source files with changing layouts.
    My Actual scenario is as follows.
    Initially we developped all the things using PL/SQL packages. Its working fine.
    But as per the inputs we received from requirements group, the file structure changes dynamically. and we would able to consider those new columns also. We should be able to changes the rules dynamically.
    Lets say, we doing fullouter join on Src_A and Src_B. on columns col1_A and col1_B.
    Now the requirement changes in a way that, the join should be done on Src_A and Src_C. on columns col1_A and col_C.
    For this I need to define a new package.
    Instead of that, I would like to do everything dynamically based on configuration parameters given as input.
    Thank you,
    Regards,
    Gowtham Sen

  • Problem regarding the creation of Table using CSS.

    Hi ,
    Here I have a Problem regarding the creation of Table using CSS.
    In My Application i have a table with multiple rows(Rows are Dynamically added to the table).First i am setting the table with the following properties:
    width:900px;
    height : auto,
    Overflow : visible,
    Max-height: : 200px.
    If I use above properties,I'm getting a table with 5 or 6 rows(height upto 200px).After that i am getting the Vertical ScrollBar.
    The problem is when a table has many columns, Vertical and Horizontal Scrolls are coming at the time of setting the table. The table height is not Increasing dynamically.
    How can i use "height" property in CSS? (I want the table height to be increased when the columns are more.)
    Thanks & Regards
    Madhavi

    Hey humble user. Errr I'm trying to understand what ur trying to do. U want to create a section of a region destructively from an existing region right? If so select the option convert to new region (opt-comm-R or selecting it by right clicking). Check your audio bin to make sure. Whats the "merge" function? Are u refering to the glue tool?

  • With a PDF Dynamic form using show/hide actions, how to ensure that when the completed form is saved, closed and re-opened, the form still show the fields as before it was closed?

    With a PDF Dynamic form using show/hide actions, how to ensure that when the completed form is saved, closed and re-opened, the form still show the fields as before it was closed?
    I have developed a form with fields hidden by default, that become visible based on box ticked or radio button selections.
    My problem is that, when I close the form and re-open it, it comes back to it's default presentation, regardless of the information already recorded in the form (including in the now hidden fields.
    How to correct that
    Thanks in advance for any hint you can provide.

    I've had the same problem. This solved it...
    Go to the "Form properties..." in the File-menu. Select "Run-time" to the left and in the box "Scripting" Preserve scripting changes to form when saved: choose Automatically (Script-based state changes are saved locally in an insecure fashion. This option cannot be used for certified forms).
    Hope it works for you to...

Maybe you are looking for