Spry transparency question

Is it possible for the top/parent level of a Spry Menu to
have a transparent bkgd but for the drop-down menus to have a
colored bkgd? I'd like for that top level to reveal the graphic
behind it but would need the lower menu list to cover the page
items below.
Thanks - JAY

Check this out and see if it is what is causing your problem too:  http://forums.adobe.com/thread/754562?decorator=print&displayFullThread=true
Gretchen

Similar Messages

  • A transparent question mark on iTunes icon in dock/ iTunes won't open

    Thanks for reading this and helping me--I have an iMac and a transparent question mark is in the middle of iTunes symbol in my dock. iTunes will not open at all when I try to open and there are no error messages.
    Thanks

    Open your Applications folder and locate iTunes. Drag it's icon to the doc. Drag the other icon out of the dock and it will disappear.
    If you can't locate iTunes in your applications folder, download a fresh copy here: http://www.apple.com/itunes/download/

  • My iphoto has a transparent question mark over it and will not open. How do I fix this?

    My iphoto on my imac will not open. It has a transparent question mark over it...how do I fix it?

    Is the question mark on the Dock at the bottom of your screen? Then it means that the Dock can't find the application.
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    If you purchased it on the App Store you can find it in your Purchases List.

  • HT1338 Updated my imac from 10.6 to 10.8.2 recently. My iphoto logo in my Dock has been replaced with a transparent "question mark" and I can no longer access my iPhotos... please help!!  Mark Howell

    Why can I no longer find my iphotos?  Updated from 10.6 to 10.8.2 recently... The iphoto logo in my dock has been replaced with a transparent, grey, question mark... why? How do I restore my iphotos?  Searched for them in Finder, and in "search"... they appear as text only.. but no photos.. please help.. Mark

    Have you verified that the iPhoto applications is not in the Applications folder or somewhere else on the hard drive? 
    To do so download and use  Find Any File to search for "iPhoto.app" because FAF can search areas that Spotlight can't.  If the application is somewhere else on the HD FAF will find it.  However, I doubt that it will be there but it's worth a search. 
    OT

  • Another transparency question. CLARIFICATION NEEDED

    OH experts -- you who are unknown and unseen-- please know you are so appreciated!!
    so, here's the question
    have master pages set up with a picture, a screen over the picture in a certain spot.
    on regular pages i place my text on that transparent screen. When printing from my small printer at home, my type & graphics are looking screened; less than 100% of their ink value.
    how can i get these graphics/type to be ON TOP of the slightly transparent layer and print 100%??  why are they printing less than 100% when on the screened box from the master page? a
    rent graphics on master pages underlying?
    do they affect the graphics on top of them in the regular document???
    tia

    thanks for the info. its hard to be exact in describing what is going on!
    But after lots of testing, i've narrowed it down to some sort of print/color settings within my programs AI & Indd -- not a problem with the files. SO -- FOR THAT i'm glad!
    illustrator and indesign are printing my colors in a very muted fashion. Not black, but gray -- and a screened back color for every color.
    other programs print pages fine -- dark blacks and vibrant colors.
    SO -- as long as i know its not my file --  I can at least get through this project. -- i have a long line of things to figure out when i'm finished!
    thanks for your ideas earlier; i'll keep in mind how to use the picture within these forums.

  • Spry Tab question

    I've got the use of the spry tab figured out, but what I'd like to know is if I can change the 'look' of the tabs.  Rather than just have them be plain ol' squares, I'd like to change the style of them (more than just the color).  Is it possible to change the shapes?  Or to specify a .jpg to use as the tab?
    Thanks!

    I appreciate all the feedback, but I have a few more questions...
    I want to do something like the example I've provided, but have two questions in that regard.
    The 1st - those tabs overlap.  Is their an easy way to accomplish that, as a newbie?  I don't know much, still learning.  Obviously it would be easier to create tabs that don't overlap and avoid this issue altogether, but I really like the look.
    My 2nd question is the drop shadow.  I can create the drop shadow in Photoshop, but I'm wondering if there's an easier way to do it in Dreamweaver.  Just apply the Spry Tab Menu and tell it to put a drop shadow behind it.  Is there something that easy, or do I need to create the drop shadow in Photoshop and use div tags to basically put it 'around' the spry tab menu?  Does that even make sense?  I know what I mean in my head, but might not be explaining it properly...

  • Spry link Question

    I have a spry menu which one of the main menus looks like this
    <li><a href="*" class="MenuBarItemSubmenu">PORTFOLIO</a>
              <ul>
                <li><a href="staticdesigns.html">STATIC</a></li>
                <li><a href="flashdesigns.html">FLASH</a></li>
                <li><a href="banners.html">BANNERS - RICH MEDIA</a></li>
            </ul>
    this code presently has a * for the PORTFOLIO link
    i need to know how can I make the PORTFOLIO not have a link and just work with a mouseover so I get the hover but just the <li> items have links?
    Oi tried to remove the href= but then I lose the text in the css sheet.
    any help?
    rd

    If your question is your main menu item is PORTFOLIO and you do not want it linked to another URL then use the default notation as follows:
         <li><a class="MenuBarItemSubmenu" href="#"> PORTFOLIO</a></li>

  • Spry XML question

    can spry read in XML as a string? I have an xml page
    generated by a coldfusion query (.cfm) The page parses correctly as
    an XML file, but when spry reads it in, it does not read it as XML.
    I can save the .cfm results (view source) as an XML file and it
    views perfectly through spry. Wondering if there is a way to do
    this with the original cfm file. NOTE: the example linked
    here
    does not work

    I use CF to generate XML all the time.
    You have to make sure you set the content-type to XML and
    make sure to remove whitespace:
    http://labs.adobe.com/technologies/spry/samples/utils/query2xml.html
    But to answer your questions: yes, Spry can read XML strings:
    http://labs.adobe.com/technologies/spry/samples/data_region/XMLStringSample.html
    Hope this helps.
    Don

  • CS3 Spry css question

    I know basic tableless css, my question is instead of a regular navigation bar I need to use the spry widget for a dropdown navigation bar on an exisitng html page. I'm able to insert the spry in the correct spot on the .html page and get it to work but I have a css sheet already attached to the page I need to know if I can just select all the css from the spry css page and insert it inside my attached css page?
    Any help?

    Yes, you can move the styles, but in my opinion, it is safer to maintain the Spry CSS assets in their own file, safe from inadvertent deletion or harm. There is an inherent logic to the order of styles in the Spry CSS sheets, and you might lose the wisdom of the comments not to mention the orderly consistency as well.
    You may link many style sheets to your .html pages...you are not limited to one per page.
    By using several CSS files attached to one page, you can also have a separate style sheet for different media: one for the Screen, one for Print, one for a Handheld device. There's no reasonable way to keep all these varying uses for different style sheets all one ONE sheet. The Printer will look for your main style sheet AND at the overriding styles in the print style sheet, for instance, so you don't need to print the nav bar when what you want is a print of the content.
    Z
    You do, of course, need to NAME the CSS files with distinct names, for instance, global.css, print.css, handheld.css.
    Message was edited by: Zabeth69

  • CS5 Spry Menu Question

    Aloha,
    I have the menu configured that way i want it, but for the life of me I cant figure out how to do the following.
    I have a menu   home, about, contact etc.........  The menu bar has two background images, one when you load the page and then the mouse over image. What i want to do is when your on the index.html page , the Menu link will be lite up in my case (blue)  and then if you go off of that page the blue will go to the current page that is up on your screen.
    I am not great with code, I have spent a few hours tring to figure it out, i have no idea if it can do that or not, but its prob super easy, I just dont know what setting i am looking for.
    2ns Question.. Is there a way to make the Spry menu to look like this?    HOME    |   ABOUT     |      ETC
    Right now i dont have the | in there, not sure if its possable
    Aloha!

    Thank you for posting your URL, this should be done as a matter of course.
    You do need to have SpryDOMUtils.js uploaded to your SpryAssets folder for the script to work.
    The following explains the working of the script
    function InitPage(){
    Spry.$$('#MenuBar1 li').forEach(function(node){ // check each li within a region with an ID of MenuBar1
        var a=node.getElementsByTagName("a")[0]; // finds all a elements inside the li, but we only want the first so [0]
        if(a.href == window.location){ // if the href is the same as the current window location e.g. index.html
            Spry.Utils.addClassName(node,"activeMenuItem"); // add a class called activeMenuItem
    As soon as a class is added, CSS will take care of the styling. In the case that I have suggested, the CSS merely changes the background colour. This could just as happily be a background image.
    If you want a different image for each menu item, then assign a class to the menu item as in
    <li><a href="index.html">Home</a></li>
    <li><a href="home-services.html" class="red">Home Services</a></li>
    <li><a href="business-services.html">Business Services</a></li>
    <li><a href="web-hosting.html">Web Hosting</a></li>
    <li><a href="online-backup.html">Online Backup</a></li>
    <li><a href="about-us.html">About Us</a></li>
    <li><a href="contact.html">Contact Us</a></li>
    The style rule could then be
    .red .activeMenuItem {  background: url(home-button.png); }
    Cheers,
    Gramps

  • Spry Effects questions

    I have two (2) questions about using the Spry Effects script in a horizontal slide configuration.
    Question 1:
    In DW CS4 if I add the command <duration: 500,> the numerals turn red.  I also get an error in line ???? from DW which is the line the variable is on.  If I go ahead and accept the change I see the desired quicker slide in Firefox and Safari.  The default is 1,000 milliseconds so I am cutting it in half.  But!  In Internet Explorer 7 the script locks the browser window up.  Even if I revert to the saved HTML and JS files the problem still persists.  This problem also occurs if I set the duration higher than 1,000 milliseconds.
    This also happens if I upload the files to the Internet.  I was forced to redo the line in question and copy my saved SpryEffects.js over to my working directory.  This unlocked the file in Internet Explorer 7.  Any suggestions on how to get the quicker response time in Internet Explorer 7?
    Question 2:
    In Firefox I get a border around the button that enacts the Spry Effect.  I set the text decoration to "none" for both of the IDs for the images.  This thin line does not appear in Internet Explorer 7 or Safari 4.0.3.  My version of Firefox is version 3.5.3.
    The file can be viewed here.
    Thank you in advance.

    I have also found that the Spry works better in FireFox than
    IE7, when it comes to video
    http://www.catholicmemphis.com/catholicmensconference.html
    Check out this page and you will see that the Spry tabbed
    menu stops the video in FireFox but not in Explorer. I have seen
    this type of problem in a few forums, but know one gives an answer
    to those looking for solutions....

  • Simple spry menu question

    Hi
    I just need to know how to change the height of my spry menu.
    i did it once before but forgot how to. i think i've tried height
    on every SpryMenuBarHorizontal.css that is there there...
    Thanks

    Great thank you very much, added the code and its working
    now...
    Just one more question, hope this makes sense: I want to put
    the menu along a line that is the same color as the menu so i put
    to menu into a table and used a color background, is this the best
    way to do it? The problem i am having is that the table has this
    padding that i can't get rid of, i want it the same size as the
    menu, but i can make the table any smaller...
    Appreciate the help

  • Transparency question

    I have a small image of a TV that is square but has a white edge.
    I have used it in Photoshop and the edges that are white, that aren't part of the TV image was transparent. When I try to use the same image in Illustrator its white, and I want it to be transparent, not to have a white box with a TV floating in it.
    I cannot figure out how to erase the edge or to make the white outside of the box transparent. Everything I try effects the entire image, and erasing doesn't work.
    I know this should be so basic but I am at a loss. I am only so-so experienced with Illustrator.
    Its Illustrator CS, running on a MacBook Pro, under 10.5.4.
    Thanks

    Hello tpearson,
    No problem, this forum is for all type of questions.
    What do you want to do is a "Mask":
    Place the TV Image.
    Take the "Rectangle Tool" and make a square or rectangle shape on top of the TV Image.
    Cover everything on the TV Image you want to see.
    Select both items (TV Images & the new Shape) and select from Main Menu: "Object" + "Clipping Mask" + "Make".
    I am not sure if CS groups the items after that, but you may want to group them (so when you move one, the other follow) Main Menu: "Object" + "Group"
    And you can try any shape you want to create a Mask.
    I hope this helps!

  • Spry MenuBar Question

    Hi I'm creating a hobby-related website using Dreamweaver CS3, and I've got it set up to use a Spry menubar for navigation.  The Spry menu itself works great-- I'm not having any issues with the actual formatting or functioning of the menu bar.
    My question has to do with making changes to the menus and submenus.  (I'm still not fully decided on the overall structure of the menu and I know I'll be expanding athe menu options even after the site goes public.)    I know *how* to make those on a page by page basis-- either by using the menu bar panel or just editing the code directly.  That's easy enough.
    But here's the thing--  when I make a change to the text/structure/labels of on the menubar I want to change it sitewide, not just one individual page.
    It's a pain to have to cut and paste that change I've just made onto every other page in the site (or even to use the search and replace function to do it.)   It seems to me that there ought to be a way that I could have the menu code info that's currently indicated on each page (see below) stored in some external file rather than on each individual page, so that whenever I wanted to update the menubar sitewide, I only needed to make a change in *ONE* location .
    That's got to be possible, right?  But how do I do it?

    P.S.
    Here's the menubar code info that currently appears on each individual page of the site-- and which currently has to be updated on every page, any time I  make a change.  There's surely got to be a way I can have this located in an external file, so that I can make changes in just one location rather than on each page? 
    <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="intro_home.html" class="MenuBarItemSubmenu">Intro</a>
              <ul>
                <li><a href="intro_home.html">Intro / Home</a></li>
                <li><a href="intro_bw.html">About BW</a> </li>
                <li><a href="intro_harn.html">About H&acirc;rn</a></li>
                <li><a href="intro_who_are_we.html">Who Are We?</a></li>
              </ul>
          </li>
          <li><a href="general_overview.html" class="MenuBarItemSubmenu">General</a>
              <ul>
                <li><a href="general_overview.html">Overview</a></li>
                <li><a href="general_traits_intro.html" class="MenuBarItemSubmenu">Traits</a>
                    <ul>
                      <li><a href="general_traits_intro.html">Intro</a></li>
                      <li><a href="general_traits_harnic.html">H&acirc;rnic</a></li>
                      <li><a href="general_traits_jarin_ivinian.html">Jarin &amp; Ivinian</a></li>
                      <li><a href="general_traits_barbarians.html">Barbarian</a></li>
                      </ul>
                </li>
                <li><a href="general_affiliations.html">Affiliations</a></li>
                <li><a href="general_skills.html">Skills</a></li>
                <li><a href="general_prices.html">Prices</a></li>
              </ul>
          </li>
          <li><a href="lifepaths_intro.html" class="MenuBarItemSubmenu">Lifepaths</a>
              <ul>
                <li><a href="lifepaths_intro.html">Overview</a></li>
                <li><a href="lifepaths_guilds_intro.html" class="MenuBarItemSubmenu">Guilds</a>
                    <ul>
                      <li><a href="lifepaths_guilds_intro.html">Guilds Intro</a></li>
                      <li><a href="lifepaths_guilds_lps-by-guild.html">Guild LP List</a></li>
                      <li><a href="lifepaths_guilds_new-lps.html">New Lifepaths</a></li>
                    </ul>
                </li>
                <li><a href="lifepaths_churches.html">Churches</a> </li>
                <li><a href="lifepaths_ivinian.html">Ivinian</a></li>
                <li><a href="lifepaths_thardic.html">Thardic</a></li>
                <li><a href="lifepaths_tribal.html">Tribal </a> </li>
                <li><a href="lifepaths_non-human.html">Non-Human</a></li>
            </ul>
          </li>
          <li><a class="MenuBarItemSubmenu" href="magic_intro.html">Magic</a>
              <ul>
                <li><a href="magic_intro.html">Overview</a></li>
                <li><a href="magic_shek-pvar.html">Shek-P'var</a>            </li>
                <li><a href="magic_alchemy.html">Alchemy</a></li>
                <li><a href="magic_talents.html">Talents</a></li>
                </ul>
          </li>
          <li><a href="religion_intro.html" class="MenuBarItemSubmenu">Religion</a>
              <ul>
                <li><a href="religion_intro.html">Overview</a></li>
                <li><a href="religion_faith_general.html" class="MenuBarItemSubmenu">Faith</a>
                    <ul>
                      <li><a href="religion_faith_general.html">About Faith</a></li>
                      <li><a href="religion_the_gods.html">The Gods</a></li>
                      <li><a href="religion_faith_ritual_languages.html">Ritual Languages</a></li>
                    </ul>
                </li>
                <li><a href="religion_spirit_binding.html">Spirit Binding</a></li>
              </ul>
          </li>
          <li><a href="bestiary_intro.html" class="MenuBarItemSubmenu">Bestiary</a>
              <ul>
                <li><a href="bestiary_intro.html">Overview</a></li>
                <li><a href="bestiary_ivashu_general.html" class="MenuBarItemSubmenu">Ivashu</a>
                    <ul>
                      <li><a href="bestiary_ivashu_general.html">About Ivashu</a></li>
                      <li><a href="bestiary_ivashu_aklash.html">Aklash</a></li>
                      <li><a href="bestiary_ivashu_hru.html">Hru</a></li>
                      <li><a href="bestiary_ivashu_nolah.html">Nolah</a></li>
                      <li><a href="bestiary_ivashu_umbathri.html">Umbathri</a></li>
                      <li><a href="bestiary_ivashu_vlasta.html">Vlasta</a></li>
                    </ul>
                </li>
                <li><a href="bestiary_other_creatures.html">Other Creatures</a></li>
              </ul>
          </li>
          <li><a href="other_index.html" class="MenuBarItemSubmenu">Other</a>
              <ul>
                <li><a href="other_earthmasters.html">Earthmasters</a></li>
              </ul>
          </li>
          <li><a href="advice.html">Advice</a></li>
        </ul>

  • Newbie alert spry conditions question

    I am trying to use an XML dataset to draw data for my
    application pages. I have some XML fields, (in this case {helpurl}
    and {moreinfo} ) which may or may not have a value assigned to them
    in each record.
    My question is simple, but I can't find the answer... where I
    originally would write it this way in CF, what is the equivalent in
    CS3/Spry?
    <cfif (#helpurl# is not "")>
    <a href="#helpurl#">HELP</a>
    </cfif>
    <cfif (#moreinfo# is not "")>
    <a href="#moreinfo#">MORE INFORMATION</a>
    Thanks so much!!

    You need to use Spry:if like below
    <p> {Description} <a href="{Link}" target="_blank"
    spry:if="'{Link}' != ''">MORE..</a></p>
    Regards
    Phil

Maybe you are looking for

  • HT1766 how do i connect my iphone to itunes to remove passcode

    I forgot my passcode how do i connect my phone to itunes to restore the phone or remove the passcode

  • Invalid key length, disk repair fails

    i am getting this disk error after macbookpro locks up, repeatable. invalid key length volume check failed error: filesystem verify or repair failed. this is the boot volume of the macbookpro running os 10.5.6. been running well for months, used ever

  • System error in program SAPLRRK0 and form RSRDR;SRRK0F30-01-

    Hi when i execute the query on remote cube we are getting the error like below System error in program SAPLRRK0 and form RSRDR;SRRK0F30-01- We have Remote cube acessing the oracle views through ud connect .Can any one please let me know whats the iss

  • Reimporting External Definition RFC

    Hi, I have a scenario RFC -> XI > Webservice. My source RFC has been changed and has been included with an additional optional structure and i need to reimport them. If i reimport this RFC will the existing mapping get deleted? Do i need to start aga

  • Device get wrong certificate

    Hi, Not sure wether this is actually a GroupWise Mobile device server problem. Setup: Running the GroupWise Mobile server 2.01. Dashboard looking ok; everything green en synced. Great. Using the default ssl poort 443. The router is a Vigor Draytek 28