Spry menu bar: problems in IE and Firefox

Hello! This is my first time writing the forum. I tried to fix this site and I'm about to break! I found a lot of help just brwosing here in the past and I hope that somone can point me in the right direction.

I have validated successfully the site using the W3C CSS Validator thinking which might help, but no go. (In fact, everything what was spoil the vertical alignment of elements of menu in Safari, Chrome and other browsers in which the menu used to work properly). I tested on the latest version of Firefox for Mac and testing for IE using the Adobe browser lab.

Here's what happens:

  • The menu is completely useless in all versions of Internet Explorer.

  • In Firefox the menu seems to work fine except the menu under flash items then disappear a site navigation very frustrating.

Here is the site: http://oregapet.com/

And here's my sections

@charset "UTF-8";
ul.MenuBarHorizontal {
          margin: 0;
          list-style-type: none;
          font-size: 80%;
          cursor: default;
          width:auto;
          font-family: Verdana, Geneva, sans-serif;
           [disabled]font: 11px;


          padding-top: 4px;
          font-weight: bold;
          padding-bottom: 2em;
}
ul.MenuBarActive {
          z-index: 1000;
}
ul.MenuBarHorizontal li {
          margin: 0;
          font-size: 100%;
          position: relative;
          text-align: left;
          cursor: auto;
          width: auto;
          float: left;
          background-color: #AAA;
          color: #FFF;
          padding-top: 0.3em;
          padding-right: 3.5em;
          padding-bottom: 0.3em;
          padding-left: 1em;
          min-height: 22px;
}
ul.MenuBarHorizontal ul {
          margin: 0;
          list-style-type: none;
          font-size: 90%;
          z-index: 1020;
          cursor: default;
          width: 0px;
          position: absolute;
          left: -1000em;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
          left: auto;
}
ul.MenuBarHorizontal ul li {
          width: 15em;
          margin-left: -12px;
           [disabled]color: #FFF;


}
ul.MenuBarHorizontal ul ul {
          position: absolute;
          margin: -5% 0 0 95%;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
          left: auto;
          top: 0px;
}
ul.MenuBarHorizontal ul {
          border: 0;
}
ul.MenuBarHorizontal a {
          display: block;
          cursor: pointer;
          background-color: #AAA;
          padding: 0.3em 0 0 0;
          color: #FFF;
          text-decoration: none;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
          background-color: #AAA;
          color: #FFF;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
          background-color: #AAA;
          color: #FFF;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu {
          background-repeat: no-repeat;
          background-position: 95% 50%;
          padding-top: 10px;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
          background-repeat: no-repeat;
          background-position: 95% 50%;
          text-decoration: none;
}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
          background-repeat: no-repeat;
          background-position: 95% 50%;
}
ul.MenuBarHorizontal iframe {
          position: absolute;
          z-index: 1010;
           [disabled]opacity:0.1;


           [disabled]filter:alpha(opacity=1);
  For IE8 and earlier 
}
 @media screen, projection {
ul.MenuBarHorizontal li.MenuBarItemIE {
          display: inline;
          f\loat: left;
          background: #FFF;
}
}

Thank you very much!

GRAMPS! Thank you very much. I really, really appreciate your help. In addition to your suggestion I changed all other instances of z-index that relate to the menu bar. I put them all to 10000 (more than the z-index of 1002 on the fadeslideshow.js). Now it works like a charm and is no longer hides behind the fadeslideshow. Yay!

Thanks to Nancy O. for his suggestion as well. For anyone having problems woth Spry Menu bar in IE and Firefox especialy: The Spry Menu Bar 2.0 version works much better than the previous version.

Melody

Tags: Dreamweaver

