Submenu of the Spry Menu not appearing not

Hello!

Thanks in advance for your time. I have a navigation bar I'm trying and can't get submenu secondary appears to the right of the drop-down list. (Comic > SECURITIES > ERNEST) I enclose you CSS and html link. It's a library item. If anyone can shed some light it would be appreciated.

Thank you!

Sandra

Link:

http://www.Papercutz.com/Ninjago/ninjago_test.html

CSS:

@charset "UTF-8";

/ * Sections - review: pre-release Spry 1.4 * /.

/ * Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

The AVAILABLE INFORMATION: Describes the box model, positioning, the order

*******************************************************************************/

/ * The outermost container for the menu bar, an area of width auto without margin or padding * /.

UL. MenuBarHorizontal

{

margin: 0;

padding: 0;

list-style-type: none;

do-size: 9pt;

cursor: default;

Width: 700px;

do-family: Arial, Helvetica, without serif.

background-image: url (.. / papercutz/assets/images/comics1.gif);

}

/ * Value of the menu bar active with this class, currently the definition of z-index to accommodate IE rendering bugs: http://therealcrisp.xs4all.nl/Meuk/IE-zindexbug.html */

UL. MenuBarActive

{

z-index: 1000;

}

/ * Menu item containers, position of children relative to this container and are a fixed width * /.

UL. MenuBarHorizontal li

{

margin: 0;

padding: 0;

list-style-type: none;

do-size: 100%;

position: relative;

cursor: pointer;

Width: 20%;

float: left;

border-color: #FF9900;

background-image: url (.. / papercutz/assets/images/comics1.gif);

text-align: left;

}

/ * Submenus should appear under their parent (top: 0) with a higher z-index, but they are first the left side of the screen (-1000em) * /.

UL. MenuBarHorizontal ul

{

margin: 0;

padding: 0;

list-style-type: none;

do-size: 100%;

z index: 1020;

cursor: default;

Width: 140px;

position: absolute;

left:-1000em;

}

/ * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we put the car left so it happens on the screen below its parent menu item * /.

UL. MenuBarHorizontal ul. MenuBarSubmenuVisible

{

left: auto;

}

/ * Container of menu items are same fixed width parent * /.

UL. MenuBarHorizontal ul li

{

Width: 150px;

do-size: 9pt;

}

/ * Submenus should appear slightly overlapping to the right (95%) and upward (-5%) * /.

UL. MenuBarHorizontal ul ul

{

position: absolute;

margin:-5% 0 0 95%;

}

/ * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we have left to 0, it is on the screen * /.

UL. MenuBarHorizontal ul. MenuBarSubmenuVisible ul. MenuBarSubmenuVisible

{

left: auto;

top: 0;

}

/ * Menu items are a light grey block with padding and no text decoration * /.

UL. MenuBarHorizontal a

{

display: block;

cursor: pointer;

background-color: #FF6600;

padding: .5em .2em;

color: #FFFFFF;

text-decoration: none;

border: 1px solid #ff9900;

height: 16px;

text-align: center;

}

/ Components menu that have mouse over or focus have a blue background and white text * /.

UL. MenuBarHorizontal a: hover, ul. MenuBarHorizontal a: focus

{

background-color: #FF0000;

Color: #000000;

}

/ * Menu items that are opened with the submenus are on MenuBarItemHover with a blue background and white text * /.

UL. MenuBarHorizontal a.MenuBarItemHover, ul. MenuBarHorizontal a.MenuBarItemSubmenuHover, ul. MenuBarHorizontal a.MenuBarSubmenuVisible

{

background-color: #FF0000;

Color: #000000;

}

/*******************************************************************************

Submenu INDICATION: styles if there is a submenu in a given category

*******************************************************************************/

/ * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.

UL. MenuBarHorizontal a.MenuBarItemSubmenu

{

background-image: url (SpryMenuBarDown.gif);

background-repeat: no-repeat;

background-position: 50 95%;

}

/ * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.

UL. MenuBarHorizontal ul a.MenuBarItemSubmenu

{

background-image: url (SpryMenuBarRight.gif);

background-repeat: no-repeat;

background-position: 50 95%;

}

/ * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.

UL. MenuBarHorizontal a.MenuBarItemSubmenuHover

{

background-image: url (SpryMenuBarDownHover.gif);

background-repeat: no-repeat;

background-position: 50 95%;

}

/ * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.

UL. MenuBarHorizontal ul a.MenuBarItemSubmenuHover

