Help with menu using dreamweaver?

I have a menu that I WANT to look EXACTLY like this:
http://www.ivoog.com/link2
This is what I have so far:
http://www.ivoog.com/link4
I have many problems trying to make my menu look exactly like
the one I showed you. Can anyone EDIT THE CODE to make the menu
look exactly like the FIRST LINK MENU I showed you; or can anyone
explain to me how to change the width/height and set a background
image to the menu by using examples? Thank you and I greatly
appreciate anyones help.
Here's the links to the pictures:
http://www.pics.ivoog.com/boxs1.gif
http://www.pics.ivoog.com/boxs2.gif
http://www.pics.ivoog.com/bbb.gif

Ritesh, Good news for you. There is a 'Select Recently Modified' feature in DW Files panel which will help you. Actually, I did just learn about this today, looking at DW Files panel more in detail (it had skipped my attention all this while!).
Files panel > Settings fly-out button on the top right corner, Edit > Select Recently Modified. You can choose 'Modified within x days' or you can give a duration of search 'from' and 'to' dates of modification.
However, this doesn't do exactly what 50 files you worked on 5 days ago, but, somewhat helpful for you.
Trust this helps.
PS: I love Adobe for one thing - Been using their products - especially PS and DW for so many years now - and I still learn 1 new thing everyday!