Similar Questions

  • Spry menu bar problem (Firefox 2/IE 7)

    Hello
    I have some problems of browser with the Spry Menu bar Widget in DW CS3.
    IE 7 firstly:
    I'm getting an extra empty space in my page above the menu bar;
    Menu bar expands to fit the entire width of its container.

    next Firefox 2; (same code)
    I get no empty space in my page above the menu bar;
    Menu bar does not expand to fit the entire width of its container (an empty space (5-10px) at the end of the menu bar)

    The two instances use the same html and css files. I don't now the code attached here can send by e-mail if necessary. (Reach the button Code doesn't seem to work for me here)

    Thank you
    nitefisher

    Thanks for the reply... I had previously watched/tried this action. I think I solved my problem... it turns out that what I thought, it was the space above, the menu in IE7 has been associated with the Spry, turns out it was the bottom of the container above the menuwrap container. Solved IE7.
    The problem of Firefox 2 was just a matter of getting all the widths in the CSS Spry file to the required value. It ends up being, I went from em pixels and it works fine now.

    Thanks to everyone for their support.

    nitefisher

  • 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

  • Spry menu bar problem

    Hi all, new here and also a new Adobe product user. I'm learning Dreamweaver at the present time and it is excellent if a little discouraging sometimes.

    I need some help with a problem of Spry. When I insert a new Spry menu on my page in Dreamweaver, the submenus don't drop-down for me. For example - if there are 3 elements of submenu 1.1, 1.2 and 1.3, when I click on the arrow, I don't see the point 1.3... 1.1 and 1.2 seem to be obscured view?

    I have attached a small image to show you what it looks like. Any help would be greatly appreciated as it continues my little project something terrible

    Thank you guys

    Pol

    Menu.jpg

    If you customize, make sure not to remove anything vital or you will break it.

    READ THIS FIRST:

    Menus Spry 10 commandments

    http://www.dwcourse.com/Dreamweaver/ten-commandments-Spry-menubars.php

    Nancy O.

  • Spry menu bar problem: changes on the page by default not inherited on other pages

    Hi people,

    I have no experience in web design, but my job requires me to do sometimes. I'm an engineer it specialist tech\Network and been using common sense to change our main Web site with dreamweaver. So far all I've done very well worked until the editing of the menu bar on the home page. Research and tutorials Watch did not help so I hope someone here can. Thanks in advance.

    So I did was change a few things on the menu by removing some sub menus and the addition of a link. Everything was made from the default.aspx file, which is the home page. Everythign works fine but when I go to another page it seems that my changes were never made. All other pages have the menu spry code incorporated in gray and cannot be changed. After having taken a good look I realized that it was the old code showing. My question is how can I ask my changes to all pages at once?

    Here is the code after I made the changes. The previous version was just a few lines further href.

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

    "< style li =" width: 90px; "> < a default.aspx" style = "width: 90px;" text-align: center;  padding-left: 0px; "> Home < /a > < /li >

    < style li = "width: 90px;" > < a class = "MenuBarItemSubmenu" href = "#" style = "text-align: center;" Width: 90px; padding-left: 0px; "> < /a > directory

    < ul >

    < li > < a href = "judges - dir.aspx" > < /a > < /li > judiciary

    < li > < a href = "case - support.aspx" > < /a > < /li > administrative staff

    < /ul >

    < /li >

    < style li = "width: 136px;" > < a href = "#" class = "MenuBarItemSubmenu" style = "text-align: center;" Width: 136px;  padding-left: 0px; "> < /a > rules of procedure

    < ul >

    < li > < a href="documents/procedures/organization-osah.pdf" > organization of the SOAD < /a > < /li > ".

    < li > < a href="documents/procedures/administrative-rules-osah.pdf" > rules of procedure Administrative < /a > < /li > ".

    < /ul >

    < /li >

    < style li = "width: 130px;" > < a href = "/ agency-Ref - word.html ' class = 'MenuBarItemSubmenu" style = "text-align: center;" Width: 130px;  padding-left: 0px; "> case reference < /a > < /li >

    < style li = "width: 142px;" > < a href = "#" class = "MenuBarItemSubmenu" style = "text-align: center;" Width: 142px;  padding-left: 0px; "> < /a > court information

    < ul >

    < li > < a href = "calendar - options.aspx" > short Calendar < /a > < /li >

    < li > < a href = "get - decision.php" > decisions < /a > < /li >

    < li > < a href = "judges - circuit.html" > < /a > < /li > judicial Circuits

    < li > < a href = "directions.html" > Directions to court < /a > < /li > ""

    < li > < a href = "#" class = "MenuBarItemSubmenu" > < /a > frequently asked Questions

    < ul >

    < li > < a href = "questions.html" > English < /a > < /li > ""

    < li > < a href = "questions - espanol.html" > Espa & ntilde; OL < /a > < /li >

    < /ul >

    < /li >

    < li > < a href = "comments.aspx" > Questions < /a > < /li >

    < /ul >

    < /li >

    < style li = "width: 98px;" > < a href = "" / Court - forms.html "style =" text-align: center; Width: 98px;  padding-left: 0px; "> Forms < /a > < /li >

    < style li = "width: 104px;" > < a href = "#" class = "MenuBarItemSubmenu" style = "text-align: center;" Width: 104px;  padding-left: 0px; "> about us < /a >

    < ul >

    < li > < a href = "documents/OSAH_FY_2011.pdf' target = '_blank' class ="MenuBarItemSubmenu"> annual report < /a >"

    < /li >

    < li > < a href = "contact - us.html" > contact us < /a > < /li >

    < /ul >

    < /li >

    < /ul >

    UPDATE: here's the code embedded in all other pages. I guess I need to know where to go or how to change.

    <! - InstanceEndEditable - >
    "" < link rel = "... / shortcut icon" href = "' / favicon.ico ' >"
    < link href = "CSS/theme4.css" rel = "stylesheet" type = "text/css" > "
    < link href = "SpryAssets/SpryMenuBarHorizontal.css" rel = "stylesheet" type = "text/css" / > "
    < script type = "text/javascript" src = "SpryAssets/SpryMenuBar.js" language = "javascript" > < / script > "
    <!-InstanceBeginEditable name = "head"--> < style type = "text/css" >
    <!--
    {body
    background-image: url(Images/bg_grad.jpg);
    }
    ->
    < / style > <! - InstanceEndEditable - >
    < style type = "text/css" >
    <!--
    Body {make-size: 12px ;}}
    #MenuBar1 ul #MenuBar1 ul li {}
    Width: 170px;
    }
    #MenuBar1 span {}
    margin: 0;
    padding: 2px;
    padding-left: 22px;
    Display: block;
    background-position: 0% 50%;
    background-repeat: repeat no.;
    }
    {#MenuBar1 #item1}
    background - image: URL(images/Home.gif);
    }
    ->
    < / style >
    < script type = "text/javascript" >

    var _gaq = _gaq. [];
    _gaq.push (['_setAccount ',' UA-17672437-1 ""]);
    _gaq.push (['_trackPageview ']);

    (function() {}
    GA var = document.createElement ('script'); GA.type = ' text/javascript '; GA. Async = true;
    ga.src = ("https:" == document.location.protocol? ) https://SSL ' : ' http://www ( ') + «.google-analytics.com/ga.js ";
    var s = document.getElementsByTagName ('script') [0]; ParentNode.InsertBefore (ga, s);
    })();

    < /script >
    < / head >
    < body >
    < div id = 'wrapper' >
    "< div id ="header"> < a default.aspx" style = "text-decoration: none;" make-style: normal; color: #FFFFFF; "> < /a > < img src =" Images/header - new4.jpg "alt ="header"width ="800"height ="120"border = '0' well ="#Map"/ >
    "< = 'Card' id ="Map"map name > < area shape ="rect"coords ="6,3,791,93"default.aspx" alt = "" / > "
    < / map >
    < div id = "nav" >
    < ul id = "MenuBar1" class = "MenuBarHorizontal" >
    "< style li =" width: 90px; "> < a default.aspx" style = "width: 90px;" text-align: center;  padding-left: 0px; "> Home < /a > < /li >
    < style li = "width: 90px;" > < a class = "MenuBarItemSubmenu" href = "#" style = "text-align: center;" Width: 90px; padding-left: 0px; "> < /a > directory
    < ul >
    < li > < a href = "judges - dir.aspx" > < /a > < /li > judiciary
    < li > < a href = "case - support.aspx" > < /a > < /li > administrative staff
    < /ul >
    < /li >
    < style li = "width: 136px;" > < a href = "#" class = "MenuBarItemSubmenu" style = "text-align: center;" Width: 136px;  padding-left: 0px; "> < /a > rules of procedure
    < ul >
    < li > < a href="documents/procedures/organization-osah.pdf" > organization of the SOAD < /a > < /li > ".
    < li > < a href="documents/procedures/administrative-rules-osah.pdf" > rules of procedure Administrative < /a > < /li > ".
    < /ul >
    < /li >
    < style li = "width: 130px;" > < a href = "/ agency-Ref - word.html ' class = 'MenuBarItemSubmenu" style = "text-align: center;" Width: 130px;  padding-left: 0px; "> case reference < /a > < /li >
    < style li = "width: 142px;" > < a href = "#" class = "MenuBarItemSubmenu" style = "text-align: center;" Width: 142px;  padding-left: 0px; "> < /a > court information
    < ul >
    < li > < a href = "calendar - options.aspx" > short Calendar < /a > < /li >
    < li > < a href = "get - decision.php" > decisions < /a > < /li >
    < li > < a href = "judges - circuit.html" > < /a > < /li > judicial Circuits
    < li > < a href = "directions.html" > Directions to court < /a > < /li > ""
    < li > < a href = "#" class = "MenuBarItemSubmenu" > < /a > frequently asked Questions
    < ul >
    < li > < a href = "questions.html" > English < /a > < /li > ""
    < li > < a href = "questions - espanol.html" > Espa & ntilde; OL < /a > < /li >
    < /ul >
    < /li >
    < li > < a href = "comments.aspx" > Questions < /a > < /li >
    < /ul >
    < /li >
    < style li = "width: 98px;" > < a href = "#" class = "MenuBarItemSubmenu" style = "text-align: center;" Width: 98px;  padding-left: 0px; "> Forms < /a >
    < ul >
    "< li > < a href="documents/motions/10-Entry%20of%20Appearance.doc "target ="_blank"> entry of appearance < /a > < /li >
    < li > < a href = "motions.html" > Motions < /a > < /li > ""
    "< li > < a href="documents/subpoenas/subpoena.pdf "target ="_blank"> assignment < /a > < /li >
    < /ul >
    < /li >
    < style li = "width: 104px;" > < a href = "#" class = "MenuBarItemSubmenu" style = "text-align: center;" Width: 104px;  padding-left: 0px; "> about us < /a >
    < ul >
    < li > < a href = "#" class = "MenuBarItemSubmenu" > < /a > annual reports
    < ul >
    < li > < a href = "documents/OSAH_FY_2010.pdf" > annual report 2010 < /a > < /li >
    < li > < a href = "documents/OSAH_FY_2009.pdf" > annual report 2009 < /a > < /li >
    < li > < a href = ' Documents/ANNUAL REPORT 2008.pdf' target = "blank" > annual report 2008 < /a > < /li >
    < li > < a href = "documents/OSAH_FY_2007.pdf" target = "blank" > annual report 2007 < /a > < /li > "
    < li > < a href = "documents/OSAH_FY_2006.pdf" target = "blank" > annual report 2006 < /a > < /li > "
    < li > < a href = "documents/OSAH_FY_2005.pdf" target = "blank" > annual report 2005 < /a > < /li > "
    < /ul >
    < /li >
    < li > < a href = "#" class = "MenuBarItemSubmenu" > News < /a >
    < ul >
    < li > < a href = "documents/ABA regulatory new Article.pdf" target = "blank" > administrative and regulatory Law News (summer 2008) < /a > < /li >
    < li > < a href = "documents/CSS article.pdf" target = "blank" > Child Support Services Newsletter (2008) < /a > < /li >
    < li > < a href = "documents/CustomerServiceNewsletterl.pdf" target = "blank" > Georgia Office of the Customer Service bulletin (March 2006) < /a > < /li > "
    < li > < a href = "documents/GaStatementArticle.pdf" target = "blank" > question of the declaration of Georgia (summer 2005) < /a > < /li > "
    < li > < a href = "documents/RideTrail.pdf" target = "blank" > & quot; " Mount the Circuit & quot; -Georgia Bar Journal (February 2004) < /a > < /li >
    < li > < a href = "documents/awardpaper.pdf" target = "blank" > 2004 recipient, Georgia Focus recognition - Georgia Oglethorpe award Process, Inc. < /a > < /li >
    < li > < a href = "documents/Journal_Excel.pdf" target = "blank" > Journal of Excellence organizational (fall 2004) < /a > < /li > "
    < /ul >
    < /li >
    < li > < a href = "" documents/Georgia ' s_Court_System_09.pdf ' target = '_blank' > short system Georgia < /a > < /li > "
    < li > < a href = "contact - us.html" > contact us < /a > < /li >
    < /ul >
    < /li >
    < /ul >
    < / div >
    < / div > <!-end of header / /-->

    I assume that you have created .dwt (DreamWeaver template) files and make changes to other pages based on the page template. That's why DW doesn't allow you to edit non editable areas.

    In this cage, open the page where the code is not editable, change > model > detach the model

    This will make the autonomous and fully editable page.

  • Compensation within the site Spry menu bars

    How to clear the values of the spry menu bar in a Web site. I am trying to create a horizontal spry menu bar on one page and then other horizontal on another page. He keeps the same values each time I create a new page. How to clear the values of each page?

    Thank you!

    heatherfar69 wrote:

    Thank you for the help, I just tried and yes I can see. That's what I have to do is create a new site and

    then replace the existing with the new files.

    Thanks again!

    Yes, I would keep the parameters of the test of the original site server because there is no reason that you shouldn't be able to overwrite files of the test server you are working on the new site.  I would go just to manage Sites-> duplicate.  Then just delete the definition of remote server and let the definition of testing server as it is.

  • Text in bold Safari causing problem with the Spry menu bar

    I made a web site using a Spry menu bar. It worked fine in all browsers, as far as I knew. I was just alerted by owner esite th that the menu bar was the last link off position seen in Safari. I don't know when this started happening. I noticed that the text in Safari is more bold than firefox or IE. My guess is that this is the problem. I searched on google for help and found this

    Add-text-shadow: 0 0 0 #000; to the css.

    I tried but it don't seem to have any effect.

    the site is here:

    http://www.telluridegravityworks.com/

    Can anyone offer advice on how I might solve this problem? Thank you!

    I don't see the problem under Win 7/Safari (guess it's a question of Mac) but I see it in Win 7/IE9.

    In the CSS file, http://www.telluridegravityworks.com/css/gravity-works-winter.css

    set the width of the container navbar fix here

    {#nav - menu
    Width: 455px; / * adjusted to 445px * /.
    padding: 0px;
    overflow: hidden;
    float: left;
    margin left: 515px;
    }

  • Gap between the header and spry menu bar (school project)?

    Hello I have a project for school and they want me to a dw premade layout html, with a header image, and a spry menu bar located in the header. Which I did, but there is this small gap between the header image and the spry menu bar and the header that I can't get rid of. There is no additional line break tag or paragraph in there, I have NO idea what is wrong, please help if you know. Thank you.

    Joint below is code html and css. Sorry there all text in dw premade in there too. Basically, I have also attached the css external to the spry menu bar, and the page just in case.

    <! DOCTYPE HTML >

    < html >

    < head >

    < meta charset = "UTF-8" >

    < title > Rapids Transit - Buffalo River Outfitters < /title >

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

    < style type = "text/css" >

    <!--

    {body

    Police: 100% / 1.4 Verdana, Arial, Helvetica, without serif.

    Background: # 42413;

    margin: 0;

    padding: 0;

    Color: #000;

    }

    / * ~ ~ Tag of the element selectors ~ ~ *.

    UL, ol, dl {/ * because of variations between the browsers, it's best practices to zero padding and the margin on lists.} For consistency, you can specify the amounts you want to here, or on the list (LI, DT, DD) items they contain. Don't forget that what you're doing here cascade to the .nav list unless you write a more specific selector. */

    padding: 0;

    margin: 0;

    }

    H1, h2, h3, h4, h5, h6 {p}

    margin-top: 0;     / * remove the top margin works around a problem where margins can escape from their container div. The margin of the low rest it will take away from all of the following items. */

    padding-right: 15px;

    padding-left: 15px; / * adding padding to the sides of the elements in divs, instead of divs themselves, gets rid of any mathematical model of box. A div nested with side pads can also be used as an alternative method. */

    }

    an img {/ * this switch how to remove the default blue border displayed in some browsers around an image when it is surrounded by a link * /}

    border: none;

    }

    / * ~ ~ Style for your site links must remain in this order - including the Group of selectors that create the hover effect. ~~ */

    a: link {}

    color: # 42413.

    text-decoration: underline; / * unless you style your links appear to be extremely unique, it is best to predict stresses quick visual identification * /.

    }

    a: visited {}

    color: #6E6C64;

    text-decoration: underline;

    }

    a: hover, a: active, a: focus {/ * this group of selectors will give a browser keyboard the same experience of hovering as the person using a mouse. * /}

    text-decoration: none;

    }

    / * ~ ~ This container fixed-width surrounds the other div ~ ~ * /.

    . Container {}

    position: relative;

    Width: 960px;

    Background: #FFF;

    margin: 0 auto; / * set to auto on the sides, coupled with the width, the layout centres * /.

    }

    / * ~ ~ the header is not given a width. It will extend to the entire width of your layout. It contains an image placeholder to be replaced by your own logo linked ~ ~ * /.

    . Header {}

    background-color: #fff;

    padding-right: 5px;

    padding-left: 5px;

    }

    / * ~ ~ It's layout information. ~~

    (1) padding is only placed on the top or the bottom of the div. The items in this div have padding on their sides. This avoids any «mathematical model of box» Keep in mind, if you add lateral pads or border to the div itself, it will be added to the width that you set to create the * total width. You can also remove the padding of the element inside the div tag, and place a second div inside it with no width and padding necessary for your design.

    */

    . Happy {}

    padding-top: 10px;

    padding-right: 0;

    padding-bottom: 10px;

    padding-left: 0;

    }

    / * ~ ~ Footer ~ ~ * /.

    .footer {}

    padding: 10px 0;

    background: #CCC49F;

    }

    / * ~ ~ various float/clear classes ~ ~ * /.

    .fltrt {/ * this class can be used to float right to the item in your page.} The floating element must precede the element it should be next to the page. */

    float: right;

    left margin: 8px;

    }

    .fltlft {/ * this class can be used to float an element on your page.} The floating element must precede the element it should be next to the page. */

    float: left;

    right margin: 8px;

    }

    .clearfloat {/ * this class can be placed on a < br / > or div empty as the final element after the last div floating (in the #container) if the #footer is removed or put out the #container * /}

    Clear: both;

    height: 0;

    font size: 1px;

    line-height: 0px;

    }

    ->

    < / style >

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

    < link href = "SpryAssets/SpryMenuBarHorizontal.css" rel = "stylesheet" type = "text/css" > "

    < style type = "text/css" >

    {#river_level}

    position: absolute;

    left: 500px;

    top: 325px;

    Width: 245px;

    height: 80px;

    z-index: 1;

    background-color: #ffcc33;

    border-top-style: inset;

    border-right-style: inset;

    border-bottom-style: inset;

    border-left-style: inset;

    border-bottom-color: #960;

    border-right-color: #960;

    border-bottom-color: #960;

    border-left-color: #960;

    text-align: center;

    do-family: Verdana, Geneva, without serif.

    font-size: medium;

    }

    < / style >

    < / head >

    < body >

    < div class = "container" >

    < div class = "header" > < a href = "#" > < img src = "assets/rt_banner.jpg" alt = "Banner Rapids Transit" width = "950" height = "120" / > < / a > "

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

    < li > < a href = "index.html" > home < /a > < /li >

    < li > < a href = "guides.html" > our Guides < /a > < /li > ""

    < li > < a href = "rates.html" > rates < /a > < /li > ""

    < li > < a href = "lodging.html" > Lodging < /a > < /li > ""

    < li > < a href = "before.html" > Before You Go < /a > < /li > ""

    < /ul >

    <! - end .header - > < / div >

    < div class = "content" >

    < p align = "left" class = "body_text" > welcome to rapid Transit. We are a rental service and canoe river guide located on the banks of the beautiful Buffalo River to Gilbert (Arkansas). We also offer kayak and raft rental. Our experienced guides will be pleased to offer trips on the river suitable for all levels - from beginner to expert. They will also be pleased to accompany you all the way! Stop at our country store and pick up your picnic supplies in the process of disappearance. We will even Pack it for you in airtight containers. (Just a precaution!) Call us to make your reservations. < /p >

    < p align = "left" class = "contact_info" > Rapid Transit < br / >

    Highway 55 North < br / >

    Gilbert, Arkansas 75497 < br / >

    (555) 365-5228 < br / >

    < a href = "mailto: " [email protected] ' > Mike Andrew < /a > < /p > .

    < h1 > < / h1 >

    <! - end content - > < / div >

    < div class = "footer" >

    < p > < em > Copyright 2000 - 2012 < br / >

    Last updated on

    <!-#BeginDate format: Am1-10 April 2012 > <!-#EndDate->

    You < /i > < / p >

    <! - end .footer - > < / div >

    <!-end .container-> < div id = "river_level" > current River Conditions: < br >

    good floating today < br >

    with a few spots of class II < / div > < / div >

    < script type = "text/javascript" >

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

    < /script >

    < / body >

    < / html >

    -------------------------------------------------------

    ALSO, HERE IS MY EXTERNAL STYLESHEET

    {.body_text}

    do-family: Arial, Helvetica, without serif.

    do-size: 14px;

    make-style: normal;

    }

    {.paragraph_header}

    do-family: Arial, Helvetica, without serif.

    do-size: 14px;

    make-style: normal;

    make-weight: bold;

    color: #036;

    }

    {.contact_info}

    do-family: Arial, Helvetica, without serif.

    do-size: 14px;

    make-style: italic;

    Color: #000;

    }

    -----------------------------------------------------

    HERE'S MY SPRY MENU BAR CSS TOO

    @charset "UTF-8";

    / * Sections - version 0.6 - Pre - Release Spry 1.6.1 * /.

    / * 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: 14px;

    cursor: default;

    Width: auto;

    do-family: Arial, Helvetica, without serif.

    }

    / * 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;

    text-align: center;

    cursor: pointer;

    Width: 190px;

    float: left;

    height: 25px;

    }

    / * 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: 8.2em;

    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: 8.2em;

    }

    / * 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;

    }

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

    INFORMATION DESIGN: Describes the set of colors, borders, fonts

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

    / * Submenu containers have borders on all sides * /.

    UL. MenuBarHorizontal ul

    {

    border: 1px solid #CCC;

    }

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

    UL. MenuBarHorizontal a

    {

    display: block;

    cursor: pointer;

    background-color: #2E9712;

    Padding: 0.5em 0.75em;

    color: #fff;

    text-decoration: none;

    }

    / 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: # 33;

    color: #FFF;

    }

    / * 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: #3FA7A8;

    color: ##ffffff;

    }

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

    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;

    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;

    }

    }

    Add the below css to your styes css selector:

    . Header img {}

    display: block;

    }

    Change your padded 30px high 'content' css selector and also include clear: both; (as shown below).

    . Happy {}

    padding-top: 30px;

    padding-right: 0;

    padding-bottom: 10px;

    padding-left: 0;

    Clear: both;

    }

  • Problem with the 2.0 (1.0) Spry menu bar re - CSS

    Hello:

    I'm having some trouble with a Spry (horizontal) 2.0 (1.0) menu bar I created.  Initially, I thought the problem was in what concerns the problems of rendering on IE 6.0, but the problem seems to be more general than that, and I came to believe that this has to do with the CSS created by the browser Widget and changed once imported in the Web page.  That's why I chose to post my question here rather than on the spry page.

    I leaned on the tutorial provided by David Powers (Bayside.css) and in addition any other documentation regarding the Spry UI bar menu.  The problem appeared as one of the 6 IE rendered page with a gap that is created when the menus appear, so push down the divs that appear below the page.

    However, through a laborious process of trial and error, my problem now seems to be that when I export the CSS generated by the browser widget to an external style sheet (the style sheet General governing the whole of the site), he comes into conflict with other CSS styles for links etc.  The end result is that all the padding, background colors, background images, and colors of text are lost.  As long as the CSS is in the head that this does not happen.

    My thought is that this must have to do with the problems of specificity, inheritance, etc.

    The site is available at the following ADDRESS: http://www.aclco.org/testing/index.html.  In its current form, all the CSS associated with the menu bar is located at the head of each page.  (see CSS below).

    My question is I can set up a separate style sheet for the menu bar horizontally and have these styles applied specifically (and only) in the menu bar my only alternative is to work through the rest of the General style sheet and the work by problems of specificity/inheritance - that may be the "best" practice , but it may create another 'cascading' [sic] problems elsewhere.

    Advice or suggestions or directed readings (which would point to a solution) that could be offered would be greatly appreciated.

    Steve Webster

    The horizontal CSS governing the menu bar is as follows: (currently the following CSS is embedded in the web page's head)

    < style type = "text/css" >

    / * - Start styles horizontal Spry Menu Widget 2.0 (1.0) menu bar-* /.


    / * BeginOAWidget_Instance_2141544: #MenuBar * /.
    / * Values for skinning a basic through presets menu. If the default settings are not sufficient, most count should be done in
    These rules, except for the images used to down or to the right pointing arrows, located in the SpryMenuBasic.css file

    They take the following classes of widget for layout of menu (located in a "Preset")
    . MenuBar - applies to all menu bars - default is a horizontal bar, all submenus are vertical - level 2 subs and beyond are drop down to the right.
    . MenuBarVertical - vertical main bar; All submenus are drop down to the right.

    You can also pass in extra classnames to set your desired top-level menu bar layout. Normally, they are defined by using a predefined setting.
    They apply only to the horizontal menu bars:
    MenuBarLeftShrink - the menu bar will be horizontally "shrinkwrapped" be just big enough to hold his items and left-aligned
    MenuBarRightShrink - as MenuBarLeftShrink, but right-aligned
    MenuBarFixedLeft - set to a specified width defined in rule "." MenuBarFixedLeft', and left-aligned.
    MenuBarFixedCentered - Fixed to a specified width defined in rule "." MenuBarFixedCentered',.
    and centered in its parent container.
    MenuBarFullwidth - expands to fill the width of the parent container.

    In general, all the rules specified in this file are prefixed by #MenuBar so that they don't apply to instances of the widget inserted along
    with the rules. This allows use of multiple MenuBarBasic widgets on the same page with different layouts. Due to limitations in IE6.
    There are a few rules where this was not possible. These rules are so noted in the comments.

    */

    {#MenuBar}
    background-color: transparent;
    do-family: Arial, Helvetica, without serif. / * Specify the fonts on the bar menu and submenu MenuItemContainer, so MenuItemContainer.
    MenuItem and MenuItemLabel
    at a given level all use the same definition for ems.
    Note that this means that the size is also inherited from the submenus of the child,
    so be careful when using other than relative sizes
    100% on the fonts submenu. */
    make-weight: normal;
    font size: 17px;
    make-style: normal;
    padding: 0;

    }
    / * ATTENTION: because ID + class selectors do not work correctly in IE6, but we want to restrict these rules to all this
    instance of widget, we used the concatenated string classnames to our selectors for the type of layout of the menu bar
    in this section. These have very low specificity, so be careful not to overstep accidentally. */

    . MenuBar br {/ * using only a class, so there same specificity that the "."} MenuBarFixedCentered br' rule bleow * /.
    display: none;
    }
    . {MenuBarLeftShrink}
    float: left; / * shrink the content, but also to float the menu bar * /.
    Width: auto;
    }
    . {MenuBarRightShrink}
    float: right; / * shrink the content, but also to float the menu bar * /.
    Width: auto;
    }
    . {MenuBarFixedLeft}
    float: left;
    Width: 80em;
    }
    . {MenuBarFixedCentered}
    float: none;
    Width: 80em;
    margin-left: auto;
    margin-right: auto;
    }
    . MenuBarFixedCentered br {}
    Clear: both;
    Display: block;
    }
    . MenuBarFixedCentered. Submenu br {}
    display: none;
    }
    . {MenuBarFullwidth}
    float: left;
    Width: 100%;
    }

    / * Top level bar small objects - these actually apply to all items and get substituted for the submenus level 1st or successive * /.
    #MenuBar. {MenuItemContainer}
    padding: 0px 0px 0px 0px;
    margin: 0;     / * Zero margin on the containers of items. The MenuItem is the active area of hover.
    For most elements, we have padding top or bottom or border only on MenuItem
    or a child so we keep all tiled submenu with elements.
    Definition of this 0 avoids the "dead zones" to hover. */
    }
    #MenuBar. {}, MenuItem
    padding: 10px 10px 10px 4px;
    background-color: #000088;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/navigation%20Bar%20Segm ent - Dark.png);
    background-repeat: repeat-x;

    }
    #MenuBar. {MenuItemFirst}
    border-style: none none no none;
    }
    #MenuBar. {MenuItemLast}
    border-style: none none no none;
    }

    #MenuBar. MenuItem. {MenuItemLabel}
    text-align: center;
    line-height: 1.4em;
    color: #ffffff;
    background-color: transparent;
    padding: 0px 18px 0px 5px;
    Width: 10em;
    Width: auto;
    }
    . SpryIsIE6 #MenuBar. MenuItem. {MenuItemLabel}
    Width: 1em; / * Equivalent to min-width in modern browsers * /.
    }

    / * First level of submenu items * /.
    #MenuBar. Submenu. {}, MenuItem
    do-family: Arial, Helvetica, without serif.
    make-weight: bold;
    font size: 15px;
    make-style: normal;
    background-color: #000088;
    padding: 0px 2px 0px 0px;
    border-width: 0px;
    border color: #cccccc #cccccc #cccccc #cccccc.
    / * Border styles are replaced by first and last items * /.
    border-style: solid solid no solid;
    }
    #MenuBar. Submenu. {MenuItemFirst}
    border-style: none;
    padding: 0px;
    }
    #MenuBar. Submenu. MenuItemFirst. {MenuItemLabel}
    padding-top: 0px;
    }
    #MenuBar. Submenu. {MenuItemLast}
    border-style: none none no none;
    }
    #MenuBar. Submenu. MenuItemLast. {MenuItemLabel}
    padding-bottom: 10px;
    }
    #MenuBar. Submenu. MenuItem. {MenuItemLabel}
    text-align: left;
    line-height: 1em;
    background-color: transparent;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    Width: 240px;

    }

    / * Hover States for containers, objects and labels * /.
    #MenuBar. {MenuItemHover}
    background-color: #2E35A3;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/navigation%20Bar%20Segm ent%20Light2.png);
    background-repeat: repeat-x;

    }

    #MenuBar. MenuItemWithSubMenu.MenuItemHover. {MenuItemLabel}
    background-color: transparent; / * expose this propeller separately * /.
    color: #ffffff;
    }
    #MenuBar. MenuItemHover. {MenuItemLabel}
    background-color: transparent;
    color: #ffffff;
    }
    #MenuBar. Submenu. {MenuItemHover}
    background-color: #2E35A3;

    }

    #MenuBar. Submenu. MenuItemHover. {MenuItemLabel}
    background-color: transparent;
    color: #ffffff;
    }
    / * The submenu - first-level submenus properties * /.
    #MenuBar. {SubMenuVisible}
    background-color: transparent;
    min-width: 0%;  / * This prevents the menu being lean that the parent MenuItemContainer - but not available on ie6 nice to have * /.
    border-style: none none no none;
    }
    #MenuBar.MenuBar. SubMenuVisible {/ * menu bar horizontally for only * /}
    top: 100%;    / * 100% is at the bottom of menuItemContainer parent * /.
    left: 0px; / * "left" may need tuning according to borders or padding applied to the bar MenuItemContainer or MenuItem,.
    and your personal taste.
    0px align left drop-down list with the content of the MenuItemContainer area. Assuming you keep the margins 0
    on MenuItemContainer and on the parent MenuItem
    menu bar, which in fact equals the sum of padding-left MenuItemContainer & MenuItem align
    the drop-down menu to the left of the menu item label.*.
    z-index: 10;
    }
    #MenuBar.MenuBarVertical. {SubMenuVisible}
    Top: 0px;
    left: 100%;
    min-width: 0px; / * Do not neeed to match the width of the parent MenuItemContainer - elements will avoid total collapse * /.
    }
    / * The sous-menu--deuxieme submenu level properties and beyond - are visible to descendants. MenuLevel1 * /.
    #MenuBar. MenuLevel1. {SubMenuVisible}
    background-color: transparent;
    min-width: 0px; / * Do not neeed to match the width of the parent MenuItemContainer - elements will avoid total collapse * /.
    Top: 0px;    / * If you want, you can move this down a smidge to separate the top item "submenu s of menubar.
    It is really necessary only for the submenu on the first point of MenuLevel1, or you can make it negative to make the submenu
    vertically 'centered' about his call to * /.
    left: 100%; / * If you want to move the submenu on the left to partially cover the point of his call, you can add a margin to the left with a
    negative value to this rule. Alternatively, if you use the elements of fixed width, you can change this value on the left
    to use px or ems to get the desired offset. */
    }
    / * IE6 rules - you can remove these if you do not want to support IE6 * /.

    / * Note about several classes in IE6.
    Some rules above use several class names to an element of selection, such as "hover" (MenuItemHover) and 'a a submenu' (MenuItemWithSubMenu).
    * give the selector '. MenuItemWithSubMenu.MenuItemHover'.
    * Unfortunately, IE6 does not support using mutiple classnames in a selector for an element. For a selector like '. foo.bar.baz', IE6 does not take into account
    * all but the final classname (here, ".baz") and defines the specificity in consequence, with only one of these classs as significant. To work around this problem
    * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate classnames for IE6, such as "MenuItemWithSubMenuHover".
    * Given that many of these necessary, the plugin does not generate additional classes for modern browsers, and we use the copies of CSS2 style class
    * syntax for that. Since IE6, both apply the rules where the
    * It should not and gets the specificity wrong too, we have rules of order carefully, then misapplied rule in IE6 can be overridden.
    * So we put first the multiple class rule. IE6 wrongly apply this rule.  We follow this with the single class rule that it would be
    * replace by mistake, by ensuring that the specificity of IE6 interpreted as is the same as the unique class selector, so the latter wins.
    * We then create a copy of the rule of multiple class, adding a "." SpryIsIE6' in the context of the class and to ensure that the specificity
    * the selector is high enough to beat the rule of single class in the case of "match of these two classes. We place the rule of IE6 at the end of the
    * block of css styling to make it easy to remove if you want to drop support for IE6.
    * If you decide you do not need IE6 support, you can get rid of these, as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.js script.
    * The 'SpryIsIE6' class is placed on the HTML element by the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser is Internet Explorer 6. This avoids the need of IE conditional comments to these rules.
    */
    . SpryIsIE6 #MenuBar. MenuBarView. MenuItemWithSubMenuHover. MenuItemLabel / * selector IE6 * /}
    background-color: transparent; / * expose this propeller separately * /.
    color: #ffffff;
    }
    . SpryIsIE6 #MenuBar. MenuBarView. Submenu. MenuItemWithSubMenuHover. MenuItemLabel / * selector IE6 * /}
    background-color: transparent; / * expose this propeller separately * /.
    color: #ffffff;
    }
    . SpryIsIE6 #MenuBar. Submenu. Submenu / * selector IE6 * /}
    left margin:-0px; / * Offset at least part of a version of 'double upholstery' bug IE6 'double margin "* /.
    }


    / * EndOAWidget_Instance_2141544 * /.

    / * End Spry Menu Bar Widget 2.0 (1.0) Horizontal Menu Custom styles * /.


    < / style >

    The CSS for the site in general is reproduced below: (my belief is that it is a: link, a: visited, a: hover, a: active styles that may be in conflict).

    @charset "utf-8";


    {body
    Police: 100% Verdana, Arial, Helvetica, without serif.
    min-height: 0; / * this is necessary to overcome the "haslayout" bug found in Windows 7 in conjunction with IE8.  For more information see: URL - http://reference.sitepoint.com/css/haslayout.html * /
    margin: 0; / * It is advisable to zero, the margin and the filling of the body to hold element has a different default browser * /.
    padding: 0;
    text-align: center; / * This allows the centering of the container and overcomes an inherent bug in IE 5 * /.
    Color: #000000;
    list-style-image: none;
    background-color: #FCFCFC;

    }

    H1, h2, h3, h4, h5, h6 {}

    color: #000066;

    }

    a: link {}
    color: #151A 96.
    text-decoration: underline;
    }
    a: visited {}
    text-decoration: underline;
    color: #1B8DCD;
    }
    a: hover {}
    text-decoration: none;
    color: #F30A0A;
    }
    a: active {}
    text-decoration: underline;
    color: #151A 96.
    }

    #container {}
    Width: 960px;
    margin: 0 auto; / * margins (in conjunction with a width) auto Center the page * /.
    text-align: left; / * This setting overrides the text-align: center on the body element. */
    background-image:
    URL (.. / ACLCO%20Graphics%20-%20Web%20site%20Parts/Website%20Midsection%20_960.png);
    background-repeat: repeat-y;
    }

    #header {}
    padding: 0;  / * This filling is the alignment to the left of the items in the div that appear below. If an image is used in the #header instead of text, you can remove the padding. */

    Width: 960px;
    height: 332px;
    background-image:
    URL (.. / ACLCO%20Graphics%20-%20Web%20site%20Parts/Website%20Header_960.png);
    background-repeat: repeat no.;
    }


    #header h1 {}

    margin-right: 0px; / * zero setting of the margin of the last element in the #header div tag will prevent the collapse of margin - inexplicable space between divs. If the div has a border around it, this isn't necessary, which also allows to avoid the collapse of margin * /.
    padding: 0; / * padding instead of margin will allow you to keep the edges of the div element * /.
    display: none;

    }

    #header img {}
    display: none;
    }

    {#Main_nav_contents}
    padding: 0;
    margin-top: 0px;
    height: 39px;
    Width: 950px;
    padding-top: 275px;
    padding-left: 39px;
    z index: 3;

    }

    {#MenuBarVertical}
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 200px;
    padding-left: 15px;
    padding-right: 15px;

    }


    {.mainContent_left}
    margin: 0; / on this div element right margin creates the column on the right side of the page - no matter how content div the sidebar1″ contains, the space of the columns will remain. You can remove this line if you want the #mainContent div text to fill the space of #sidebar1 when the content of #sidebar1 is complete. */
    padding-left: 30px;
    padding-right: 20px; / * Remember that the fill is space inside the box of div and margin is the space outside the div box * /.
    Width: 600px;
    float: left;
    }


    {.sidebar_right}
    float: right; / * because this element is floating, it takes a width * /.
    Width: 270px; / actual width of this div, in browsers comply with the standards, or the standard mode of Internet Explorer includes the padding and border in addition to width * /.
    top of the margin: 30px;
    margin-left: 0;
    margin-right: 10px;
    font-size: 90%;

    }

    {.mainContent_right}
    margin-left: 10px;
    padding-left: 30px;
    padding-right: 20px;
    Width: 600px;
    float: right;

    }

    {.sidebar_left}
    float: left; / * because this element is floating, it takes a width * /.
    Width: 270px; / actual width of this div, in browsers comply with the standards, or the standard mode of Internet Explorer includes the padding and border in addition to width * /.
    top of the margin: 30px;
    margin-left: 30px;
    margin-right: 0;
    overflow: hidden;
    font-size: 90%;

    }

    {.main_content_centered}
    Width: 650px;
    margin left: 155px;

    }

    {.main_content_centered_header}
    margin left: 75px;


    }

    {.sidebar_textbox}
    margin: 0px;
    Width: 260px;
    padding: 2px;
    }


    {.sidebar_textbox_header}

    Width: 255px;
    height: 58px;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/portrait%20Textbox%20he ader.png);

    }

    {.sidebar_textbox_background_middle}

    Width: 255px;
    padding-top: 12px;
    padding-bottom: 10px;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/portrait%20Textbox%20Mi ddle.png);
    background-repeat: repeat-y;
    }

    {.sidebar_textbox_content}
    / * The width and filling are fixed as follows to reflect the quirks in the rendering of the browser while ensuring that the text is contained in the background of the text box * /.

    Width: 230px;
    padding-left: 20px;
    padding-right: 40px;
    }

    {.sidebar_textbox_footer}

    Width: 255px;
    height: 64px;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/portrait%20Textbox%20Foo ter.png);

    }

    #issues_menu a: link {}
    color: #151A 96.
    text-decoration: none;
    make-weight: bold;

    }


    #issues_menu a: visited {}
    color: #151A 96.
    make-weight: bold;
    text-decoration: none;

    }

    #issues_menu a: hover {}
    color: #F30A0A;
    make-weight: bold;
    make-style: oblique;
    text-decoration: none;

    }

    #issues_menu a: active {}
    color: #151A 96.
    make-weight: bold;
    text-decoration: none;

    }

    {#archives}
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 0px;

    }

    {.landscape_textbox}
    Width: 500px;
    margin-right: 0px;
    margin left: 30px;
    padding-top: 35px;.
    padding-bottom: 25px;
    make-style: normal;
    make-weight: normal;

    }

    {.landscape_textbox_hdr}

    Width: 500px;
    height: 38px;
    margin: auto;
    padding: 0;
    background-image:
    URL (.. / ACLCO%20Graphics%20-%20Web%20site%20Parts/Landscape%20Textbox%20Header.png);

    }

    {.landscape_textbox_middle}

    Width: auto;
    margin: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/landscapte%20Textbox%20 Middle.png);
    background-repeat: repeat-y;

    }

    {.landscape_textbox_content}

    Width: 450px;
    Padding: 25px;
    }

    {.landscape_textbox_ftr}

    Width: 500px;
    height: 44px;
    margin: auto;
    padding: 0;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/Landscape%20Textbox%20F ooter.png);

    }


    #footer {}
    padding: 0; / * This filling is the alignment to the left of the items in the div that appear above him. */
    Width: 960px;
    height: 222px;
    background-image:
    URL (.. / ACLCO%20Graphics%20-%20Web%20site%20Parts/Website%20Footer%20_960.png);
    background-repeat: repeat no.;

    }

    #footer p {}
    margin: 0px; / * zero setting the margins of the first element in the footer will avoid the possibility of the collapse of the margin - a space between the div tags * /.
    padding: 0px; / * padding on that element will create space, just as it would the margin, free margin collapse question * /.
    text-align: center;
    margin-left: 50px;
    right margin: 50px;
    padding: 10px;
    font size: small;
    }

    #footer h5 {}

    text-align: center;

    }

    .fltrt {/ * this class can be used to float right to the item in your page.} The floating element must precede the element it should be next to the page. */
    float: right;
    left margin: 8px;
    }
    .fltlft {/ * this class can be used to float an element on your page to the left * /}
    float: left;
    right margin: 8px;
    }
    .clearfloat {/ * this class must be placed on an element div or break and should be the last item before closing a container should completely contain a float * /}
    Clear: both;
    height: 0;
    font size: 1px;
    line-height: 0px;
    }


    {.dropcap}
    display: block;
    float: left;
    line-height: 80%;
    font size: 250%;
    make-weight: bolder;
    color: #000066;
    Padding: .1em .03em 0 0;
    }

    {.red_arrows}
    list-style-position: outside;
    list-style-image: url (.. / ACLCO%20Graphics%20-%20Web%20site%20Parts/Arrow%20Large.png);
    }

    {.blue_bullets}
    list-style-position: outside;
    list-style-image: url (.. / ACLCO%20Graphics%20-%20Web%20site%20Parts/Bullet%20Medium%20Full.png);
    }

    attention {}
    color: #F30A0A;
    font-size: x-large;
    do-family: Georgia, "Times New Roman", Times, serif;
    make-style: italic;
    Police-weight: 900;
    }

    {.attention_small}
    color: #F30A0A;
    font size: large;
    do-family: Georgia, "Times New Roman", Times, serif;
    make-style: italic;
    Police-weight: 900;
    }

    .table {}
    table-layout: fixed;

    }
    . Blue {}
    Color: #00F;
    }
    #container .mainContent_left p .blue {}
    color: #0303A 0;
    }

    Hello Steve

    Well, I checked your page in IE6 and it seems to work fine for me except that here seemes to be a little space between

  • items that may be due to lack of support of .png?  In other words, if there is a little transparency on the edge of the chart?  Maybe it's more a shot in the water on my part!

    Now my suggestion to you would be to mark this thread as closed/replied and after again with just the link to the page and your question.  Short is sweet.

    Martin

  • Spry menu bar and Style sheets

    Dreamweaver CS6:

       

    I insert a Spry menu bar in a .dwt file model.

    .dwt file seems functional in Live View mode and the Spry menu bar behaves as expected.   I save the .dwt file and then create a new .dwt file .html page.

    The new .html page appears in Design view, but when I switch to Live View there is no visible style.  Content is present, but it is as if the stylesheet has been turned off.   Both the general style of the page and the Spry menu bar are missing.  Even when the page is downloaded.

    The general page style sheet is in the folder of css and Spry worksheet menu bar is located in the SpryAssets folder.   The references in the page coding for style sheets look correct.

    Advice appreciated please.

    Ok.  In your model, change this:

    Index<p class="reply"> <p class="reply">to do this:</p> <p class="reply"><!-- TemplateBeginEditable name="doctitle" --></p> <p class="reply"><title>Index

    And this:

    to all this:

    Save the model.  Now try to generate a new page of the child.

    Nancy O.

  • MENU BAR IS ALL BLACK AND CAN NOT READ THE OPTIONS?

    I loaded a new mozilla firefox after problems with the old, after that I loaded a new menu bar is all black and none of my old favourites are there? It of like the bottom of the screen is black and the options (file editing history bookmarks tools and support) are also black.

    Hello

    Thanks for the reply, Yes when I disable hardware acceleration, the problem goes away.

    If I think that I put the finger on the problem of new video drivers, probably the intel hd 3000 or ATI's new drivers.

    There is this problem when I have the BIOS for the graphics card the 'dynamic' value, same problem with the latest Kazaa Codecs Pack. with this on the dynamics, there is a strange green frame at the beginning of the .mkv (DXVA) movies, if I have the value fixed, it seems normal.

    and what about the FF issue, IE9 is also same behavior with black, in this case, black menus on the home page of search engines...

    Thanks anyway
    Gabrio

  • Spry menu bar is not properly displayed in Internet Explorer.

    Hello. I just got a new computer at work, and so I had to reinstall Dreamweaver CS6. Now my spry menu bar I have in a model is all disfigured. Instead of "horizontal", it's categories listed vertically and with no style. I tried messing around with turn styles, but the problem is that the spry menu bar seems well in Dreamweaver. I can provide the code if necessary. Let me know how you want to display. Thank you very kindly in advance.

    Hi Nancy,.

    I thought about it. The error was in my site definition. I had a mistake in "web URL".
    What can make a difference of two points.

    Thank you.

  • Spry menu bar does not not on Web site

    Hey guys,.

    I'm currently edit a Web site so that it has a large menus spry horizontal bar on the home page and once you go to other pages there is a small bar of menus spry as a header. For this I created for files .css, for the greater the file CSS is called sections and the css in the header of the smallest file is called SpryMenuBar1.css. I downloaded the current Spry folder on my remote server and a test html just to see if it works. For some reason but it does not work? In DW on Live View and preview in Chrome and IE work perfectly well for both the largest and most small Spry menu bar. Keep in mind that I'm working on a local server in DW. Test html code is http://www.soccerexperience.com/cover_flow_test.html. On this page, I've included the smaller Spry menu bar. I have not really tested yet my home page. Could you please help me shed some light on this problem? I'm pretty new to the website editing so if your answer could be clear would be great.

    Thanks in advance

    Your menu bar does not work because SpryMenuBar.js has not been uploaded to the server, or if it has, it's in the wrong place.

  • Spry menu bar does not refresh when published

    I am building a webpage in dreamweaver, however a model.

    for some reason, it won't change the spry menu bar to update changes made to the links on this subject.

    that as well as the links do not work on the site (I downloaded on a test site).

    I don't know if it's the same problem.

    I changed the site to document links.

    I also checked the codes http://validator.w3.org/check and http://jigsaw.w3.org/css-validator/ .

    I also read that link, and it did not help me http://helpx.adobe.com/dreamweaver/kb/paths-dreamweaver-templates.html .

    Can someone please!

    Thank you

    There are several problems I see immediately in this TEST file:

    1. first of all, there is clearly a problem with your site definition for a number of your links is ill-formed.

    ("File:///" link should never happen - see the link corresponding to your second file)

    also -.

  • On Jan Kardys
  • Resources

    • Education connection
    • Note that the first link is broken which suggests that DW think the file is outside the folder root of the site, while the second link is a link from the normal root.

      2. your links in the two pages are two ABSOLUTES, or links RELATED to ROOT links.  Why don't you use a simple document relative links?  Styles of link, you use both will make you problems in maintaining or creating your pages.

      3. your menu is an editable model.  Therefore, changes made to the model in this region will never spread child pages.  It's only the changes made to regions not editable from the template file that will apply to the child pages.

  • W centering Spry menu bar / left + right, but not in the bar area?

    Hi - I am in Dreamweaver 5, trying to focus a Spry menu bar (from model column 1, header / footer) and put a margin, or equal space on the left and right of the full menus bar, but don't not spacing between the individual elements of the bar.  Can anyone let me know where I could adjust in the Spry Menu Bar Style sheets, or if it is possible?

    Thank you very much!

    It would be good to see the code and css, but yes, you will need to insert the menu

      in its own container and the container of the give a specific width.

      What makes the working solution I provided is margin: 0 auto; Located on the ul for the menu css. This centers the

        in its container.

        Just tested and it does not really matter if the

          is in a container fixed to a width specific because thethe page will act as its parent container... so, you must have the css not adjusted upwards.

          I'm about to leave my office for the night... but I'm sure someone else will help you solve the problem... they need to see your code and css.