{

background-image: url (SpryMenuBarRightHover.gif);

background-repeat: no-repeat;

background-position: 50 95%;

}

/*******************************************************************************

BROWSER HACKS: hacks below should not be changed, unless you are an expert

*******************************************************************************/

/ * HACK FOR IE: to ensure that sub menus show above form controls, underpin us each submenu with an iframe * /.

UL. MenuBarHorizontal iframe

{

position: absolute;

z index: 1010;

}

/ * HACK FOR IE: to stabilize the appearance of the menu items. the slash in the float is to keep IE 5.0 analysis * /.

@media screen, projection

{

UL. MenuBarHorizontal li. MenuBarItemIE

{

display: inline;

f\loat: left;

Background: #FFF;

}

}

HTML:

<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / BY" > ".

< html >

< head >

< / style >

< title > Ninjago Vol.1 < /title >

< meta http-equiv = "Content-Type" content = text/html"; charset = ISO-8859-1 ">"

"" < link href = "... / SpryAssets_new/papercutz_test.css" rel = "stylesheet" type = "text/css" >

< style type = "text/css" >

<!--

{.style7}

color: #FFF;

make-weight: bold;

do-size: 36px;

}

->

< / style >

"" < link href = "... / SpryAssets_new/backtile4table.css" rel = "stylesheet" type = "text/css" >

< / head >

< body bgcolor = "#0 D 5488" text = "#333333" link = "#333333" vlink = "#333333" alink = "#333333" topmargin = "0" marginheight = "0" onLoad = "MM_preload... /images('.._/_images/nextroll.jpg') ">"

< table width = "700" border = "0" align = "center" cellpadding = "0" cellspacing = "0" class = "backtile" >

< b >

< td > < table >

< td align = "center" class = "centeredtable" > < table width = "600" border = "0" align = "center" cellpadding = "0" cellspacing = "0" >

< tr align = "center" >

< td = "66" height > < table width = "493" border = "0" align = "center" cellpadding = "0" cellspacing = "0" >

< b >

" < td width ="493"> < a href =" " http://www.Papercutz.com/index2.html " > < img src = "... / assets/images/logonew.gif" alt = "" width = "250" height = "39" border = "0" / > < /a > < table > "

< /tr >

< / table > < table >

< /tr >

< tr align = "center" >

< td height = "95" valign = "top" > <!-#BeginLibraryItem "/ Library/nav_test.lbi"-->

"< script src ="... /... "/ SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script >

< ul id = "MenuBar1" class = "MenuBarHorizontal" >

< li > < a class = "MenuBarItemSubmenu" href = "#" > COMICS HOME < /a >

< ul >

" < li > < a href =" http://www.Papercutz.com/Bionicle/index.html "> BIONICLE < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/Classics/windwillow/willowhome.html "> illus classics." < /a > < /li >

" < li > < a href =" http://www.Papercutz.com/disneyfairies/ "> Disney Fairies < /a > < /li > .

< li > < a class = "MenuBarItemSubmenu" href = "#" > more < /a > < /li >

< ul >

" < li > < a href =" http://www.Papercutz.com/Bionicle/index.html "> Ernest < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/Classics/windwillow/willowhome.html "> Sybil < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/disneyfairies/ "> monster < /a > < /li > .

< /ul >

" < li > < a href =" http://www.Papercutz.com/Garfield/index.html "> Garfield & amp;" Co < /a > < /li >

" < li > < a href =" http://www.Papercutz.com/Stilton/index.html "> Geronimo Stilton < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/HB/HB.html "> hardy Boys < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/ninjago_ss/ "> LEGO NINJAGO < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/ND/nd.html "> Nancy Drew < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/paperslices/slices_moreinfo.html "> Papercutz slices < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/Smurfs/ "> the Smurfs < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/TC/TC.html "> tales of the crypt < /a > < /li > .

< /ul >

< /li >

" < li > < a href =" http://www.Papercutz.com/Ninjago/ninjago_moreinfo.html "> INFO BOOK < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/Ninjago/ninjago_author.html "> MEET the AUTHOR < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/Ninjago/ninjago1pre1.html "> READ THE comic book < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/order.html ' > WHERE to FIND < /a > < /li > .

< /ul >

< script type = "text/javascript" >

<!--

var MenuBar1 = new Spry.Widget.MenuBar ("MenuBar1", {imgDown: "..."}) "" / SpryAssets/SpryMenuBarDownHover.gif ', imgRight: ".. ({"/ SpryAssets/SpryMenuBarRightHover.gif"});