Similar Messages

  • Need help with session using dreamweaver

    have created a login page (php/mysql) with username and
    password boxes. when the form is submitted the mainpage loads up.
    i want the main page to be specific to that user, so i want
    their name to appear in the first line. eg.. Welcome back 'David'
    I read a tutorial in the past that tought me to send the
    users id in the URL and then create a record set on the mainpage
    that was filtered by the URL parameter.
    I have forgotten how to do this and the tutorial is no longer
    available on Adobe's site.
    I tried that with
    $_SESSION['MM_Username'] = $loginUsername; \\ in first page
    then
    echo $_SESSION["MM_username"]; \\in second page, but the
    problem is that is not showing user name.
    i need help with that please!
    can anyone tell me how to do this? Thanks in advance,
    AM

    IN the second page, you have to make sure that the session
    has been started.
    Put this at the very top of the page -
    <?php if (!isset($_SESSION)) session_start(); ?>
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Alidad" <[email protected]> wrote in
    message
    news:g184i4$jgf$[email protected]..
    > have created a login page (php/mysql) with username and
    password boxes.
    > when
    > the form is submitted the mainpage loads up.
    >
    > i want the main page to be specific to that user, so i
    want their name to
    > appear in the first line. eg.. Welcome back 'David'
    >
    > I read a tutorial in the past that tought me to send the
    users id in the
    > URL
    > and then create a record set on the mainpage that was
    filtered by the URL
    > parameter.
    >
    > I have forgotten how to do this and the tutorial is no
    longer available on
    > Adobe's site.
    >
    > I tried that with
    > $_SESSION['MM_Username'] = $loginUsername; \\ in first
    page then
    > echo $_SESSION["MM_username"]; \\in second page, but
    > the
    > problem is that is not showing user name.
    >
    > i need help with that please!
    >
    > can anyone tell me how to do this? Thanks in advance,
    >
    > AM
    >

  • 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

  • Help with menu please

    Hello All,
    I'm hoping someone can help me out with an iWeb issue. I don't usually do stuff in iWeb (I prefer to build my sites from scratch - or relative scratch lol - using Dreamweaver or the like) but I have a client whose ultimate goal is to be able to do websites updates themselves and wanted me to set up a site using a simple template program (and also didn't want to spend the money for a built-from-scratch site) so we went with iWeb.
    I have the site 99% complete, but I need to add some functional flare and don't know how to do it with iWeb. What I need is this:
    I have a page with a list of name, when I scroll over the names I need for an image to the left of the list to change to correspond with the name I have just moused over. I know how to build this feature in normally, but even putting my already iWeb created page into Dreamweaver doesn't work right, and I don't seem to have full editing capabilities.
    Now I have seen some really cool sites that people have built with iWeb, and they seem to have managed to add all kinds of things to their site that I can't figure out how to do. So I'm hoping someone can help me out with this.
    I'm thinking about just building this page seperately from iWeb, but that's sort of going to defeat the purpose of using iWeb in the first place.
    Thanks in advance for any advice.

    Hi Babdi. Thanks for reply. I do have manual & have downloaded latest pdf. I know I need: MENU | SETTINGS | CONNECTIVITY | USB DATA CABLE | NOKIA MODE. Thing is I can't see where selection is - no screen. Instruction sequence needed in form: MENU | DOWN, DOWN, DOWN, OK | DOWN,DOWN,OK | DOWN, OK | OK . I could then follow this sequence *blind* with the 5200 connected to PC via USB cable so PC will detect it at right point in menus. Any further help much appreciated. Thanks, J.

  • Help with menu

    howdy everyone!
    i'm working on a new edge navbar for a client and i've run into some problems.
    see this link:  http://salesdigital.com/testmenu/  mouseover products to reveal the drop down.
    i've got this working pretty good exept my invisible buttons are blocking access to my sublinks.  when i try to but the invisble hot button under the sublinks the close animation gets all squirrely (tries to close when pointing to a link)
    any ideas for a fix?  i initially thought to open and close these submenus with a variable and an if statement, but i couldn't get my head around the code.
    thanks in advance!
    ~keith

    Hi Fernando,
    If you want to add new menu under the Sales A/R Menu,use this code
       oMenu = SBO_Application.Menus
            oCreationPackage = SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams)
            oMenuItem = SBO_Application.Menus.Item("2048") ' // Sales Menu
            oMenu = oMenuItem.SubMenus
            oCreationPackage.Type = SAPbouiCOM.BoMenuType.mt_STRING
            oCreationPackage.UniqueID = "mnuABC"
            oCreationPackage.String = "Your Menu"
            oCreationPackage.Enabled = True
            oCreationPackage.Position = 2
            Try
                oMenu.AddEx(oCreationPackage)
            Catch er As Exception
            End Try
    You will get menu ID of other modules in UI Help file.
    Hope this will help you
    regards
    BBN

  • Help - with gallery for dreamweaver

    This link is to a template that I found that I really love how the gallery looks... but I am trying to figure out how to create this gallery with thumbnails along the top where you can click on one of the thumbnails on the left first (in the mouse over section) to activate which set of thumbnails you see at the top. Then once you click on one of those thumbnails at the top the image changes in the main section along with the extra 2 or 3 images that you can right or left arrow click to. http://www.templatehelp.com/preset/pr_preview.php?i=20121&pr_code=J3Yh
    More info on what I am trying to do. incase that wasn't just jibberish.
    The boxes that have the images on the left (which is the mouse over section) I want to be able to click on one of the images for ex they would be listed as performing arts, restaurants, education etc. I would like to be able to click on one then once clicked have a set of thumbnails at the top of the main image that have one thumbnail for each job. so once you click on the job the main image changes to whatever job image I place in there along with still being able to click through more of the same job in that area like it does now.
    I am using Dreamweaver CS4... but if you know of an extension that can do that ... that would be great to.
    thanks

    Dreamweaver doesn't build Flash sites.  You would need to build this sort of menu/slideshow with your Flash authoring program.
    There are other Photo Gallery solutions you might try instead.
    http://JAlbum.net/
    http://slideshowpro.net/
    http://projectseven.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Help With Fireworks and Dreamweaver

    Hi,
    I am a graphic designer wanting to expend mt skillset. Mainly because I am currently at a job day to day that requires minimal amount of web stuff. It would benefit me greatly to have the web skills too. Anyway, I am having trouble in fireworks and dreamweaver. Sometimes something gets handed to me and I can open it DW and edit th text, send it back and it is fine. ready to go. More recently, I have been asked to change some marginal issues, plus create some things from scratch. I naturally went to Fireworks to do my layouts. I need to understand the best way to create something in FW and export it so that the code is as complete as possible fro DW. I know it is not that simple, but the web work that I am doing fro right now is VERY simple stuff. i just dont know the basics to get it done. Please help.
    Thanks

    Fireworks is not a coding environment. Use Fireworks to design your layout and export your graphics. Use Dreamweaver to write the code to implement the design. The code that Fireworks can export is for creating prototypes with; it isn't intended for live sites.
    If you want to expand your skill sets in the Web area, then that means learning HTML and CSS. You cannot get by on the exported code of a graphics program. Here are a couple of beginner tutorials:
    http://articles.sitepoint.com/article/html-css-beginners-guide (Good)
    http://net.tutsplus.com/tutorials/html-css-techniques/design-and-code-your-first-website-i n-easy-to-understand-steps/ (Excellent; the author uses Photoshop in this tutorial, but it can be done with Fireworks just as well.)

  • Help with Sum using FormCalc in Livecycle

    Hello. I'm stuck. I've been doing searches, readings, and all that on how to sum up certain cells in Livecycle. I have tried examples and tutorials and I get stuck when the application says "Error: Accessor ' ' Unknown".
    I'm such a novice in using Livecycle and I'm not a programmer. So, if someone can help me on why it does this, that would be awesome!

    Here you go.  I rename it.  Couple of things.  Too many subforms (unless you intend to do something else with this).  Also, make sure you save your forms as "dynamic" if you intend to have user enter info.  I couldn't tell if you were importing/exporting to a spreadsheet.  Note the formcalc.  Your fields need to be named the same.  In my example they are: ExpCosts.
    I'm not very good with the formcalc/java and variables but am more than willing to help with what I can

  • New to Dreamweaver and need help with menu alignment in IE

    Hi l,
    I am new to Dreamweaver, in fact this is my first ever website / question...
    I have just produced this site for a friend
    http://www.grantgibsondesign.com/A_Morrow1/
    I am happy with how everything looks in Firfox etc. however, with Internet Explorer my menu table alignment goes out the window!
    Can anybody suggest a quick fix?
    I produced it in dreamweaver CS3.
    Thanks in advance
    Gibo
    [Subject edited for clarity by moderator]

    I'm in the same boat that why I asked.  I ran it through browsershots too and everything looked fine:
    http://browsershots.org/http://www.grantgibsondesign.com/A_Morrow1/
    Even went back to IE 6.  Which is why I asked for a screenshot. If you can go back to the person who told you about the design flaw ask them for a screenshot.  Otherwise I can't really do much more than shoot in the dark.

  • Need help with URLs (Mamp/Dreamweaver/Apple Lion)

    I'm in the midst of a major upgrade - Apple Leopard > Lion and MAMP 1.x to 2.0.5. I also installed CS3, with Dreamweaver, on my new laptop.
    Anyway, everything seems to be falling in place, except for one major snag - I can't view my web pages in a browser.
    On my old laptop, I have it set up so that I can view each of my websites at a simple URL, like this: http://SL. My sites are stored in a top level folder named Sites.
    I used the settings in my old computer as a guide in setting up a site in Dreamweaver and MAMP/Hosts on my new laptop, but I can't view a page at http://SL. http://localhost/SL and http://localhost don't work, either, whereas http://localhost:8888 prompts a "Forbidden" message.
    However, I can access phpMyAdmin at http://localhost:8888/phpMyAdmin/?lang=en-iso-8859-1&language=English
    When I was setting up the site in Dreamweaver, I got the following error message:
    "Dreamweaver cannot use the prefix you entered to displaly live data. Please double-check your site configuration or click on Help for more information on how to correct this problem. (HTTP Error: 0)." I didn't explore the Help menu immediately, and I can't recreate the error message now.
    I read somewhere that I should put my html folders in the htdocs folder so I tried that with one site, with the same result.
    Anyway, can anyone tell me what I have to do to make a website located at Users > (Me) > Sites > SL display at http://SL?
    Thanks.

    In MAMP Pro setup ports for Apache/MySQL to 80/3306 then setup virtual host in Hosts tab. MAMP doesn't allow extending virtual hosts, only MAMP Pro does that. Are you using MAMP or MAMP Pro?
    best,
    Shocker

  • Help with aspx in dreamweaver - browser compliance... IE9

    hi,
    creating a site using .aspx and includes. have an issue with cross browser compatiblity with IE9. the left hand menu is overlapping the main content container. any help is appreciated:
    CSS for layout:
    /* Layout CSS Document */
    /* This document contains the CSS rules that control the basic structure of the CS website. This includes CSS normalization, element display and positioning, widths and heights in the liquid layout, menu design and background images. If you do not know what you are doing, then changing these CSS rules below will likely break the layout of the website. See the general.css file for rules that can be more easily changed. */
    /***** NORMALIZATION CSS *****/
    /* This section overrides all default browser CSS styles, ensuring that the site looks the same across all browsers. */
    /* Normalizes margin and padding spacing across all elements */
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
    margin: 0;
    padding: 0;
    /* Normalizes font-sizes for headers and paragraphs*/
    h1, h2, h3, h4, h5, h6, p
    font-size: 100%;
    /* Removes list-styles from lists */
    ol,ul
    list-style: none;
    /* Normalizes font-style and font-weight to normal */
    address, caption, cite, code, dfn, em, strong, th, var
    font-style: normal;
    font-weight: normal;
    /* Removes list-style from lists */
    table
    border-collapse: collapse;
    border-spacing: 0;
    /* Removes border from form groups (fieldsets) and image tags */
    fieldset, img
    border: 0;
    /* Left-aligns text in caption and table headings */
    caption, th
    text-align: left;
    /* Removes quotation marks from quotation tags */
    q:before, q:after
    content: '';
    /***** /NORMALIZATION CSS *****/
    /***** PAGE STYLES *****/
    /* (NOTE: the text-align:center style atached to the HTML tag here is being used as part of a centering trick for older browsers. It is corrected for in the body tag below.) */
    html
    text-align: center; /* A centering trick for older browsers that causes them to center the web page in the middle of the screen */
    /* styles on the body tag become the default CSS for all other HTML tags on the page */
    body
    position: relative; /* keeps all absolutely positioned elements within their parent element */
    width: 100%; /* sets the width of the website to the full browser window (liquid layout) */
    text-align: left; /* Prevents the text-align:center command (on the html tag above) from centering all text on the website */
    min-width: 990px; /* do not allow the area to shrink less than this (720) */
    /***** PAGE STYLES *****/
    /*** HEADER STYLES ***/
    /* the header centered in the page at a fixed width, with a background image behind it */
    div#header /* the header (title area) at the top of the page */
    position:relative; /* used to keep h1#title inside the header div */
    width: 601px; /* sets the width of the header to match the size of the header image */
    height: 72px; /* sets the height of the header to match the size of the header image */
    margin: 20px auto; /* keeps the header centered on the page */
    background-color: transparent; /* ensures that the background color will be visible behind the transparent parts of the PNG image */
    background-image: url(../images/header_square.png); /* image for header (the rounded rectangle at top) */
    background-repeat: no-repeat; /* prevents the background image from being tiled */
    /* the site title is positioned over the round background Chicago Booth image */
    h1#title /* the Computing Services title at the top of the site */
    display: block; /* puts the title in an invisible box that it is easier to manipulate with CSS */
    position: absolute; /* allows one to set the exact psoition of the name inside the header */
    top: 17px; /* moves the title 18 pixels in from the top of the header */
    right: 20px; /* moves the title 15 pixels in from the right side of the header */
    z-index: 1; /* keeps the title visible above the header image */
    /*** HEADER STYLES ***/
    /***** LINKS MENU STYLES *****/
    /* the links menu bar spreads across the top of the content area */
    div#groupLinks /* the div that holds the links menu */
    border: solid 3px #CCCCCC; /* sets the line, thickness and color (gray) for the borders of the links menu */
    margin-left: 252px; /* makes room for the CS navigation menu */
    height: 30px; /* sets the height of the link bar */
    /* links in the menu bar are centered in the page */
    div#groupLinks ul /* list that makes up the actual navigation menu, it is placed inside the groupLinks div (above) */
    display: block; /* puts the list in an invisible box that it is easier to manipulate with CSS */
    margin-left: 20px; /* distance from side menu and link bar text */
    text-align:left; /* keeps the list centered on the page */
    /* links in the menu bar are inline and vertically centered in the page */
    div#groupLinks ul li /* styles the individual items in the navigation menu */
    display: inline; /* displayes menu items horizontally across the menu bar, rather than vertically like a traditional list */
    padding: 0px 10px 0px 10px; /* padding around the individual menu items */
    line-height: 30px; /* NOTE: This must match the height of the link bar to keep the text vertically centered! */
    height: 30px; /* sets the height of the links */
    /* the group links menu title is removed (for screen readers only) */
    div#groupLinks h3 /* this h3 text is in the HTML for handicap accessibility, the following css trick will hide it */
    position: absolute; /* allows me to set the exact psoition of the h3 text inside the page */
    top: -9999px; /* push the h3 text far outside the top of the screen */
    /***** /LINKS MENU STYLES *****/
    /***** AV MENU STYLES *****/
    /* on some pages, the AV menu bar spreads across the top of the content area, below the main menu bar */
    div#avLinks /* the div that holds the AV links menu */
    border: solid 3px #CCCCCC; /* sets the line, thickness and color (gray) for the borders of the links menu */
    border-top: none; /* removes (extra) top border */
    margin-left: 252px; /* makes room for the CS navigation menu */
    height: 30px; /* sets the height of the link bar */
    /* links in the menu bar are centered in the page */
    div#avLinks ul /* list that makes up the actual menu, it is placed inside the avLinks div (above) */
    display: block; /* puts the list in an invisible box that it is easier to manipulate with CSS */
    margin-left: 20px; /* distance from side menu and link bar text */
    text-align:left; /* keeps the list centered on the page */
    /* links in the menu bar are inline and vertically centered in the page */
    div#avLinks ul li /* styles the individual items in the navigation menu */
    display: inline; /* displayes menu items horizontally across the menu bar, rather than vertically like a traditional list */
    padding: 0px 10px 0px 10px; /* padding around the individual menu items */
    line-height: 30px; /* NOTE: This must match the height of the link bar to keep the text vertically centered! */
    height: 30px; /* sets the height of the links */
    /* the av links menu title is removed (for screen readers only) */
    div#avLinks h3 /* this h3 text is in the HTML for handicap accessibility, the following css trick will hide it */
    position: absolute; /* allows me to set the exact psoition of the h3 text inside the page */
    top: -9999px; /* push the text far outside the top of the screen */
    /* NOTE: This class is used to hide the AV menu on non-AV pages */
    div.removeMenu /* class added to the menu on non-AV pages (to hide it) */
    position: absolute; /* allows me to set the exact psoition of the h3 text inside the page */
    top: -9999px; /* push the text far outside the top of the screen */
    display: none; /* also hides the div content from screen readers */
    /***** /AV MENU STYLES *****/
    /***** NAV MENU STYLES *****/
    /* the cs website navigation is to the left of the content, out of the document flow */
    div#navCS /* the div that holds the main navigation menu */
    position:absolute; /* allows one to set the exact psoition of the menu div on the page while letting the text flow around it */
    width: 250px; /* sets the menu width */
    top: 92px; /* moves the menu down from the page top */
    border: solid 3px #CCCCCC; /* sets the line, thickness and color (gray) for the borders of the menu */
    z-index: 10; /* keeps the side menu above other elements of the page (so that the sub-menus stick out properly) */
    padding-top: 30px; /* positions the menu just below the black links bar */
    /* add extra top padding when on an AV page (to accomodate the AV menu */
    div.withAV /* added to the navCS div on AV pages only! */
    padding-top: 63px !important; /* repositions the menu just below the second black links bar for AV */
    /* the CS website navigation boxes are created for each menu list item */
    div#navCS ul li /* styles the individual items in the navigation menu */
    display: block; /* puts the menu items in an invisible box so that it is easier to manipulate with CSS */
    position:relative; /* ensures that all submenus are positioned relative to their respective menu links */
    width: 250px; /* sets the width of the navigation boxes (accomodates padding, below) */
    height: 30px; /* sets the height of the navigation menu items */
    line-height: 30px; /* NOTE: This must match the height of the menu items to keep the text vertically centered! */
    border-top: solid 1px #CCCCCC; /* sets the line, thickness and color (gray) for the top border of the menu boxes */
    margin: 0px; /* remove margins from box */
    padding: 0px; /* remove margins from box */
    /* adds the thick top border above the first menu element */
    div#navCS > ul > li:first-child /* the FIRST menu item only! */
    border-top: solid 3px #CCCCCC; /* sets the line, thickness and color (gray) for the top border of the menu */
    /* the menu title is removed (for screen readers only) */
    div#navCS h3 /* this h3 text is in the HTML page for accessibility reasons, the following css trick will hide it */
    position: absolute; /* allows me to set the exact psoition of the h3 text inside the page */
    top: -9999px; /* push the text far outside the top of the screen */
    /* ensures that the submenus are clickable on iOS devices (iPhones, iPad, etc.) */
    div#navCS ul li a { /* makes the anchors into invisible boxes */
    display: block; /* puts link in a box */
    height: 30px; /* specifies height of link (MUST MATCH CONTAINING LI ABOVE!!) */
    padding: 0px 7px; /* pads the menu text */
    margin: 0px; /* ensures that no extra margins upset the layout */
    /***** /NAV MENU STYLES *****/
    /***** SUBMENU STYLES *****/
    /* navigation submenus are hidden by default, and show as a side menu when hovered over */
    /* NOTE: The popup submenus are normally controlled by JavaScript. A backup "nojs" class exists to allow popup menus to be controlled by by CSS when JavaScript is deactivated. */
    div#navCS ul li.nojs > div.submenu, /* (no javscript version) */
    div#navCS ul li > div.hide /* affects only the submenu div in a menu list */
    position: absolute; /* allows me to set the exact psoition of the h3 text inside the page */
    top: -9999px; /* push the text far outside the top of the screen */
    /* the classes below display the navigation submenu when the parent menu item is hovered over */
    div#navCS ul li.nojs:hover > div.submenu, /* (no javscript version) */
    div#navCS ul li > div.show /* affects the submenu div when its corresponding menu list item is hovered over */
    display: block; /* puts the submenu in an invisible box that it is easier to manipulate with CSS */
    position: absolute; /* allows me to set the exact psoition of the submenu in the page without affecting the rest of the main menu (works with "position:relative" on the "div#navCS ul li" item */
    background-image: url(../images/arrow.png); /* adds the grey arrow on the side of the menu */
    background-position: top left; /* sets the arrow to the top-left of the menu */
    background-repeat: no-repeat; /* ensures that only one arrow is shown */
    background-color: transparent; /* makes the div transparent so that the submenu is away from the main menu, yet still reachable from the menu */
    top: 0px; /* positions the submenu flush with the top of the menu item */
    left: 100%; /* positions the submenu just to the left of the main menu */
    z-index: 1; /* ensures that the submenu is always visible above the content and links menu (z-index must be added separetely to all child elements) */
    div#navCS ul li.nojs:hover > div.submenu ul, /* (no javscript version) */
    div#navCS ul li > div.show ul /* affects the submenu list when its corresponding menu list item is hovered over */
    display: block; /* puts the submenu in an invisible box that it is easier to manipulate with CSS */
    margin-left: 12px; /* pushes the list to the left enough to make room for the background "arrow" image */
    border: 3px solid #999999; /* places grey border around submenu */
    overflow: hidden; /* prevents long text from stretching the submenu */
    padding: 1px 5px 1px 5px; /* adds padding to submenu sides */
    z-index: 1; /* ensures that the submenu is always visible above the content and links menu (z-index must be added separetely to all child elements) */
    div#navCS ul li.nojs:hover > div.submenu ul li, /* (no javscript version) */
    div#navCS ul li > div.show ul li /* affects the submenu list items when its corresponding menu list item is hovered over */
    display: block; /* puts the submenu in an invisible box that it is easier to manipulate with CSS */
    border-top: 1px dotted #000000; /* adds a border above the menu item */
    height: 22px; /* specifies height of menu item */
    line-height: 22px; /* vertically centers sub-menu text (MUST BE SAME AS HEIGHT!) */
    z-index: 1; /* ensures that the submenu is always visible above the content and links menu (z-index must be added separetely to all child elements) */
    /* removes the top border above the first submenu element */
    div#navCS ul li.nojs:hover > div.submenu ul li:first-child, /* (no javscript version) */
    div#navCS ul li > div.show ul li:first-child /* the FIRST menu item only! */
    border-top: none; /* do not place a border in front of the first item */
    /* ensures that the submenus are clickable on iOS devices (iPhones, iPad, etc.) */
    div#navCS ul li.nojs:hover > div.submenu ul li a, /* (no javscript version) */
    div#navCS ul li > div.show ul li a { /* makes the anchors into invisible boxes */
    display: block; /* puts link in a box */
    height: 22px; /* specifies height of link (MUST MATCH CONTAINING LI ABOVE!!) */
    padding: 0px 7px; /* pads the menu text */
    margin: 0px; /* ensures that no extra margins upset the layout */
    /***** /SUBMENU STYLES *****/
    /***** CONTENT STYLES *****/
    /* the main content in the center of the page */
    div#content /* sets the styles for the main content div */
    position: relative; /* used to keep everything that is placed inside the content div, inside the content div */
    border: solid 3px #CCCCCC; /* sets the line, thickness and color (gray) for the right border of the content area */
    border-top: none; /* removes top border (since links bar already has one */
    margin-left: 253px; /* places enough space on the left side of the page to fit the menu */
    padding: 40px 0px 20px 0px; /* sets the (top and bottom only) white space around items placed in the content div */
    min-height: 200px; /* sets an absolute minimum height for the content div */
    /***** /CONTENT STYLES *****/
    /***** FAQ AND AV STYLES *****/
    /* On the FAQ pages, questions are laid out using a Definition List and displayed using toggleFAQ.js */
    /* On the AV facilities pages, sections are laid out using a Definition List and displayed using toggleAV.js */
    div#content dl.av dd,
    div#content dl.faq dd /* sets the desfult style for the answers in the FAQ and sections in the AV list */
    display: block; /* by default, question answers are visible to non-javascript browsers */
    div#content dl.av dd.hidden,
    div#content dl.faq dd.hidden /* hides the answers (when needed by the javascript) */
    position:absolute; /* allows me to set the exact psoition of the text inside the page */
    left:-9999px; /* push the text far outside the left of the screen */
    /***** /FAQ AND AV STYLES *****/
    /***** FOOTER STYLES *****/
    /* the footer is in the center of the page */
    div#footer /* sets the styles for the footer */
    position: relative; /* used to keep things placed inside the footer div, inside the footer div */
    margin-left: 252px; /* places enough space on the left side of the page to fit the menu */
    height: 30px; /* sets the height of the footer box */
    /* the university menu title is removed (for screen readers only) */
    div#navUniversity h4 /* this h4 text is in the HTML page for accessibility reasons, the following css trick will hide it */
    position: absolute; /* allows one to set the exact psoition of the h4 text inside the page */
    left: -9999px; /* push the h4 text far outside the left of the screen */
    /* the university menu is displayed inline to the left on the footer*/
    div#navUniversity ul /* styles for the university menu in the footer */
    position: absolute; /* allows me to set the exact psoition of the menu inside the page */
    top: 4px; /* moves the menu 4 pixels in from the top of the footer */
    left: 0px; /* moves the menu flush with the left side of the footer */
    div#navUniversity ul li /* styles for the university menu in the footer */
    display: inline; /* displayes menu items horizontally across the foooter, rather than vertically like a traditional list */
    /* add | separators before each menu element */
    div#navUniversity ul li:before /* affects the area BEFORE each menu item in the footer */
    content: " | "; /* adds a vertical bar character ( | ) before each menu item */
    /* do not add a | before the first menu element */
    div#navUniversity ul li:first-child:before /* affects the area BEFORE the FIRST menu item in the footer */
    content: " "; /* adds nothing before the first menu item (overrides the prior CSS, which adds a line before each item) */
    /* the copyright info is to the right of the university navigation */
    p#copyright /* styles the copyright paragraph */
    position:absolute; /* allows one to set the exact psoition of the copyright inside the page */
    top: 4px; /* moves the copyright 4 pixels in from the top of the footer */
    right: 6px; /* moves the copyright to the right side of the footer */
    /***** /FOOTER STYLES *****/
    index:
    <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="utf-8" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <%-- The nav_active variable is used to light up the appropriate navigation button --%>
    <%
    dim nav_active As String
    nav_active = "none"
    %>
    <head profile="http://computing.chicagobooth.edu/includes/metaDataDef.html">
    <title>Booth Computing Services</title>
    <!-- Include header here: -->
    <!-- #include virtual = "/includes/inc_header.aspx" -->
    <style type="text/css">
    /* <![CDATA[ */
    /* PLACE SPECIAL STYLES FOR USE ON THIS PAGE BELOW */
    /* ]]> */
    </style>
    <script type="text/javascript">
    /* <![CDATA[ */
    /* PLACE SPECIAL SCRIPTS FOR USE ON THIS PAGE BELOW */
    /* ]]> */
    </script>
    </head>
    <!-- Include navmenu here: -->
    <!-- #include virtual = "/includes/inc_navmenu.aspx" -->
    <div id="content">
    <!-- DO NOT CHANGE ANYTHING ABOVE THIS LINE!!! -->
    <h2>Computing Services</h2>
    <p>Welcome to Booth Computing Services. Whether you are <a href="faculty.aspx">faculty</a>, <a href="students.aspx">student</a> or <a href="staff.aspx">staff</a>, our goal is to provide you with the highest level of information technology to help you achieve excellence. We provide networking services, application services, training and more, all of which you can learn about through our website.</p>
    <p>We welcome your comments and suggestions for how we can improve the computing environment at Chicago Booth to better suit your needs. Please feel free to review our <a href="helpdesk/stats.aspx">Customer Satisfaction Survey</a> or <a href="contact.aspx">contact us</a> with any feedback you would like to share.</p>
    <!-- DO NOT CHANGE ANYTHING BELOW THIS LINE!!! -->
    </div><!-- /content -->
    <!-- Include footer here: -->
    <!-- #include virtual = "//includes/inc_footer.aspx" -->
    menu CSS
    /* Listmenu CSS Document */
    /* This document contains the CSS rules for the alphabetical list menu which appears on the tools.asp page. This document styles the HTML generated by the IHWY jQuery Listmenu Plugin (v1.1, 5/24/2010).
    For more information, visit: http://www.ihwy.com/Labs/jquery-listmenu-plugin.aspx
    /* optional hack for IE 6 so that menu appears under letters, if you want to support IE 6... */
    /********************* CSS HACK ********************
    * html .lm-wrapper .lm-letters
    zoom: 1;
    ********************* /CSS HACK ********************/
    /*** LISTMENU STYLES ***/
    body
    min-width: 1236px !important;
    div#content .lm-wrapper /* a wrapper around the generated menu */
    margin: 20px 20px 80px 20px; /* places a 20px margin around the menu */
    padding-top: 20px; /* adds space above the menu so that the counts can be seen */
    position: relative; /* ensures that everything is displayed inside the menu */
    min-width: 920px;
    div#content .lm-wrapper .lm-letters /* the letters in the alpha menu */
    overflow: hidden; /* prevents letters from overwriting the menu if they get too large */
    div#content .lm-wrapper .lm-letters a,
    div#content .lm-wrapper .lm-letters a:link /* the letters in the alpha menu */
    font-family: Verdana,Arial,Geneva; /* sets the font style (and alternate fonts) for the letters */
    font-size: 0.9em; /* sets the font size */
    display: block; /* used to center letters in boxes */
    float: left; /* used to center letters in boxes */
    padding: 2px 11px; /* used to center letters in boxes */
    border: 1px solid #C0C0C0; /* used to create box around letters */
    border-right: none; /* removes the right border (see lm-last, below) */
    text-decoration: none; /* used to remove lines below the letters */
    div#content .lm-wrapper .lm-letters a:hover,
    div#content .lm-wrapper .lm-letters a:active,
    div#content .lm-wrapper .lm-letters a.lm-selected /* moused-over and selected letters in the menu */
    background-color: #CCCCCC; /* sets the background color of the box (grey) */
    div#content .lm-wrapper .lm-letters a.lm-disabled /* empty letters in the menu */
    color: #CCCCCC; /* sets the color of the letters (grey) */
    div#content .lm-wrapper .lm-letters a.lm-last /* the last letter in the list */
    border-right: 1px solid #C0C0C0; /* puts the final border to close the menu */
    div#content .lm-wrapper .lm-letter-count /* styles the count above each letter (if enabled) */
    top: -10px; /* forces the text to appear above the letters */
    font-size: 6pt; /* sets the font size */
    font-family: Verdana,Arial,Geneva; /* sets the font style (and alternate fonts) for the counts */
    text-align: center; /* centers the number above the letter */
    margin: 2px 0px 2px 0px; /* sets required spaceing around the numbers */
    color: #666666; /* sets the color of the numbers */
    div#content .lm-wrapper .lm-menu /* styles the pop-up menu that appears below the letters */
    border: 1px solid #C0C0C0; /* creates a border around the pop-up menu */
    border-top: 1px solid #C0C0C0; /* creates a border around the pop-up menu */
    padding: 5px; /* padding around the pop-up menu edge */
    z-index: 15; /* ensures that the pop-up menu is visible above the rest of the menu */
    position: absolute; /* used to correctly position the menu */
    margin-top: -1px; /* lines the top border of the menu correctly */
    background-color: #F1F1F1; /* colors the background of the menu (light grey) */
    display: none; /* hides the menu (until needed) */
    div#content .lm-wrapper .lm-menu ul li,
    div#content .lm-wrapper .lm-menu ol li /* styles the individual list items in the pop-up menu */
    list-style-type: disc; /* adds bullets to the menu items */
    color:#660000; /* colors the menu items (maroon) */
    font-family: Verdana,Arial,Geneva; /* sets the font style (and alternate fonts) for the menu text */
    text-align: left; /* aligns the pop-up menu text to the left */
    font-size: 0.9em; /* sets the text size for the menu items */
    padding: 0px; /* removes all extra padding from items */
    margin: 0px; /* removes all extra margins from items */
    div#content .lm-wrapper .lm-menu .lm-no-match /* Styles the text shown when no items match a letter */
    font-family: Verdana,Arial,Geneva; /* sets the font style (and alternate fonts) */
    color: #666666; /* colors the text (dark grey) */
    font-style: italic; /* makes the text italic */
    font-size: 0.9em; /* sets the text size for the text */
    div#content .lm-wrapper .lm-menu a,
    div#content .lm-wrapper .lm-menu a:link /* styles the pop-up menu links */
    text-decoration: none; /* removes lines under the links */
    div#content .lm-wrapper .lm-menu a:hover,
    div#content .lm-wrapper .lm-menu a:active /* styles the pop-up menu links when hovered over */
    text-decoration: underline; /* underlines the link */
    color: #CCCCCC; /* sets the color of the link (grey) */
    div#content .lm-wrapper .lm-menu .lm-submenu /* styles the columns (submenus) in the pop-up menu */
    /* overflow: hidden; */ /* prevents large text from breaking the menu */
    /** popup submenus **/
    div#content .lm-wrapper .lm-menu .lm-submenu ul li /* database listing in alpha menu */
    position: relative; /* used to keep popup menu (below) next to database listing */
    /* hide submenu by fefault */
    div#content .lm-wrapper .lm-menu .lm-submenu ul li > div.popup
    position: absolute; /* allows me to set the exact psoition of the menu */
    top: -9999px; /* push the menu far outside the top of the screen */
    /* show submenu to right when related database name is hovered over */
    div#content .lm-wrapper .lm-menu .lm-submenu ul li:hover > div.popup
    position: absolute;
    top: 5px;
    left: -51%;
    height: 45px;
    width: 50%;
    display: block;
    background-color:#999999;
    border: solid 1px #000000;
    z-index: 20;
    font-size: 9px;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    overflow: hidden; /* prevents large text from breaking the menu */
    /* change specific columns */
    div#content .lm-wrapper .lm-menu .lm-submenu .c3 ul li:hover > div.popup
    /* USE INVISIBLE DIV IF YOU NEED TO SPACE MENU DIFFERENTLY!! */
    /*** /LISTMENU STYLES ***/

    If your container has a width in %,  add one of these rules to your CSS code.
    /**This re-scales images to any size browser width**/
    img {width:100%}
    /**this re-scales images  up to the native file size only**/
    img {max-width:100%}
    Also remove height and width attributes from your <img> HTML code.  Otherwise this won't work.
    Nancy O.

  • Help with RMI using inheritance program

    Hi all, im having trouble starting (and finding info on how to) to convert this program to use RMI. I have just completed re-structuring the program to use extended inheritance along with a Access Database.
    Whats the first step i need to take.
    Any help will be much appreciated. THANKS ALL
    import java.sql.*;
    import javax.swing.*;
    import java.util.*;
    public class Database {
       public java.sql.Connection connection;
       public void connect() 
          String url = "jdbc:odbc:groupTask2";  
          String username = "admin";   String password = "teama";
          // Load the driver to allow connection to the database
          try {
             Class.forName( "sun.jdbc.odbc.JdbcOdbcDriver" );
             connection = java.sql.DriverManager.getConnection(url, username, password );
          catch ( ClassNotFoundException cnfex ) {
             System.err.println("Failed to load JDBC/ODBC driver->"  + cnfex);
          catch ( SQLException sqlex ) {
             System.err.println( "Unable to connect->" + sqlex );
       public void showTeams()
          java.sql.Statement statement;
          java.sql.ResultSet resultSet;
          try {
             String query = "SELECT Team_name FROM Team_class";
             statement = connection.createStatement();
             resultSet = statement.executeQuery( query );
             displayResultSet( resultSet );
             statement.close();
          catch ( SQLException sqlex ) {
             sqlex.printStackTrace();
       public void showPlayers()
          java.sql.Statement statement;
          java.sql.ResultSet resultSet;
          String team = null;
          try {
             String s = JOptionPane.showInputDialog("Please select Team: \n\n1. Panthers \n2. Quails \n3. Bears \n4. Nevils \n ");
             int a = Integer.parseInt(s);
             switch (a){
                 case 1: team = "Panthers";
                         break;
                 case 2: team = "Quails";
                         break;
                 case 3: team = "Bears";
                         break;
                 case 4: team = "Nevils";
                         break;
             String query = "SELECT player_id, First_name, Last_name FROM Player_class WHERE Team_name LIKE '"+team+"'";
             statement = connection.createStatement();
             resultSet = statement.executeQuery( query );
             displayResultSet( resultSet );
             statement.close();
          catch ( SQLException sqlex ) {
             sqlex.printStackTrace();
       public void update()
          java.sql.Statement statement;
          java.sql.Statement statement2;
          java.sql.ResultSet resultSet;
          String field = null;
          try {
             String a = JOptionPane.showInputDialog("Please Enter the player ID:");
             int id = Integer.parseInt(a);
             String b = JOptionPane.showInputDialog("Which field would you like to update? \n\n1. First name \n2. Last name \n3. Address \n ");
             int choice = Integer.parseInt(b);
             switch (choice){
                 case 1: field = "First_name";
                         break;
                 case 2: field = "Last_name";
                         break;
                 case 3: field = "address";
                         break;
             String val = JOptionPane.showInputDialog("Please enter new " +field);
             String query = "UPDATE Player_class SET "+field+" = '"+val+"' WHERE player_id = "+id;
             statement = connection.createStatement();
             statement.executeQuery( query );
             statement.close(); 
          catch ( SQLException sqlex ) {
             sqlex.printStackTrace();
       public void displayResultSet( ResultSet rs )
          throws SQLException
          // position to first record
          boolean moreRecords = rs.next();  
          // If there are no records, display a message
          if ( ! moreRecords ) {
                System.out.println( "ResultSet contained no records" );
                return;
          System.out.println( "" );
          try {
             java.sql.ResultSetMetaData rsmd = rs.getMetaData(); 
             // Get column heads
             for ( int i = 1; i <= rsmd.getColumnCount(); ++i ) {
                 System.out.print(rsmd.getColumnName( i ) + "\t");
             System.out.println();
             do {// get row data
                  displayNextRow( rs, rsmd );
             } while ( rs.next() );
          catch ( SQLException sqlex ) {
             sqlex.printStackTrace();
       public void displayNextRow( ResultSet rs, 
                                  ResultSetMetaData rsmd )
           throws SQLException
          for ( int i = 1; i <= rsmd.getColumnCount(); ++i )
             switch( rsmd.getColumnType( i ) ) {
                case java.sql.Types.VARCHAR:
                      System.out.print (rs.getString( i )+"\t\t" );
                   break;
                case java.sql.Types.INTEGER:
                      System.out.print ( rs.getLong( i ) + "\t\t") ;
                   break;
                default: 
                   System.out.println( "Type was: " + 
                      rsmd.getColumnTypeName( i ) );
             System.out.println();
       public void shutDown()
          try {
             connection.close();
          catch ( SQLException sqlex ) {
             System.err.println( "Unable to disconnect->" + sqlex );
       public static void main( String args[] ) 
           int sel = 0;
           Menu M = new Menu();
           Database app = new Database();
           sel = M.mainmenu(sel);
           while (sel > 0 && sel < 5){
           switch (sel){
               case 1: app.connect();
                       app.showTeams();
                       app.shutDown();
                       sel = M.mainmenu(sel);
                       break;
               case 2: app.connect();
                       app.showPlayers();
                       app.shutDown();
                       sel = M.mainmenu(sel);
                       break;
               case 3: app.connect();
                       app.update();
                       app.shutDown();
                       sel = M.mainmenu(sel);
                       break;
    class Menu{ 
        int choice = 0;
        int temp = 0; 
        public Menu(){
        public int mainmenu(int val){ 
            String a = JOptionPane.showInputDialog("TEAM MENU \n\nPlease select an option by entering " + 
                    "the corresponding number: \n\n1. Display Teams \n2. Show Players \n3. Update a Player \n4. Search \n "); 
            val= Integer.parseInt(a); 
            return val; 
        public int setChoice(int val){
            choice = val;
            return choice;

    Well, I'd say a starting point is to split the functionality into "client" and "server". This will wind up as two programs, the client making - remote - requests of the server.
    A fairly natural way would be to assign viewing/display to the client, direct access to the database to the server. So then you have to figure out
    o what kinds of requests can go acrross the divide.
    o what kind of data will be returned.
    This may not be that easy, because things that the server can do easily (like I/O) cnnot be carried back and forth in RMI calls.)

  • Need HELP with menu integration

    I have a project in which I am needing some seemless integration between movies and menus. Let me explain what I am doing. I am essentually imitating the actions of an iPhone or iPad in which you have the lock slide...icons appear...etc. What I did was create a flash file imitating these actions @ 720x480 then exported to a .MOV file. I then saved the last frame in Flash to a jpg, took into photoshop and created my buttons. See where this is going? So what I want is for the animation to play and end up with the menu (video to menu). My issue lies with the seemlessness of it. Currently when the transition happens from video to menu there is a black pause. I want it to be smooth from one to the other. I KNOW this can be done!! What am I doing wrong? I appreciate the help in advance.
    Troy

    I got my issue resolved (sort of). I used the suggestion of burning my project and playing on a DVD player to see if that
    "black pause" went away and to my dissapointment it didn't. What I found worked though was shortening the duration of the first play
    video under the properties -> motion tab.
    Now another issue I am having is when I preview, everything looks great and to my intentions, but when burned and played on a DVD player the video is one size and the menu is a smaller size. They are both @ the same 720x480 size in Encore so why the difference when played doesn't make sense to me. Any ideas out there? I am not as savvy with this stuff as most on here, so hopefully what I am saying makes sense.
    Thanx
    Troy

  • Need help with integrating a dreamweaver file and an edge file

    Alright so I have been trying to do this for far to long so I am asking for some help this is for a web design class.
    I am trying to either import a edge composition to a dreamweaver file or use the publish file from the edge file to make a completed website by adding a css navigation bar from an external css file. I want to have the css menu to the left of the logo. I have tried this numerous times but either the menu doesn't show up and is either behind the edge stage or its not there at all. When I tried it from a fresh html page and imported it from an oam file the images from the stage never showed up and I am unsure how to fix that.
                                                                ^right there.
    Here are the files
    Dropbox - Archive.zip
    Thanks for the help.

    I found the z-index for the edge animate code and it was set to 0 and i set the menu div to 40 but nothing happened and it didn't show up. This where i set the menu to a higher value and I'm not sure if this is correct, I also tried it in the css file but that also didn't work.
                <div id='cssmenu' style="z-index:40;">
      <ul>
       <li><a href='index.html'>Sell Cards</a>
          <ul>
             <li><a href='#'>Pricing Guide</a></li>
             <li><a href='buyList.html'>Buy List</a></li>
          </ul>
       </li>
       <li><a href='#'>Sealed Product</a>
          <ul>
             <li><a href='Promotional Items'>List of Sets</a></li>
             <li><a href='#'>Promotional Items</a></li>
          </ul>
       </li>
       <li><a href='#'>Other Games</a></li>
       <li><a href='supplies.html'>Gaming Supplies</a></li>
    </ul>
    </div>

  • Need some help frist time useing dreamweaver

    Hey all,
    I am totaly new to Dreamweaver and am needing some help. I am
    needing to make a feedback form. Would need it to e-mail me the
    feedback to something like [email protected] I also need to know
    how to make a footer for the copyright and desiged by, on each page
    without having to manually entering them. Any help I could get
    would be awsome.

    There are only two ways to process form data -
    1. Use mailto:[email protected] as the action of the form
    2. Use a server-side scripting method to a) harvest the
    form's data, b)
    process it in some manner, e.g., enter it into a database, c)
    formulate and
    send an email to one or more email recipients, and d)
    redirect the visitor
    to some ending page
    Method 1 is quite simple, and is also the least reliable. It
    depends both
    on your visitor having an email client already installed on
    their computer -
    this eliminates public computers, or home users without email
    clients
    installed (more and more it seems) - and on the installed
    email client
    responding to
    the mailto call. It is not possible to use this method *and*
    send the
    visitor to a
    thank you page as well.
    Method 2a is the preferred method, since it eliminates the
    problems of
    method
    1, but it means that you have to grapple with
    server-scripting somehow (ASP,
    CF, PHP, perl, etc.).
    Method 2b would be to use some third-party form processing,
    like
    http://www.bebosoft.com/products/formstogo/.
    You would have to decide which of these methods is best for
    your needs,
    but if it's Method 2a, then start by asking your host what
    they provide for
    form
    processing. If it's 2b, then read their FAQ/instructions
    carefully.
    For your footer, investigate the use of DW's Templates (use
    F1 Help to read
    about them), or of server-side includes (again, F1 Help will
    give you some
    info here, as will Google).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Xysos_Designs" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hey all,
    > I am totaly new to Dreamweaver and am needing some help.
    I am needing to
    > make
    > a feedback form. Would need it to e-mail me the feedback
    to something like
    > [email protected] I also need to know how to make a
    footer for the
    > copyright
    > and desiged by, on each page without having to manually
    entering them. Any
    > help
    > I could get would be awsome.
    >

Maybe you are looking for

  • IPhone 5 stays on 4G and battery drain

    I performed the latest iPhone 5 update last night (to 6.1 10B143) and now my phone stays on 4G after calls rather than switching back to LTE as the phone did prior to the update.  Also, the phone is now draining the battery very rapidly.  Before I wo

  • Flat File Usage in XI?

    Hello, Can XI support the use of flat files?  In other words, could I replace my current Unix script based file transfer mechanism with XI and continue to use files? Or would I need to convert the file to an XML or other type of message within XI? Th

  • Mac Mini and the HP Photosmart All in One Scanner

    When I got my Mac Mini from MacMall, I got the free HP Printer (C3180 Photosmart all in one) printer works fine, copier works fine, but I am not able to Scan. HP is no help because their chat customer service reps "are only trained on PC related issu

  • USB 8451 no timer / counter ?

    Hi all, i´m not sure if i´m in the right topic now, but i found no answer with the search function. I tried to generate an digital pulse using timer/counter functions with Labview 8.5 and an USB 8451, but it didn´t work. Is it possible that the USB 8

  • Two email issues

    I am new to Blackberry so I apologize if these are easy fixes that I have missed. I am having two very annoying messaging problems on my phone. First, I have an icon that tells me I have two new messages at all times -- even when the inbox is complet