SPRY Horizontal Submenu Appearing in Top Left in IE

Hi -
I've read through almost every post relating to SPRY
Horizontal Submenu issues in IE - and have done a number of things
- including upgrading to 1.6. However - nothing seems to work and
I'm at wits end. Can someone please help? The page to reference is:
www.bswiftdesign.com/millennium/claimants/index.html
The drop down menu is under "Structured Settlements". I
really appreciate anyones help!

Hi bswiftdesign,
It looks like you are trying to center menu items in the
menubar and submenus. Have you seen these samples?
http://labs.adobe.com/technologies/spry/samples/menubar/CenteringHorizontalMenuBarSample.h tml
http://labs.adobe.com/technologies/spry/samples/menubar/AutoWidthHorizontalMenuBarSample.h tml
--== Kin ==--

Similar Messages

  • The spry horizontal submenu appear on top of screen in IE

    why is it that in IE the spry submenu is opened on the top of the screen and not below the menu and how can this be fixed...i have used dreamweaver  CS3 and found this to be a major issue but cannot find an answer to it?

    In its original form, that is straight out of the box and
    unadulterated, the SpryMenuBar is a very well behaved animal. It is
    only when a budding web developer starts to mistreat it, it will rear
    its ugly head.
    So
    the answer to YOUR major issue is kill this version of SpryMenuBar off
    and start again with a new version. This time make your changes where
    you can can see them and keep track of them, meanwhile testing your
    markup in your favourite (IE) browser at each step.
    I hope this helps.
    Ben
    Yes I did... but not without your help! Thank you for looking and your response! I did exactly what you said and then some.
    I created a new directory with a test html and a new SpryMenuBar and SpryAssets sub-directory. Then I opened up the original version of the SpryMenuBarHorizontal.css file and began to compare it side by side with my already customized SpryMenuBarHorizontal.css by cascading the two windows vertically within DW-CS3... got that idea here I think too...
    This way I could see my mistakes and eventually "fix" what went wrong.
    One thing extra I had to do was add a new property ( min-height: 30px; ) to the "... a" rule that accommodated for IE7 and down as well as IE8 "Compatibility View" (which was forcing itself to run when I visited my site ???)... the change I added kept my block display from becoming too low and allowing an unwanted transparency in the list between "Items". That's the best I can describe it... ...here is the example below.ul.MenuBarHorizontal a
        display: block;
        cursor: default;
        background-color: #EEE;
        color: #006699;
        text-decoration: none;
        line-height: 30px;
        text-indent: 10px;
        font-weight: bold;
        min-height: 30px;
    I don't know exactly where I went wrong but thanks to Ben's previous reply, I was able to put the puzzle back together again... no sweat !
    Thank you Ben, Adobe DW and Spry !!!

  • Spry Horizontal Submenu IE bug

    The Spry Horizontal submenu bar does not display correctly in
    Internet Explorer. Everything appears to be working correctly in
    Firefox.
    The Submenu on the navigation bar keep dropping down from the
    top of the browser window instead from it's corresponding parent
    menu bar.
    I've updated my Spry files to the latest versions, from
    Adobe's site. Since the submenu works correctly in Firefox, it
    makes me think this is a bug correction, not something wrong with
    the css.
    Do you have any suggestions on how to correct this? I've seen
    this question asked alot on other Dreamweaver forums.
    Thank you!!!!!!!!

    ***SOLVED***
    Hi There,
    Cheers for replying. I took a look and the labs one seemed to
    work correctly. From here, under the CSS Styles tab I selected the
    SpryMenuBarHorizontal.css group and deleted them all. I then
    cleaned out my code of the references to the menu and reinsterted
    the menu (I had this problem before updating to Version 1.6.1 from
    1.4).
    From my own error here I would suggest justice49 deletes the
    menu completely (backup first) and reinserts his/her menu. from
    here, each time a change is made, preview the menu to make sure the
    change doesn't break the menu. this worked for me. Also check that
    your spry menu is at V1.6.1. There is a forum entry about updating
    if necessary:
    UPDATING
    SPRY
    Hope this helps.

  • Last night suddenly when I right-click-view-images in firefox, they appear centered and against a black background. It's usually meant to be a white background and the image appearing at top left. How to revert it?

    I'm having trouble with something in firefox, it's quite minor but still bugs me. Last night suddenly when I right-click-view-images in firefox, they appear centered and against a black background. It's usually meant to be a white background and the image appearing at top left. I can't remember what I did to change this if it's my fault; if someone knows how to revert it I'd be thankful.

    cor-el : thanks for the pointers! I wish the solution isn't an add-on every time ... if such long-standing behaviour is going to change, the least that could be done is put in an about:config option to get back the old behaviour.

  • Red light appearing in top left corner of touchscreen

    Has anyone else experienced this problem, where intermittently, a red light edge appears in top left corner of screen?
    Doesn't always appear.....which makes me think there is a defect with the screen itself.....any thoughts?
    Solved!
    Go to Solution.

    It's the notification indicator. Swipe down from the corner to show the status bar, and you'll see an exclamation mark icon. Tap it to see the notification.
    Files & Folders, the unified file & cloud manager for PlayBook and BB10 with SkyDrive, SugarSync, Box, Dropbox, Google Drive, Google Docs. Free 3-day trial! - Jon Webb - Innovatology - Utrecht, Netherlands

  • Spry submenu displays in top left corner of page in IE

    I am new and hope someone can help solve the problem with the Spry dropdown submenu.  It's displaying in the top left corner of the page in IE instead of under the menu items, but is fine in Firefox.  I have attached an image of the problem and web address.
    http://americanhomesandgardens.com 
    Thanks

    The markup is all wrong. Have a look at the first few lines of the widget markup and compare that to what you have.
    <ul id="ipe" class="MenuBarHorizontal">
      <li><a href="index.html">Magazine Cover </a></li>
      <li><a href="History.html" class="MenuBarItemSubmenu">Company Information</a>
        <ul>
          <li><a href="History.html">Company History</a></li>
          <li><a href="Privacy Policy.html">Privacy Policy</a></li>
          <li><a href="Website Security.html">Website Security</a></li>
          <li><a href="Financial Transactions.html">Financial Transactions</a></li>
          <li><a href="Terms of Service.html">Terms of Service</a></li>
        </ul>
      </li>
    Gramps

  • Spry horizontal submenu does not hide in IE

    My spry horizontal submenus stay displayed in IE. What should
    I do.
    I am using vista with DW cs3.
    James

    Without seeing what has been changed it is hard to say. One
    suggestion I can make without seeing the code is to make sure your
    Spry is up-to-date. To find out your current Spry version, look at
    the SpryMenuBarHorizontal.css file in the SpryAssets folder. At the
    top it will say "SpryMenuBarHorizontal.css - version 0.# - Spry
    Pre-Release 1.#.#"
    If you are not running version 0.6; Pre-release 1.6.1 then
    you are not using the latest version. If this is the case head to
    the site below which is the official Spry website. There you will
    find a link to the official Spry forums as well as the Spry updater
    package. Inside this package is a bunch of samples, demos and an
    Extension. Install the extension and then re-start DW. Once
    restarted, under the Sites menu you will see a new option to Update
    Spry. Click on this and your Spry will be updated to the latest
    version.
    If you are still having issues after doing this you will need
    to post either a link to your page or the code from your page so we
    can see what you have modified to the Spry script.

  • Grey Question mark appeared at top left of all windowws

    There has suddenly appeared a large grey question mark at the top left of all windows, for example,the main HD window and all the folder windows.
    The finder text font is also different to how it was before.
    I thought upgrading to Leopard might have fixed it but it is still there.
    Any ideas?
    Thanks everyone.

    Buckminster, welcome to Apple Discussions.
    I note that you are using Leopard on a Powerbook G4. This forum is for G4 desktops. You are more likely to get an answer if you post in the Leopard 10.5 forum @ http://discussions.apple.com/category.jspa?categoryID=235
     Cheers, Tom

  • Mucow appears in top left of page

    hi, whenever i add my much to a blank page, it automatically appears on the top left of the preview page. How can i get it to appear where i place it on the page.
    Thanks,
    Daniel

    Not sure if this is the case, but it sounds like you might be putting your CDATA between bodyHTML tags rather than pageItemHTML tags. Could that be the case? Good luck!

  • Weird mark appeared on top left of body

    I've noticed a line appear on the body of my mbp, its on the top left of the unibody, just above where the mic is, parallel (perfectly as far as i can see) to the top edge.
    I have no idea where this mark has come from but it seems to have gotten bigger since i first noticed it (about an inch and a half/2inches now)
    anyone have this problem/know what is causing it?
    i can try take a pic and upload it if that will help?

    This issue can be caused by an extension that isn't working properly.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You have quite a few extensions installed, so this may be difficult to track down.

  • Spry Horizontal Submenu Bar Issues in IE6

    Hey there,
    I've been struggling with this issue for a while now, and I was hoping that I might be able to get a little help from the community to resolve it.  I've built a site which looks absolutely fine in all browsers except for Internet Explorer 6.  In IE6, the sub menu bars jump around all over the place for no apparent reason, and I can't figure out why...  The site in question is www.flexyoffice.co.uk. 
    Now, in most browsers, the submenu appears above the menu bar.  This was my intention.  Unfortunately, in IE6, if you hover over a menu item containing a sub menu, the submenu will either appear over the menu item, below the menu item, or next to the menu item.  Additionally, once you try to actually hover over the sub menu, the sub menu itself moves, leaving the user to chase the submenu around the page in pursuit... Not ideal...!  Looking at the page in IE 6, it almost seems as if the submenu opens up to the right of the menu bar, which results in everything else being thrown out.  I could be wrong though.
    I'm relatively new to these forums, so if there is any specific information which I can provide which would possibly help to identify the issue, please do let me know.  If there are any suggestions out there that are worth giving a go, I would really appreciate any thoughts that you may have.
    Thanks very much guys,
    Chris

    Hi Chris,
    I tried your page in IE6 and it crashed the browser! To be honest, most people should have upgraded from IE6 ages ago, I was redirected to MS website to upgrade the second time I started the browser.
    As I couldn't even get the page to load, I can't suggest what could be wrong.
    One thing I did notice wrong that made your menus appear jumpy at first was that you are not preloading the images needed to display the menu bars.
    you have the Javascript function in the correct place - function MM_preloadImages() {
    But you have not selected to preload any images in the body tag.
    Should look something like this -
    <body onload="MM_preloadImages('images/buttons/contactOver.gif','images/buttons/aboutOver.gif', 'images/buttons/loginOver.gif','images/buttons/case_studiesOver.gif','images/buttons/newsO ver.gif','images/buttons/fundingOver.gif','images/buttons/eventsOver.gif','images/buttons/ homeOver.gif')">
    These are obviously not the images you want to preload (taken from one of my sites), replace the images with the images used in your menu and your menu will operate much smoother as the images will be ready to use.
    Hope this helps (a little!)
    Chris

  • Spry Horizontal Submenu Positioning

    I created a spry horizontal menu. my submenus are positioned
    differently depending on if it is viewed in IE or Firefox. is this
    normal and is there a fix?
    edit: what i wanted was my horizontal menu to stretch accross
    my entire page so i changed the default width of the menus from
    8.2ems to 12.5ems. that is when the display position went all
    screwy on me. the only way to change the position was to edit the
    ul.MenuBarHorizontal.ul ul margin values. no matter what i try the
    submenus position is different between browsers.

    Normally the submenus should be positioned the same way in
    both IE and Firefox.
    I don't think that the solution you tried (extending the
    width of the submenus) will do what you want - extending the menu
    to the page width.
    It is better to take a look first at these
    samples
    If you still have problems, please provide an URL with a
    sample page, what are you exactly trying to do, and on what browser
    versions have you tested.

  • Black streak appearing on top left

    I have a slight black line on the top left of my iMac 21.5" screen. It looks like there is something pushing up against the screen. never noticed it until yesterday and now I can't stop looking at it. Also have tried to wipe the screen and it is not a cosmetic. Does not come across too good in the photos but trust me it's a lot more visible in person. Does AppleCare cover this?
    http://a.imageshack.us/img153/4104/screenshot20100908at615.png
    http://a.imageshack.us/img689/9192/screenshot20100908at616.png
    Message was edited by: grimm24

    LCD panels have problems with something called image persistence, which is a little like burn in on a CRT, except it happens a lot faster in an LCD, and it also goes away after a short while. It looks like you may have had an area of dark content displaying there for a few minutes and now against neutral colors the persistence is showing through. Try opening a blank page in Safari or TextEdit and maximizing it for a few minutes and see if you still see the black area.
    Also you may take a look at this Apple Support Article:
    http://support.apple.com/kb/HT2807
    If this doesn't fix your image problem, by all means, Apple should cover the cost of installing a new LCD as this should be considered a defect.
    Regards,
    -Ryan

  • HT1937 no sim appears on top left of my iPhone 3gs ,can't make or receive calls today but could yesterday , help  explain  ? ?

    No sim appears on top of screen on my iphone 3gs ,cant make or receive calls today but could yesterday . Seem to able to do most other things on phone though , cant explain whats happened . iI received phone from my cousin lately and all my contacts are on iphone but had it turned off and on again but  no sim appears on screen . . . HELP

    Hi thanks for reply but tried  new sim today to no avail

  • No SIM just started to appear in top left corner

    I've been getting the message No SIM in the top left corner of my phone. I tried restarting and resetting the phone, its also give me the no sim card installed message after i turn the phone back on from being powered off.  Any suggestions?  I tried some troubleshooting techniques (removing and then putting back in the sim card) from the apple page, but that didn't work.

    Go to the Apple menu > System Preferences. Click on the icon for Accessibility. When the Accessibility pane opens, scroll down the left side pane to see the Keyboard icon. Select it. On the right top side of the Accessibility pane, uncheck Enable Sticky Keys.
    MtD

Maybe you are looking for