->

< /script > <!-#EndLibraryItem--> < table >

< /tr >

< tr align = "center" >

< td > < img src = "images/LEGO_Ninjago_logo_BLACK.jpg" width = "360" height = "77" alt = "logo garfield" > < table > "

< /tr >

< /table >

< table width = "508" border = "0" align = "center" cellpadding = "0" cellspacing = "0" >

< tr align = "center" >

< td = "42" height > < table >

< /tr >

< tr align = "center" bgcolor = "#86E2F3" >

< height td = "28" > < p > < / p >

"< p > < a href ="ninjago1cover.html"> < img src =" images/ninjago1_cover.jpg"alt =" "width ="221"height ="326"> < /a > < font color =" #333333 "size ="1"face ="Verdana, Arial, Helvetica, sans-serif"> < a href =" ninjago1cover.html "> < br >".

Click here to see the art of expanded coverage < /a > < / police > < / p >

< p > < /p > < table >

< /tr >

< tr align = "center" bgcolor = "#5BD2EF" >

< td width = '508' height = '341' bgcolor = "#86E2F3" > < table width = "403" border = "0" cellspacing = "0" cellpadding = "0" >

< tr align = "center" >

< td width = "315" align = "left" > < h2 > < strong NINJAGO > < br >

The challenge of Samukai! < / strong > < / h2 >

< h3 > Greg Farshtey, writer < br >

Paulo Henrique, artist < / h3 >

< p > the masters of Spinjitzu come Papercutz! Sensei Wu formed Cole, Zane, Jay and Kai to be masters of Spinjitzu and together they defend Ninjago world from the dark forces of the underworld. But when the head of the army of skeletons, Samukai, claims for the evil Lord Garmadon he can defeat Sensei Wu and his four young ninja, Garmadon him again on his bet! Who will win in this battle between good and evil? < /p > < table >

< /tr >

< tr align = "center" >

< td > < table >

< /tr >

< tr align = "center" >

< td align = "left" > < p > 6 x 9, 64 p., full color pin: $7.99 < br >

ISBN: 978-1-59707-297-7 < br >

Also in editing related to the collector: $11.99 < br >

ISBN 978-1-59707-298-4 < /p > < table >

< /tr >

< tr align = "center" >

< td = "34" height > < table >

< /tr >

< tr align = "center" >

< td > < p > < a href = "ninjago_moreinfo.html" > return to page info/list of books < /a > < /p > ""

< p > < a href = "ninjago_author.html" > meet the author/artist < /a > < /p > ""

< p > < font color = "#333333" size = "2" face = "Verdana, Arial, Helvetica, sans-serif" > < b > < a href = "ninjago1pre1.html" > previews < /a > < / b > < / police > < /p > < table >

< /tr >

< /table >

< p > < /p > < table >

< /tr >

< tr bgcolor = "#FFCC66" >

< td height = "18" align = "center" bgcolor = "#86E2F3" > < table >

< /tr >

< b >

< td height = "18" align = "center" > < table >

< /tr >

< /table >

< center >

< table width = "702" border = "0" align = "center" cellpadding = "0" cellspacing = "0" >

< tr align = "center" >

< td width = "702" height = "96" > <!-#BeginLibraryItem "/ Library/nav_test2.lbi"-->

"< script src ="... /... "/ SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script >

< ul id = "MenuBar2" class = "MenuBarHorizontal" >

< li > < a class = "MenuBarItemSubmenu" href = "#" > COMICS HOME < /a >

< ul >

" < li > < a href =" http://www.Papercutz.com/Bionicle/index.html "> BIONICLE < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/Classics/windwillow/willowhome.html "> illus classics." < /a > < /li >

" < li > < a href =" http://www.Papercutz.com/disneyfairies/ "> Disney Fairies < /a > < /li > .

< li > < a class = "MenuBarItemSubmenu" href = "#" > more < /a > < /li >

< ul >

" < li > < a href =" http://www.Papercutz.com/Bionicle/index.html "> Ernest < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/Classics/windwillow/willowhome.html "> Sybil < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/disneyfairies/ "> monster < /a > < /li > .

< /ul >

" < li > < a href =" http://www.Papercutz.com/Garfield/index.html "> Garfield & amp;" Co < /a > < /li >

