How do you prevent the spry menu from using the main css background-image?

(Dreamweaver CS5. Problem seems not to be browser specific)
I added some code I found online to my main css file in order to allow a custom icon to be used as a  bullet in unordered lists, sitewide. It was added before the "body,td,th {" line.
The problem is that the same icon now appears on the upper left hand corner of each main menu segment; not on any submenus or during any mouse states. Just the main at-rest bar.
I know this is somehow related to spry itself being a list, but how do I keep it from showing the background image of the main css file?
Thanks!
This is the site http://www.usc.edu/org/seagrant/NS/
The code which was added to the css file is shown below:
ul{
    list-style:none;
    margin:0 0 1em 15px;
    padding: 0;
ul li{
    line-height:1.3em;
    margin: .25em 0;
    padding: 0 0 0 15px;
    background:url(../Images/Compass_Website_small_2-4-11.png) no-repeat 0 4px;
li ul{
    margin:0 0 0 30px;
    list-style:disc;
li ul li{
    padding-left:0;
    background:none;
li ul li ul{
    margin:0 0 0 30px;
    list-style:circle;
ul li ul li ul{
    padding-left:0;
    background:none;
/* Holly Hack to fix ie6 li bg */
/*  Hides from IE-mac \*/
* html li{height: 1%;}
/* End hide from IE-mac */
@media print{
ul {
    list-style:disc;
    margin-left:30px;
ul li {
    padding-left:0px;
    background:none;
} /* end print */
body,td,th { - etc...

Add/modify the following to your document
ul.MenuBarHorizontal li {
    background: rgba(0,0,0,0.0) url(none);
Gramps

Similar Messages

  • How do you make a Spry menu view on all pages but only have to change it one place?

    How do you make a Spry menu view on all pages but only have to change it one place? Someone told me maybe I could create a Library item. Any help will be appreciated.

    If your pages all have the same basic design, using a DW Template would be a way to do it...
    http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7abea.h tml

  • How Can You Track Your Ipod If Lost Using The Serial Number

    How Can You Track Your Ipod If Lost Using The Serial Number?

    The find my iphone app has nothong to do with it.
    That app simply allow you to find other devices using your ipod.  It has nothing to do with fining the device on which it is installed.
    If you set up the find my ipod feature that is built into your ipod and the ipod is on and it is connected to wi-fi and it has not been restored, then you may be able to get an approximate street address using icloud.
    Othrewise, it cannot be tracked.

  • How do I keep the Spry menu fixed to the bottom of the header div?

    I have created a horizontal Spry menu bar using Dreamweaver CS4 but the problem is, I can't figure out how to make it be in the right position at the bottom of the header div. In Design View it is too far below the header background graphic, in Live View it cuts off the bottom of the header graphic, and it also looks higher or lower in Safari and Firefox.
    I'm sure it's very simple, but how can I control them menu on the y-axis and keep the menu fixed to the bottom of the header div? Is there a way to float it to the bottom?
    I really appreciate any help or advice anyone can give me on how to get a stationary menu bar.

    Below is an example of a fixed-header & footer layout with jQuery smooth scrolling.   I did not use a separate scrolling div because mobile users have lots of trouble with them.
    View source to see the code. 
    http://alt-web.com/TEMPLATES/FixedLayout.shtml
    You need 4 basic things:
    jQuery latest core library,
    jQuery easing.js,
    jQuery anchor.js, inside the <head> of your document
    jQuery function code,  near the bottom of your document.
    That's all there is to it.
    Nancy O.

  • How to prevent a portal user from using the BEx Analyzer ?

    Hi,
    we have different type of users : most users may use the portal as well
    as the analyzer ;
    we have one special user with extended authorizations : this user
    should use the portal , where he has a limited set of queries to run
    with hardcoded filters ==> this user should not be able to use the
    analyzer however, since he then would be able to call all other queries
    by using the find function ;
    how can we make sure this user cannot use the analyzer , using SAP
    authorizations ?
    best regards,
    Erwin Van Giel.

    Hi,
    if I remove the complete S_RFC authorization for the user then the BEx Analyzer cannot connect anymore to the BW system, but neither can the user run reports from the portal : it needs the S_RFC with 'SYST'.
    If I only remove the RRMX from the S_TCODE and from the S_RFC, it does not prevent the user from starting the BEx Analyzer and connecting to the BW system. It only stops the user if he would start the RRMX transaction from within an SAPGUI session.
    Perhaps there should be a value in the S_RFC that allows connections from the portal but not from the BEx Analyzer .... ?
    so not solved yet ....
    best regards,
    Erwin.

  • How can you create a spry menu bar with no background colour?

    How can you create the first level of a spry menu bar to have no colour? I have a coloured background right now and the colour matches when you load the site in Internet explorer but does not match in Firefox. Any suggestions are welcomed on how to fix this.
    Thanks!
    HK

    Here is the site:
    http://partnersnaturally.ca/
    I am learning with code, (obviously) so any feedback would be nice. I use dreamweaver CS4, but when I originally designed the site it was in a much older version of dreamweaver. I wonder if that could also be a cause. (besides human error)
    Thanks again,
    HK

  • How do you prevent MS-DOS window from appearing during Runtime.exec()?

    The question below was attached to the answer for Question of the Week No. 21. I'm having the same problem. Does anyone know the answer? Put another way does anyone know how javaw does it?
    Fri Dec 18 09:59:52 PST 1998
    rkarasek
    On Windows NT 4.0, how can I prevent CreateProcess()
    from creating a cmd.exe window when using javaw and
    Runtime.exec()? No such cmd.exe window is created if
    instead I run "java" from the command line.
    I have a C++ server named "foo", and have created
    a Java applcation with Swing GUI named "foo.java".
    This GUI captures configuration information and
    then uses Runtime.exec() to start the C++ app, with
    a socket established between the Java app and C++
    app for later communication.
    This is all working fine, and the Java application
    and GUI working as expected. When I run "java foo"
    from either the NT command shell (cmd.exe) or MKS
    Korn shell (sh.exe) the Java application/GUI starts,
    and when it calls Runtime.exec() my C++ process is
    started as what appears to be a child process of the
    "java" process, that is, no cmd.exe window is created
    during the Runtime.exec("foo.exe") call.
    However, when running the same Java application from
    a shortcut on the desktop via "javaw", when I invoke
    Runtime.exec() a cmd.exe window is created before my
    C++ server is started. While things are running
    ok and my Java app can still communicate with my
    C++ server, is there anyway I can prevent this
    cmd.exe window from being created, and instead, have
    my C++ server run as a child process of javaw (or
    an independent process without a cmd.exe)?

    cmd always opens a dos window - use another console interpreter instead or just call the programm directly.
    i.e.
    Runetime.exec("c:\\myprogram.exe");
    OR
    The following demonstrates executing a command without bringing up a popup. import java.io.*;
    public class Test {
      public static void main (String args[]) throws IOException {
        String[] command = {
          "C:\\winnt\\system32\\cmd.exe", "/y", "/c",
          "dir"};
        Process p = Runtime.getRuntime().exec(command);
        InputStream is = p.getInputStream();
        InputStreamReader isr = new InputStreamReader(is);
        BufferedReader br = new BufferedReader(isr);
        String line;
        while ((line = br.readLine()) != null) {
          System.out.println(line);
    }However....
    According to bug number 4244515 in Sun's Bug Parade (http://developer.java.sun.com/developer/bugParade/bugs/4244515.html), javaw doesn't always work without bringing up new window.

  • How do you prevent pages on iPad from skipping lines in a letter format?

    I have copied my own data into a letter template. Whenever I try to add the recipients address, pages will skip a line between the street address and the city and state. This creates an out of place space like so:
    12345 fake street
    Baltimore MD
    When I press back space I get some thing that looks like this:
    12345 fake street Baltimore MD
    How can you get the city and state on the next line?
    Thanks!

    Your seeing the consequence of a tightened "security sand box". It is hard-wired in each installed Adobe Reader/Acrobat that is updated.

  • How do you prevent a random website from automatically opening when you add a new tab?

    When I click to open a new tab (with the plus sign), this website automatically opens: http://www.searchqu.com/web?src=derr&appid=113&systemid=406&q=http%3A%2F%2F and says "search: oops! the website you were looking for could not be opened." i tried the new URL extension with the home page selected, and tried other related advice on here. none of it is working. i did cleans of my system with AVG and malware software. etc etc. also, sometimes i will be on a website and it will randomly switch to this website and keep me from accessing the correct one. help!

    hello cstien, you can either try to install the [https://addons.mozilla.org/firefox/addon/searchreset/ searchreset addon] to reset the new tab page or manually change the relevant settings:
    enter '''about:config''' into the firefox location bar (confirm the info message in case it shows up), search for the preference named '''browser.newtab.url''' and double-click & change its value to about:blank (the default would be about:newtab which shows thumbnails & links to your most visited pages).

  • I cannot locate the Jump Menu under Insert/Form. I am looking for a way to replacve the Spry menu I used previously

    I need to modify my website and I used a Spry menu to direct users to specific pages. This is no longer supported with the 2014 version and thought a Jump Menu would work, but it is not on the insert/form menu as instructed in help files. Any ideas?

    Jump Menus still exist in CC, they're just created differently than they used to be. For some reason I can't figure out, they've been a bit buried...
    1. Click in Design View where you want the Select Menu to appear
    2. Go to Insert > Form > Select
    3. Click on the Select Menu created in Design View
    4. Click the + in the Behaviors Window and choose Jump Menu
    From there, you should get the familiar Jump Menu dialogue box.

  • HT5537 How do you import/export garage band projects using the latest version of iTunes when there is no apps in the left column to select garageband?

    I am perfectly aware of how to do this using the old version of itunes.
    however i just got a new macbook pro retina... and it came with the latest version of itunes.
    and i was trying to import/export garage band files between my ipad and mac via itunes.
    and the option for apps, that is usually on the left side where you can then select garage band from in itunes, isnt there in the new version of itunes.
    has anyone got a work around for this?
    thanks.
    nic

    Nic, for me the iTunes window looks like this, when I connect my iPad 3:
    I select the iPad in the "devices" section of the Sidebar (use: "View > Show Sidebar" if the sidebar is hidden).
    Click the "Apps" tab in the "Devices" pane.
    Scroll all the way down in the Devices pane to "File Sharing" "Apps" section.
    Then do I click "GarageBand" to select the documents in the right panel.
    Which part is different for you? Perhaps you could post a screenshot?
    Regards
    Léonie

  • Accessing the top menu without using the mouse

    i just switched from a pc and am trying to figure out how to use the keyboard most efficiently. how do i get to the top menu (file, edit, etc.) off of keystrokes? once i'm up there i can just use the arrow keys to move from menu to menu.

    dre1973
    I deffinitly saw this and tried it. It is possible to do. I just don't use it and I forgot how. I saw it during the first months of last year on the Apple start up page under something like hot new tips for using Tiger or some such.
    I copied this from an entry by someone else:
    get a book called "The Missing Manual: Mac OS X, Leopard Edition" this book is the greatest information source for a mac I have ever seen. It tells you step by step how to basically do anything you want on a mac. For a 25-30 dollar investment, 900 pages of information, i felt it was well worth it. it can be picked up online and at your local barnes and noble or borders.
    It is probably in this book if we can not find it in "key board short cuts" here in apple support.
    hope you find it

  • How do you start HTML DB? Just used the installer from the companion disc

    Companion disc dated 09/08/2005 - it run fine. HTTP server is also running. It runs in Oracle_home. Instead of the home of my database Oracle_home1. How do I start HTML DB, I don't see any icon for it?
    http://yourhostname:7777/pls/htmldb , browsing to this url doesn't work.
    Cheers
    Message was edited by:
    10G-Newbie

    10G-Newbie,
    Make sure that you can tnsping your Oracle DB. I have installed HTMLDB recently and also couldn't connect to my HTMLDB, only to Oracle HTTP server. However, as soon I got my Oracle networking done correctly, and tnsping to my DB, I also could connect to HTMLDB.
    Thank you,
    DanielD

  • How do I prevent imported Illustrator files from have the jaggies in Flash.

    My imported illustrator files have straight angled pipe lines and these have the jaggies when exported from Flash to Premiere or QT.
    I have imported them as both vector and bitmap with no success.  Any help here would be greatly appreciated.  I'm on a Mac running 10.8.2 and using Flash CS5.5.
    Regards,
    Mike

    Here is a list of caveats from Adobe concerning Flash & Illustrator vector art.

  • How can I prevent Adobe Reader X from being the default to open .pdf files?

    I have Adobe Acrobat Professional 9.0 and will soon be getting V 10.
    I want Acrobat to open my .pdf files NOT Reader.
    Reader was installed because a certain program required it.
    Any help would be appreciated.
    Kamoxb

    Thank you so much!  Unfortunately for me, it is grayed out.  I will need to get my IT admin person to set it for me.
    Kathie Morris
    Automated Publishing Tech
    DLA Document Services
    X1605
    [email protected]

Maybe you are looking for

  • I just updated my IPhone 4S to 7.0.3 and now it won't sync to my iMac

    i just updated my IPhone 4S to 7.0.3 and now it won't sync to my iMac.  The error message says the IPhone can not be used because it requires ITunes version 11.1 or later.  Download the latest version of itunes. I tried updating itunes but it says I

  • Itunes will not play on my mac

    I don't know what I did but my music will no loger play from my Itunes on my Mac ANy sgggestions out there

  • Need help with Albums style page, having trouble arranging the way I need

    Hello, I am creating a my albums styled page for an automotive club website I am working on. I love the way the albums functionality is built into iWeb with the slide shows and automatic linking and everything, its perfect. The trouble I am having is

  • Can you transfer single iweb page b/t computers?

    i know about the 'domain' file to move one iweb site from one computer to another, but is there a way to import one individual/single iweb page created on one computer into iweb on another computer? Message was edited by: ketie Message was edited by:

  • Load balancing ssl that terminates on servers

    hi, right now i have a very simple clear-text http + https setup. initially, my load-balancer was terminating SSL, but because of the way our application works, we moved away from that and installed an SSL-server on the servers themselves which we kn