Maybe you are looking for

  • Satellite L50-B-1FU - Windows upgrade to Windows 10 8.1

    I am trying to upgrade windows to Windows 10 8.1 using the windows update tool. When he controls it stops, then a popup says "windows 10 could not be installed, we couldn't update system reserved partition." The laptop is a Toshiba Satellite L50-B-1F

  • password on 2450-201

    Hi everyone, on my laptop was installed so password every time when I start I to fill it, but now I can't use the password but I don't ' know how to do. I tried to get into the Bios but I can't (using the work of did'n of F8 and Del key). Can someone

  • How is it, my battery is slow to reload?

    I have an Acer Iconia 8 tablet, and I noticed that it takes an awefully much time to recharge the battery, even when it's on airplane mode. I ususally let the battery go to 5% and then plug it in.  It seems that it takes days to recharge. All solutio

  • Problem with Vista Restart the sequence.

    I am running Vista 32 bit and had to reinstall it.  Now when it restarts, it stops until I have pressing F1.  Any help to solve this problem is appreciated.

  • How can I get my HP 7310 to print completely wireless (w/out Ethernet cable)?

    I managed to install my HP 7310 printer to my router wireless using an Ethernet cable.  However, I'd rather have my printer HP 7310 connected to my network completely wireless, i.e. without the need for a long cable to my printer connected to the wir