Spry ver.menu bar twisted in Internet Explorer.

His mercy a newb sad and frustrated. The site is UroNV.com. Not all menu items still work. Everything works as expected in Firefox, but the menu moves to the middle of the page in ie. Look very professional! :) What I read in other posts, my guess is that it's SpryMenuBarVertical.css, but I can't figure it out... any help will be greatly appreciated.

Djinn wrote:

> I did not Spry but you can try to change your rule for mine...
>
> ul. MenuBarVertical a {}
> margin: 0px;
> padding: 0px;
> list-style-type: none;
> font size: 98%;
> cursor: default;
> width: auto;
> float: left;
> }

You can also change this - which will make the submenu align better in
IE6/7

UL. MenuBarVertical ul. {MenuBarSubmenuVisible}
left: 0px;
Width: 130px;
}

--
Chin chin
Sinclair

Tags: Dreamweaver

Similar Questions

  • toolbars and the menu bar lost got internet Explorer rather

    Ive lost my menu bar Ive lost my toolbar that included Facebook and Hotmail Favorites and I seem to t6i winning Internet Explorer (which I don't) as my delete button does not work thanks in advance for any help. I've tried everything

    On Saturday, April 7, 2012 19:40:47 + 0000, susanstait wrote:

    I typed in a question in Google and made a mistake, normally I can delete and srtart once again, but its not working now.  My computer is a freedom zoostorm windows xp, only the toolbar simply disappeared and I can't get back or start my menu. Ive tried several things from microsoft, but nothing works M that daughter is in Australia and I need that my laptop desperately thanks for any help you can give

    You always tell us what program of the toolbar that you ask
    is about. Internet Explorer? Firefox? Maxthon? Safari? Something
    on the other?

    Or maybe when you say "toolbar", you mean the 'taskbar '. Is it
    It?

    Ken Blake, Microsoft MVP

  • can I use smartprint with Bing bar and or internet explore?

    Can I use smartprint without Bing bar and or internet explore? I'm not a fan of Microsoft explore and I don't want Bing on my computer. I do not or another program.

    I prefer other options like Firefox, slim browser and other. I also don't use toolbars.

    Sorry, no.  Current smartprint stuff requires IE and the Bing toolbar.

  • Spry Bar Menu alignment issue in Internet Explorer

    Problem:

    1. The submenu under the second menu item 'works' right in Internet Explorer.  It seems to be fine in Safari, FireFox and Chrome.  Do not see what I am doing wrong.
    2. When the main menu item is selected, I would like the background color of the selected menu item to be a different shade of gray (#575757) to indicate that it has been selected.  Where is that change go?

    I would be grateful for your help!

    Site: http://deborahkapoor.com/ 

    Code:


    @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: 100%;

    cursor: default;

    Width: auto;

    }

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

    cursor: pointer;

    Width: 130px;

    float: 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

    {

    padding: 0;

    list-style-type: none;

    do-size: 90%;

    z index: 1020;

    cursor: default;

    Width: 8.2em;

    position: absolute;

    left:-1000em;

    margin: 0 0 0 15%;

    }

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

    }

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

    UL. MenuBarHorizontal a

    {

    display: block;

    cursor: pointer;

    background-color: #474747;

    Padding: 0.5em 0.75em;

    color: #FFF;

    text-decoration: none;

    }

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

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

    {

    background-color: #777777;

    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: #777777;

    color: #FFF;

    }

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

    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%;

    text-align: left;

    }

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

    }

    }

    Your suggestion works by fixing the gross misalignment in IE, but it removes the indentation I got in there and I wish that the submenu agree.  Any way to integrate the two.

    Add and adjust the value on

    UL. MenuBarHorizontal ul a {}

    left margin: 20px;

    }

    In addition, if you could advise on the background color of the selected menu option, I'd appreciate it.

    Add and adjust them according to

    UL. MenuBarHorizontal .activeMenuItem a {}

    background: #a59a84! important;

    color: #ffffff! important;

    }

    Don't forget ! important as this will override any changes made by the JS

    Then add on the corresponding page class as per

  • | Homepage
  • GRAMPS

  • menu bar horizontal Spry does not work properly in Internet Explorer

    Here is the link to my website: www.ees-energy.com

    Check it in IE, it does not work well. Works fine in Chrome and Firefox. Please let know hwo to fix this in Internet Explorer, because a lot of people still use IE

    Thank you

    Obaid

    Using IE Tester that worked for me in the 6 and 7.

    What problems are you seeing?

    Martin

  • Menu Spry, problems with background images in Internet Explorer

    Hello

    Looking for help from someone more qualified than me with some menus spry.  I have problems with background images don't show is not for some of my items menu in Internet Explorer.  Safari and firefox seem to accept it's ok.

    Here is a link to the menu: http://www.scottbrownwebdesign.com/beta/HTML/index.html

    and here is a link to the spry .css: http://www.scottbrownwebdesign.com/beta/HTML/SpryAssets/SpryMenuBarHorizontal.CSS

    I know that these are the elements that have the drop down or the side of the arrows.  I can't have two background images that I can?

    Thanks in advance,

    -Scott

    My first thought...

                         display: inline;          f\loat: left;          background: #FFF;
    
    Try declaring the background-image here as well... where it says not to mess with unless you know what you are doing.
    
    I'm just guessing though. If I had more time I'd look into it further but I do not.
    
  • Spry navigation menu bar

    Hello

    I have a model downloaded from a Web site, that I am editing in dreamweaver. Because menus are already created, I tried to add a spry navigation menu to one of them. Now, I placed the cursor where I need the navigation menu, I chose, insert > spry > bar menus spry now I get a message "dreamweaver does not insert a menu bar in a list.please insert it somewhere else"

    I think that the problem lies in the menu bar that is already created? are there ways I can create the navigation bar on the same menu that is already created, because it is very convinient as it is already made.please help.

    Thank you

    Ayaz,

    I'd say you're better to remove the old menu and replace it entirely with the new Spry Menu :-)

    I think it would be too difficult to try to integrate the two - unless you are very familiar with CSS and Spry.

    --

    Nadia

    Adobe® Expert community: Dreamweaver

    http://Twitter.com/nadiap

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

    Unique templates CSS | Tutorials | SEO articles

    http://www.DreamweaverResources.com

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

    Book: Ultimate CSS reference

    http://www.SitePoint.com/launch/005dfd4/3/133

  • SPRY Vertical menu bar and the Opera browser

    WARNING: This question contains elements of English grammar. Please read no further if you feel challenged by the English language.

    QUESTION: How one preventing a collection of submenus to detach their respective section and the window of the document to the drift?

    The TRIGGERING factor: this phenomenon occurs after clicked the menu item which contains the submenus and submenus are occurred.

    Background: I inserted a menu bar vertical SPRY as a SPRY accordion in a model Dreamweaver. The above problem occurs when I changed the default Panel of my accordion SPRY from zero to one non-negative integer other than zero. Like the SPRY, SPRY Accordion menus bar are two completely different objects, I'm baffled by this accident.

    USEFUL TIP: This phenomenon does not occur in (3.0.5) FF or Safari (3.2.1). I would like to say that it is only in the opera (9.63), but as a user of Leopard without Windows installed, I have no way to test it in IE. What is happening in other versions of these browsers, I don't know.

    SOLUTION: This is not an elegant solution, but the detachment and drift problems disappear when an empty paragraph tag is inserted between the main content div tag and the tag menu bar ul. Control of browser compatibility for FF, Opera and Safari translates into zero errors.

    It took a few tries, but my intuition on the physical proximity of the menu bar and SPRY accordion may have been right. In any case, it is this assumption that led to this solution.

    REQUEST: now that we have a viable solution, maybe someone with more knowledge can find an elegant formula.

    PREVIOUS CODE


    bla
    bla
    bla

    CODE FIX



    bla
    bla
    bla

  • Drop-down menu came not in internet explore

    Hello

    I have created a Web site drop-down list came not on mouseover internet explore, works fine in safari, firefox.

    Please help me Weblink

    Try wmode = "transparent" for the second flash movie like you did with the first flash movie.

    GRAMPS

  • Spry works does not properly in Internet Explorer (again!)

    Hello everyone,

    I put several bars of menus vertical spry on my page, they work as expected on all major browsers except IE: S.. .as usual. When you go to the page on another browser, you will see the sub-menus to overlap the other menus spry, but when you go through IE that they do not overlap rather submenus are the menus other spry. I have tried many things to resolve the situation in the present case, but all were considered as empty :|

    http://Bonzo.bonzoline.com/

    I'd appreciate any help any of you guys, can't wait for you answer (s). See you soon!

    Kamil

    I guess you didn't look at the code I gave you; your document is still a mess and you neglected the most important part. That's all I want to say.

    To solve your problem add the following line just above the tag

    
    

    GRAMPS

  • 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.

  • I lost my menu, bars etc at the top of the page.

    Original title : I lost my menu, bars etc at the top of the page. How can I restore them? statusWe'll get answers

    Without the bars above, I can't do anything, like printing a document, set one upward, etc..  I must have pushed a wrong button that sent these bars in hiding or deleted.

    1, if you meant the menu bar in Internet Explorer

    Right click on the space where the menu bar is supposed to be > check the menu bar.

    That's all.

    2. If you hear the menu bar on any Windows Explorer such as Documents, pictures, music etc.

    Open one of those top-level > click on organize > click on layout > check the menu bar.

  • Hi how to remove add on toolbars that run in internet explorer, they slow down the computer all the time.

    Hi fix it Center told me that I have a large number of add on runing bar tools in internet explore, so its slowing my computer to a standstill. could someone tell me how to remove these from my computer please.

    yours faithfully rugbyfan sp.

    You should be able to remove from Add/Remove programs in the control panel.

    Or, you can open IE > view > toolbars > uncheck the toolbar you do not want to display.

  • Still problems with Spy Menu Bar customization

    Hello

    Hope you are well.

    I've posted previously about it, but still did not yet resolved.

    If you go to http://www.misteratm.com you will see that I have created a spry menu bar.

    The size of the div (with a gray bkd.) it is on the inside is very well, but as you can see the spry

    menu bar itself goes past (on the right side), 150 px width I want there.

    How can I make the width of the spry menu bar so that the entire menu bar is 150px in

    width and it aligns with the right edge of the div gray?

    Thanks a lot for your help!

    Just look at the SpryMenuBarVertical.css styles. There are three rules in there that set on 190px width:

    In the section layout information

    UL. MenuBarVertical

    UL. MenuBarVertical li

    Also in the design information section:

    UL. MenuBarVertical

    Delete these rules, and the menu displays the way you want.

  • Vertical menu bar Spry works only in Internet Explorer

    I have a simple (I think) menu bar vertical Spry in my site that works fine in all browsers except - you guessed Internet Explorer.  One of the sub-items moves just above a menu item main when he earned the favor (it's a real verb LOL); so, you can't really even click on that element of particular main menu...  Here is the website: www.meridianwaterfiltration.com

    Any help would be appreicated!

    Add/Edit the following

    UL. MenuBarVertical a {}

    Width: 10em;

    }

    GRAMPS

Maybe you are looking for