" < li > < a href =" http://www.Papercutz.com/Stilton/index.html "> Geronimo Stilton < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/HB/HB.html "> hardy Boys < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/ninjago_ss/ "> LEGO NINJAGO < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/ND/nd.html "> Nancy Drew < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/paperslices/slices_moreinfo.html "> Papercutz slices < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/Smurfs/ "> the Smurfs < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/TC/TC.html "> tales of the crypt < /a > < /li > .

< /ul >

< /li >

" < li > < a href =" http://www.Papercutz.com/Ninjago/ninjago_moreinfo.html "> INFO BOOK < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/Ninjago/ninjago_author.html "> MEET the AUTHOR < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/Ninjago/ninjago1pre1.html "> READ THE comic book < /a > < /li > .

" < li > < a href =" http://www.Papercutz.com/order.html ' > WHERE to FIND < /a > < /li > .

< /ul >

< script type = "text/javascript" >

<!--

var MenuBar2 = new Spry.Widget.MenuBar ("MenuBar2", {imgDown: "..."}) "" / SpryAssets/SpryMenuBarDownHover.gif ', imgRight: ".. ({"/ SpryAssets/SpryMenuBarRightHover.gif"});

->

< /script > <!-#EndLibraryItem--> < table >

< /tr >

< tr align = "center" >

< td = "37" height > < p > LEGO, the LEGO logo, the configurations of the brick and button and the figurine are trademarks of the LEGO Group. & copy; 2011 The LEGO Group. Produced by Papercutz under license from the LEGO Group. < /p > < table >

< /tr >

< tr align = "center" >

< td > < table >

< /tr >

< /table >

< / center > < table >

< td > < table >

< /tr >

< /table >

< class p = "backgroundcolor" > < / p >

< center >

< p > < / p >

< /Center >

< / body >

< / html >

