Spry Navigation Mac vs Win

Created Spry menu bar. works fine on Mac/Safari. On Win XP/IE
7 it works but looks bad- the length of each box differs based on
text length. Have been told, text within the boxes does not show in
IE6. Help.

While I have fixed the box width issue, I continue to have
problems here. My menu worked perfect on the Mac OS/Safari and
FireFox, but fails on Win IE7 and IE6. The 2nd level menus are not
aligned with the 1st level parent. It is clearly something I did-
because if I build a fresh menu without any custom to the CSS , it
works as it should and parent/child are all properly aligned.
But how to find what I did that messes it up, except to try
and rebuild testing at each change to the CSS?
I ran the CSS through the W3C CSS Validator, but unclear how-
now that I have those errors to find them and fix them in my
CSS.

Similar Messages

  • Place spry navigation on top of an image?

    I have an image on the side of my web page that I am
    building. I want to place a spry navigation bar on top of this
    image but I can't figure out how to position it correctly. Can
    anyone give me a hint? I'm using CS3 on a Mac.
    Thanks,
    Lou

    Is there any way we can see your website? Fishing around in the dark is not a good way to give advice.
    I should also mention that the "slicing Photoshop files" method of website building is probably not the way we build websites anymore, if I understand where you are coming from.
    Generally speaking, if you have an image in the background set up in your style sheet, you should be able to put things on top of that image.
    So, let's say we have a div and I'm going to call it "player." We may want to have more than one player on a page, so we'll give it a class:
    CSS:
    .player {
         background-image: url("/path/myimage.jpg");
    HTML:
    <div class="player">
    <audio controls>
      <source src="/path/myaudio.ogg" type="audio/ogg">
      <source src="/path/myaudio.mp3" type="audio/mpeg">
    Your browser does not support the audio element.
    </audio>
    </div>
    Now, what I have done here is to create an HTML5 Audio player. The web page with the audio must be HTML5. And you will probably need to edit your .htaccess file to include the following:
    AddType audio/ogg .oga
    AddType video/ogg .ogv
    AddType application/ogg .ogg
    AddHandler application-ogg .ogg .ogv .oga
    If you don't know how to edit an .htaccsss file, you should be able to add those MIME types in your host's Control Panel.
    The way you declare an HTML5 document is to start the document with:
    <!DOCTYPE HTML>
    <html>
    This would be before you start your <head> region.
    But I must warn you, I'm offering all of this with a great deal of trepidation. I believe you're putting together a website using tables and inline code for things like backgrounds and such. Modern web design does not use tables to format web pages.
    Without looking at what you're doing, there is a very big limit as to how I can advise you.
    -Mark

  • After i install window 8.1, i can't see window icon in my start up disk, i see only mac icon 10.10, but i can see both mac and win icon in my window boot camp control. i want to see window icon in my mac Yosemite 10.10.2,system preference, start up disk

    After i install window 8.1, i can't see window icon in my start up disk, i see only mac icon 10.10, but i can see both mac and win icon in my window boot camp control. i want to see window icon in my mac Yosemite 10.10.2,system preference, start up disk.

    Third-party NTFS software interferes with the Apple NTFS drivers, which control whether you can see the Bootcamp partition in the Startup Disk option. As a test, can you uninstall all third-party NTFS software and check System Preferences -> Startup Disk?

  • I tried to install windows 7 in my macbook pro late 2011 but i tried to create partions after it installed and it turn to dynamic disks and ican't access mac or win 7 what should I do i cant format it because i dont have a backup

    I tried to install windows 7 in my macbook pro late 2011 but i tried to create partions after it installed and it turn to dynamic disks and i can't access mac or win 7 what should I do i cant format it because i dont have a backup

    It's not that you can't format it because you have no backup, it's because you'll lose everything when you do. Lesson learned. Always have a backup.

  • Spry Navigation does not work in IE version 6

    I have a simple spry navigation bar at the top of website that works in all the browsers I tested it in, ie IE ver 7 and 8, Mozilla Firefox (all versions), Netscape (all versions), and Safari. The only one I can't it to work in is IE version 6. Does anyone know how to fix this?
    I am attaching a copy of both browsers, one that does not work and one that does.
    Thanks for your help.
    Pat

    I have the same problem. Looks great in FF, Safari, Opera,
    but in IE the dropdowns are dancing all over the place. Suspect
    it's something in the hover classification, but can't figure out
    where the problem is:
    http://www.kirkaubry.com

  • Spry Navigation Submenu missing

    I have a spry navigation menu on my site. In IE6 everything
    is fine. But when I go to IE7 when you hover over the button and
    the submenu appears only 1 and a half buttons show up, when there
    should be a vertical list of 6. I am using a horizontal navigation
    bar and the submenu comes up below. Any ideas for me to try?
    Thanks for your help. Bryan

    Hello,
    Get rid of height: 0px; at the bottom of this in your spry
    stylesheet:
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: auto;
    float: left;
    height: 0px;
    By the way, are you able to view the page in Firefox? When I
    try to it
    crashes FF.
    Take care,
    Tim
    "bryanmercer" <[email protected]> wrote in
    message
    news:fru709$p0k$[email protected]..
    >I have attached the code in my previous mesage any help
    would be
    >appreciated.
    >
    > Thanks, Bryan

  • Spry Navigation Bar

    I'm new to dreamweaver CS5 and have created a new spry navigation bar.  Is there a way to create one generic navigation bar to be used in several different pages so when I have to update the menus, I don't have to change each spry navigation bar for each page.  Basically one main navigation bar to be used in several different pages w/out having to create a nav bar for each page.

    See here http://foundationphp.com/tutorials/sprymenu/ssi.php
    Gramps

  • Spry navigation bar covers flash movie beneath it but not the jpg image, why?

    i have a spry navigation bar with a flash movie underneath,
    and when i hover over the navbar and the submenu pops down it
    covers the flash movie, but it doesn't cover the .jpg image that is
    next to the flash movie. how can i fix this? thanks.

    thanks for the reply Murray, a responder from the flash forum
    gave me the following answer and it worked perfect.>>
    The <object> and/or <embed> HTML elements that
    reference your Flash content accept a number of optional
    parameters. For the <object> element, these parameters are
    supplied via nested <param> elements. Simply add the
    following new <param>:
    <param name="wmode" value="opaque">
    The <embed> parameters are supplied via attributes. For
    the <embed> element, add the following new attribute:
    wmode="opaque"
    That’s it. Your Flash content is now stackable via
    z-index; for example, you may wrap your
    <object>/<embed> pair in a <div> and set the
    <div>’s z-index as you please.
    <div style="position: absolute; z-index=1;">
    <object attributes >
    <embed attributes />
    </object>
    </div>
    If you’re using Dreamweaver, just press the Parameters
    button in the Insert > Media > Flash dialog or in the
    Property inspector when selecting existing Flash content. Type
    “wmode” (without quotes) in the name/parameter column
    and “opaque” (without quotes) in the value column. That
    will handle the above HTML for you, even with the new JavaScript
    embedding available since the 8.0.2 update.

  • Spry Navigation - CSS Question

    I recently added spry navigation to my website (http://www.faithbuilders.com) and tweaked the default CSS to match the website a little better. Everything works well enough, but I've got a few things left to straighten out.
    First, there is a gap between the right side of the dropdown menu and the left side of the sub-category menu that pops out to the right. See image below.
    Is there any specific part in the CSS that affects this gap?
    Second, since the submenu pops out to the right, it is hidden when the browser size is small enough to cover it. Is there a simple way to enable it to pop out to the left OR right, depending on where there is space for it?
    Your help is greatly appreciated.
    ~Sarah

    I'm Giving It All wrote:
    I recently added spry navigation to my website (http://www.faithbuilders.com) and tweaked the default CSS to match the website a little better. Everything works well enough, but I've got a few things left to straighten out.
    First, there is a gap between the right side of the dropdown menu and the left side of the sub-category menu that pops out to the right. See image below.
    Is there any specific part in the CSS that affects this gap?
    Yes amend 95% to 200px in the css rule below: (as shown)
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 200px;
    I'm Giving It All wrote:
    Second, since the submenu pops out to the right, it is hidden when the browser size is small enough to cover it. Is there a simple way to enable it to pop out to the left OR right, depending on where there is space for it?
    Your help is greatly appreciated.
    ~Sarah
    Not that I know of.

  • How do I show what menu title is active, e.g. current page, in spry navigation?

    How do I show what menu title is active, e.g. current page, in spry navigation?
    See website http://dorsay-easton-indian-law.com/index.html
    I want to have Home menu title have a different color when on index.html and so on. I keep using the term "active" for that, and "hover" for mouseover. Is that correct? And what do I need to do so that my menu displays an indication of which page is the current one?

    The CSS pseudo-classes in order are:
    a = any link
    a:link = an unvisited link (normal state)
    a:visited = a link after it has been visited
    a:hover = on mouseover
    a:active = on click
    a:focus = reached with tab key
    See persistent page indicator on menus:
    http://alt-web.com/Articles/Persistent-Page-Indicator.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Spry navigation covers flash movie element, why?

    i have a spry navigation bar with a flash movie underneath,
    and when i hover over the navbar and the submenu pops down it
    covers the flash movie, but it doesn't cover the .jpg image that is
    next to the flash movie. how can i fix this? thanks.

    mediastream13,
    > i have a spry navigation bar with a flash movie
    underneath,
    > and when i hover over the navbar and the submenu pops
    > down it covers the flash movie, but it doesn't cover the
    .jpg
    > image that is next to the flash movie.
    What you're seeing is the result of the default WMODE
    setting for Flash
    Player, which you can change. Keep in mind, Flash content
    isn't something
    any browser natively supports. It requires an ActiveX
    component or plugin,
    and as a result, is processed outside of the browser's
    composition buffer.
    This lifts Flash content (and other active content, like
    QuickTime, Java
    applets, and so on) from the context of its surroundings. To
    change that,
    you can configure a SWF's WMODE setting for transparent or
    opaque, as
    described here:
    http://www.quip.net/blog/2006/flash/how-to-position-flash-beneath-other-content
    Be aware that any WMODE setting other than the default has
    been known to
    cause usability issues as described in the articles/blog
    entries further
    linked from the above URL.
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • Spry Navigation Bars - Make them look GOOD

    Have Dreamweaver CS4 PC
    Using the plain gray spry navigation bars...im somewhat
    new...
    Question:
    Is there any company that sells or Free to "Change the Look"
    of the nav bars easily?
    I might w ant to change colors, make rounded edges, make type
    smaller, compact specing some, adjust the length.
    Does someone have a plugin or extension that works
    interactively??
    Thanks
    Ive searched with little results on customizing spry

    A more full-featured menu building tool, with lots of styles:
    http://www.projectseven.com/products/menusystems/pmm2/carbon.htm
    Another nice menu builder, with lots of styles. Because there
    are no timers,
    I would recommend these for single-level menus or for menus
    with a single
    sub-menu level:
    http://www.webassist.com/professional/products/productdetails.asp?PID=146
    Neither is free.
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/pop
    The Ultimate DW Menu System
    "suzzie12" <[email protected]> wrote in
    message
    news:gmq9u2$mfl$[email protected]..
    > Have Dreamweaver CS4 PC
    >
    > Using the plain gray spry navigation bars...im somewhat
    new...
    >
    > Question:
    >
    > Is there any company that sells or Free to "Change the
    Look" of the nav
    > bars
    > easily?
    >
    > I might w ant to change colors, make rounded edges, make
    type smaller,
    > compact
    > specing some, adjust the length.
    >
    > Does someone have a plugin or extension that works
    interactively??
    >
    > Thanks
    >
    > Ive searched with little results on customizing spry
    >

  • How can i change when i start the mac book pro, between mac and win?

    when i start the mac book pro, between mac and win?

    If you want to set which OS your system boots into (provided Windows is installed using BootCamp and not a virtualization option such as Parallels, Fusion, or VirtualBox), just hold the "Option" key down when you turn your computer on.  Continue to hold the key down until you see the options for booting into the OS of your choice.  Just click on the arrow under the one you wish (tap to click won't work here if you have it enabled... you'll need to physically click the trackpad).  If you want to change which OS your system normally boots into, just go into System Preferences in OS X and select "Starup Disk".  Whichever OS you select here will be the OS your system will automatically boot into.

  • Wanting to deactivate PS Elements on Mac and transfer program to a friend. Is it OK to download a trial to my friend's Mac and use my serial number.  Also is the serial number the same for Mac and Win versions?  Many thanks.

    Wanting to deactivate PS Elements on Mac and transfer program to a friend. Is it OK to download a trial to my friend's Mac and use my serial number.  Also is the serial number the same for Mac and Win versions?  Many thanks.

    Yes it should work transferring PSE10 from Mac to Mac. There is a download link below for PSE10, which your friend could use. There is a formal licence transfer process but it’s not necessary for your friend to register the product (activation is sufficient) although he couldn’t benefit from future upgrade pricing without registration. Serial numbers typically can only be registered one time.
    Boxed versions of PSE are normally multi-platform with disks for both Windows and Mac; so the serial number is the same. Downloads have tended to be single platform only although I believe the current version PSE12 will work on both Windows and Mac with the same serial number – boxed or download.
    http://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-10-11-downloads.html

  • I tried, but ... Mac Network & Win-7 PC

    OK, I start with "I Know..." look thru old posts to find answers.......
    Just Spent last 4 Hours doing that. I understand how frustrating it can be to keep answering the same questions (Really Do) but a Great Fix for that would be finding Some Way to make it possible for us to FIND those old posts we are supposed to look for. I have read countless "Close, but not quite" discussions. I give up.
    I'm assuming after entering all my machines in the database you can see those at the bottom of the post?? (I have seen others posts that had these details) to save space, I wont repete all that here other than to say I have MANY Apple Products (Phone, Pad, TV, Laptop, Mini...) and they all work & play with each other with fluid ease...... then there is the ONE... PC Laptop. Running Win-7.
    NOTE: ALL of this is INSIDE My Home Network (Apple Time Machine Wireless) so no Internet stuff should be necessary.
    I'm sure it is asking way too much, but I sure would like to be able to use the PC like any of my other mac's. I have managed to share a drive (External HDD) from the Mac Mini (Lion) and by "Mapping a Network Drive" on the PC it ...sometimes connects on it's own, when it doesn't it's simple enough to log back in and get it back but ....
    As an example, with my Mac Book Pro. I can SEE all the other devices, Log into them, Share print & data and "Screen Share" to remotely administer (eg. the Mini from the Laptop)........... What I'm looking for is those same abilities on the PC.
    ("Why don't you just buy another Mac Laptop?" - Send me a check for a Couple of Grand, and I will. Other than that, I have to work with what I have. The only "Extra" Computer I have is the PC) Just trying to make some lemonaid out of this lemon. OK?
    Frankly the only posts I found even close seemed to be about making a lone Mac work on an existing PC Workgroup Network. This is the Flip Side, One Lone PC is a world of Mac's. I have to admit my PC skills are rusty. I was a PC Guy that got "Converted" used to know Lots of the in's & out's of the PC's, but that was about 4 Operating Systems Ago (2000 & XP-Pro) I find I now feel like a Newbie again plodding along in the new MS OS again.
    Being able to see the other machines would be a plus, connecting to all the drives & my NAS would be Great, but the Screen Sharing would be my Top Wish (If it's even possible) My various Mac's often do work that is LONG Running (sa Rendering Long Video Files, etc.) that can run on their own for long periods and Occasionally Need just a Nudge from me to get started again. This is why the Screen Share is a Big Deal for me. Do some work, Check in on #1, start it's next process, log out, check on #2, move some files and begin a new Process, log out, check on #3, then go back to work.... and I'm Not Always at my desk, so being able to quickly Pop in & out of each machine is a BIG PLUS for me.
    I tried some Remote Desktop Software a while back when I was trying to connect my iPad to my Home Mac Network from Outside my home and discovered I knew Less than Squat about that. Tried & Failed to get software to work even after several emails with the developer of the APP. I couldn't even understand what he was talking about (and I have a CS Degree ??... OK an Old One on Main Frames, not PC's but I'm no Dummy and he was talking WAY over my head) So I pretty much gave up on that option.
    If you have the answers? Appreciate the Info,
    Even if all you have is links to other posts that have what I'm looking for? Great Too
    Thanks
    Products
    Time Capsule, Mac OS X (10.6.8)
    Apple TV (2nd generation)
    iPad, iOS 5.1.1
    MacBook Pro, Mac OS X (10.6.8)
    Mac mini, Mac OS X (10.7.4)
    Toshiba-PC, Windows 7

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START>PROGRAMS>ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 n above) - START>PROGRAMS>ACCESSORIES>Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    Apple software on Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

Maybe you are looking for

  • Command link display wrong

    I have a table with a commandLink nested into a column. command link display itemID. When I click the commandLink , it will take me to the item edit page(ADF Dialog). ** The problem is, Sometime I click first item in the table, command link switch to

  • Printing envelopes & labels in 10.2.8

    Help! We're perplexed trying to figure out whether or not we are able to print envelopes &/or labels on my son's G4 using OS 10.2.8. Thanks in advance. Power Mac G4   Mac OS X (10.2.x)  

  • How to get library onto new MacBook

    I just bought a new Macbook. My ipod video was always used on a pc. How do I get my library onto my new mac?

  • DB Installtion error at update statistics

    Hi, During DB installation at Update database statistics Installation error. Error shows that MTU- 03010 Execution of the command "/sapmnt/QMS/exe/brconnect   '-u' '/' '-c' '-f' 'crsyn -o 'SAPQMS' finished with status TST_ERROR brconnect.log error /u

  • Pdf version of web developer guide for ADF

    Hie it was bad to do a lot of search for the pdf version of http://download.oracle.com/docs/cd/E12839_01/web.1111/b31973/toc.htm can anyone please provide me? any one from oracle can please provide and easy reference to such info?