Remove the bar and add the other

  • Other titles
  • GRAMPS

    Tags: Dreamweaver

    Similar Questions

    • I colored the spry menu, but it does not appear in the preview.

      I changed the color of my spry menu of beige to black. It appears on my work page, but when I try to preview, it's as if I had never changed color. I also tried to go to the page via Firefox, but it does not appear there either. The code says the bottom of the menu is #000, we design signs it indicates the background color is #000 institutions. Can someone tell me what I'm missing that deploys the spry menu stay in the default color?

      Not a good option, unfortunately.

      "allow multiple consecutive spaces" is an old option in DW who must be stopped. He inserts just several nonbreaking spaces when you press the SPACEBAR.

      It's ugly and unpredictable because it depends on the font size, sizing of browser text etc.

      Better to use CSS

      tracking http://www.w3schools.com/cssref/pr_text_letter-spacing.asp

      Wee http://www.w3schools.com/cssref/pr_text_word-spacing.asp

    • Missing tab of the Spry Menu on CS5 using an iMac (only 2 computers do not see)

      I use Dreamweaver CS5 on iMac in my class. Two students are not able to see the blue tab of the Spry menu bar.  Is there something that should be selected in so that they can see it?  I thought that maybe they missed a step, so we followed our book and recreated the Menu bar on another page.  Once the menu bar is complete and you click on the Blue Menu Spry tab is not available.  Any suggestions would be greatly appreciated.

      Spry menus have been abandoned by Adobe.two years ago because they can not be used by millions of visitors on portable devices.  We use now of JQuery menus or pure HTML/CSS menus.

    • place pictures in the same div as a spry menu not as background

      Hi all

      I'm unable to find a solution to my problem, is it possible to put an image next to the ether of a spry menu, but not as a background image, I tried dragging, deletion and insertion of images but dreamwever keeps placing them armel the menu spry itself is there any way to get around this or anything that I cannot know who is logging the image beside alsong rather than the spry menu?

      Switch to code view and insert your images at the beginning and end of your Spry nav div.  Not sure if it will work as expected, but it's worth a try.

      End caps are most often added to the background.

      Nancy O.

    • Background of the Spry menu bar problem

      Hello
      I tried to search for this problem, and although I found others with the same problem, there has been no response (probably so obvious I missed it and they understood.) And I update the Spry menu bar to the latest version.

      The Horizontal Spry menu bar works fine on Firefox and IE 7, the background is white and the submenus, not the intention. Alignment and size is fine, just designed background colors do not work (on the menu itself, I want a transparent background on submenus, #777079.)
      Website: September Entertainment Site
      Style sheet Spry: Spry CSS

      Thank you in advance for any help you can give me.
      See you soon,.
      Janell

      Hello
      Just found the problem for someone who is having the same thing happen. This is the cut down "Sections":

      /*******************************************************************************

      BROWSER HACKS: hacks below should not be changed, unless you are an expert

      *******************************************************************************/

      / * HACK FOR IE: to ensure that sub menus show above form controls, underpin us each submenu with an iframe * /.
      UL. MenuBarHorizontal iframe
      {
      position: absolute;
      z index: 1010;
      Filter:alpha(opacity:0.1);
      }
      / * HACK FOR IE: to stabilize the appearance of the menu items. the slash in the float is to keep IE 5.0 analysis * /.
      @media screen, projection
      {
      UL. MenuBarHorizontal li. MenuBarItemIE
      {
      display: inline;
      f\loat: left;
      background: fff;
      }
      }

      Where it says: "background: fff;" change to everything that you need, in my case, "background: transparent;"

      Voila!
      See you soon,.
      Janell

    • problem with the spry menu bar

      Hello. I'm having a problem with the submenu appears at the top of the page instead of the sub menu. I have added settings and changed % to the "ems", but still does not work. I think it has something to do with being right under the menu spry flash movie. Can anyone help? Thanks in advance.
      Here is the link to the site:
      link to the site

      Hello

      The problem is due to the

      Tags that you added all through
      the spry menu.
      In IE, which not only align text Center but it also aligns the
        which
        are drop down menus in the center of the
      • who owns.
        This changes things.

        First of all, change this:

        To do this:

        So, if you want your text aligned to Center:

        Change this in the sections file:

        UL. MenuBarHorizontal a {}
        display: block;
        cursor: pointer;
        background-color: #000000;
        Padding: 0.5em 0.75em;
        color: #FFFFFF;
        text-decoration: none;
        }

        To do this:

        UL. MenuBarHorizontal a {}
        display: block;
        cursor: pointer;
        background-color: #000000;
        Padding: 0.5em 0.75em;
        color: #FFFFFF;
        text-decoration: none;
        text-align: center;
        }

        I hope this helps.

        Take care
        Tim

        "rio333" wrote in message
        News:ft6src$RHS$1@forums. Macromedia.com...
        > Hi. I'm having a problem with the submenu appears at the top of the page
        > instead of the under the menu. I've added parameters and modified % to
        > "ems".
        > but still does not work. I think it has something to do with flash
        > film
        > under the spry menu. Can anyone help? Thanks in advance.
        > Here is the link to the site:
        > http:www.fidoandcompany.com
        >

    • How to add the collapsible functionality to the Spry Menu?

      Dear Adobe community,

      How to add the functionality of collapsible for the Spry Menu like the one on the White House | whitehouse.gov ?

      Load the White House Web site and minimize your browser window as observe you what happends to the menu bar when you pass a certain limit.

      This is the feature that I want to put in place and I would be happy if one of you could direct me to or share relevant information.

      Concerning

      Andreas

      This isn't a menu Spry Spry do not appear on mobile devices.

      Use any sensitive menu you like for example:

      CSS & jQuery Mobile Navigation Menu Demo

      The tutorial is here:

      CSS and jQuery Menu of Navigation Mobile reactive

    • Can this be achieved using the Spry Menu?

      Hello

      I saw this model and I understand that this has been done in Flash; However, I was wondering if it could be done using the Spry Menu in Dreamweaver CS5. Here's my opinion on the matter. Use the Spry Menu to make the framework and then use jQuery to animate the text inside. I just want to know if it is possible, or should I just go ahead and try to build it in Flash. Thus, a total nube you will appreciate any help or a nudge in the right direction.

      Here is the link:
      http://static.livedemo00.template-help.com/wt_40709/#! / page_splash

      This is not done using Flash. They used jQuery and Javascript written in addition to achieve.

      Here is the script, they used: http://static.livedemo00.template-help.com/wt_40709/js/scripts.js

      They used jQuery easing for transitions.

      -ST

    • The Spry menu bar navigation

      I am using the Spry menu bar and have several menu on my home page items that have incorporated under them. For example, I have an element of menu 'navigate' on the home page, and the slot 'Browse' 'saw inventory"and"wish list ". I want users to be able to access the sub through the menu item "Browse" items but does not allow users to open "Browse."

      I would like suggestions.

      Thank you

      Iain

      Just put a # where otherwise the URL would go as a

    • Browse
    • GRAMPS

    • change the spry menu bar

      Just opened my page in the new Dreamweaver 20141. What happened to the easy edit function for the Spry menu bar? I'm sure he's here somewhere, I just can't find it. It was so easy in the previous version. It just appeared at the bottom of the screen when I clicked on the bar. Where is he now?

      Never mind. I found it. Window > properties

    • Dreamweaver CC: Layouts start CSS &amp; missing of the Spry menu bar

      • I preset web training and our client updated for Dreamweaver CS4 Dreamweaver CC 2015. That are the CSS Starter layouts in Dreamweaver, for example the column 2 fixed, header and footer layout? I don't find it in Dreamweaver CC 2015. It was a good starting point to teach students to create a web page using one of these start CSS page layouts and then customize.
      • I also can't find the Spry menu bar to create a menu (up to three levels) bar.
      • What is the best options for me to use instead the CSS starter layouts & the Spry menu bar? Students know nothing about web design when they start with the course.

      It is more a spry menu bar, which was crap anyway. You can learn how to make a simple CSS - only menu or a menu jQuery.

      The new version of DW includes a starter starter site, which is how many sites asre built these days. Bootstrap also contains a navigation pane.

    • The Spry Menu text alignment

      I wonder if there is a way to have the text centered in the main menu bar but align to the left of the text the in the submenus. I tried, but any alignment that I apply in the CSS seems to affect all the text.

      I just made this page someone else example:
      http://www.Projectseven.com/testing/customers/Adobe/Fubar/

      Maybe this will help. The spry menu is the second.

      --
      Al Sparber - PVII
      http://www.Projectseven.com
      The finest Menus Dreamweaver | Galleries | Widgets
      http://www.Projectseven.com/go/pop
      The ultimate DW menu system

      "efredian" wrote in message
      News:gnnq9i$3BU$1@forums. Macromedia.com...
      > I wonder if there is a way to have the mainly centered text
      > bar menu but align the text left the in the submenus. I tried, but all
      > alignment I apply in the CSS seems to affect all the text.

    • I just want my image in list in bullets paragraph, and not in the spry menu?

      http://www.kansascitycrates.com/air_packs.html

      Which property is ONLY for the image in the list in a bullet of paragraph?

      I tried several different approaches and none worked until suddenly, the image in the list is in every sense.  I don't want in my menus spry menu horizontal/sup, just paragraphs in my hand/body content.

      Forgive me, I'm lost.  Thanks in advance.

      JM

      Too much

        tags in your HTML lists.  You only need a set of tags to
          as follows:


                 
          • License & insurance

          •      
          • Uniformed personnel

          •      
          • All new materials

          •      
          • Protection floor (before, during and after the service)

          •      
          • Leg guards

          •      
          • Clear invoicing

          •      
          • Crate labels (Item description, room, Crate # of #)

          •      
          • The final inventory Crate (w/Total cubic feet)

          •      
          • Status reports (w/photos)

          •      
          • DOT commercial trucks

          •      
          • Satisfaction guaranteed!

          • In your CSS, add the bottom margin between the elements of list as follows:

            .star_bullet li {}

            margin-bottom: 15px;

            }

            Nancy O.
            ALT-Web Design & Publishing
            Web | Graphics | Print | Media specialists
            http://ALT-Web.com/
            http://Twitter.com/ALTWEB

      • cannot choose "Import" in the file menu - not highlighted

        try to import bookmarks from IE - on the file menu of Firefox choose "Import" is not highlighted and can not be selected - why? Maybe it's a mistake to base on my part from somewhere.

        Try their import via the bookmarks Organizer.

        1. From the menus, choose "Bookmarks", then on "organize bookmarks...". "to open the bookmarks Organizer (also known as the name of the library)
        2. In the library, select "Import and backup" then "Import HTML.

        This gives you the ability to import from Internet Explorer?

        If it isn't, export favorites in Internet Explorer to a HTML file, and then import the HTML file in Firefox. This process is described in the article importing Internet Explorer Favorites from another computer .

      • shortcuts, taskmanger, programs in the left menu not associated with programs, how can I fix?

        I had the xfj.exe virus. I deleted the file and I put variables hkey_classes_root to '%1' % * and restarted the laptop, but the programs are not being associated with the files to run correctly. I get a message on the Association of the program to a file. Taskmanger does not work and I get the message "application not found".

        Hi ADePaolo,

        You can consult the following KB article and run the fix it tool available and check if you can assign file association.

        When you run an .exe on a Windows Vista-based or Windows 7 computer file, the file may start another program

        http://support.Microsoft.com/kb/950505

        Hope this information is useful.

      Maybe you are looking for