Text in bold Safari causing problem with the Spry menu bar

I made a web site using a Spry menu bar. It worked fine in all browsers, as far as I knew. I was just alerted by owner esite th that the menu bar was the last link off position seen in Safari. I don't know when this started happening. I noticed that the text in Safari is more bold than firefox or IE. My guess is that this is the problem. I searched on google for help and found this

Add-text-shadow: 0 0 0 #000; to the css.

I tried but it don't seem to have any effect.

the site is here:

http://www.telluridegravityworks.com/

Can anyone offer advice on how I might solve this problem? Thank you!

I don't see the problem under Win 7/Safari (guess it's a question of Mac) but I see it in Win 7/IE9.

In the CSS file, http://www.telluridegravityworks.com/css/gravity-works-winter.css

set the width of the container navbar fix here

{#nav - menu
Width: 455px; / * adjusted to 445px * /.
padding: 0px;
overflow: hidden;
float: left;
margin left: 515px;
}

Tags: Dreamweaver

Similar Questions

  • problem with the spry menu bar

    Hello. I'm having a problem with the submenu appears at the top of the page instead of the sub menu. I have added settings and changed % to the "ems", but still does not work. I think it has something to do with being right under the menu spry flash movie. Can anyone help? Thanks in advance.
    Here is the link to the site:
    link to the site

    Hello

    The problem is due to the

    Tags that you added all through
    the spry menu.
    In IE, which not only align text Center but it also aligns the
      which
      are drop down menus in the center of the
    • who owns.
      This changes things.

      First of all, change this:

      To do this:

      So, if you want your text aligned to Center:

      Change this in the sections file:

      UL. MenuBarHorizontal a {}
      display: block;
      cursor: pointer;
      background-color: #000000;
      Padding: 0.5em 0.75em;
      color: #FFFFFF;
      text-decoration: none;
      }

      To do this:

      UL. MenuBarHorizontal a {}
      display: block;
      cursor: pointer;
      background-color: #000000;
      Padding: 0.5em 0.75em;
      color: #FFFFFF;
      text-decoration: none;
      text-align: center;
      }

      I hope this helps.

      Take care
      Tim

      "rio333" wrote in message
      News:ft6src$RHS$1@forums. Macromedia.com...
      > Hi. I'm having a problem with the submenu appears at the top of the page
      > instead of the under the menu. I've added parameters and modified % to
      > "ems".
      > but still does not work. I think it has something to do with flash
      > film
      > under the spry menu. Can anyone help? Thanks in advance.
      > Here is the link to the site:
      > http:www.fidoandcompany.com
      >

  • Pulling my hair out on questions of IE8 with the spry menu bar

    Its a story classic, but for the life of me, I can't understand this.  I saw him in a hundred different forums (all slightly different versions of the same problem).  I've implemented a menu spry horizontal bar (version 1.6.1).  It works fine in Chrome, Safari, Firefox, etc..., but goes nuts in IE.

    layout and positioning submenus stunts go horizontally, far right, etc..

    Is a sample of the menu at http://www.alaskanrafting.com/mockup/NewIndex.html

    I'm sure it's just a line or two in my CSS, but of course I can't find.

    the CSS would be to http://www.alaskanrafting.com/mockup/SpryAssets/SpryMenuBarHorizontal.CSS

    If anyone has information, I would be very happy.

    Thank you

    Try to add/edit the following

    UL. MenuBarHorizontal ul li {}
    display: block;
    float: none! important;
    Width: auto;
    white-space: nowrap;
    border-bottom: 1px solid #EEE;
    }

    Must make a ! important to float so that it overrides the JS.

    GRAMPS

  • Problem with a Spry menu bar

    As you can see here: http://dl.dropbox.com/u/8200042/Web/MaiWeb/Untitled-1.html the submenu does not appear in the correct position. I tried IE, Firefox and Chrome, and they all show up on the wrong position even if they don't show it on the same. Is it possible to set for all browsers, or should I simply cannot use a Spry menu at all bar?

    Hello

    want to see more or less this way?

    You should look into your "SpryMenuBarVertical.css" and use the options. I left unchanged at your old entry and used instead, for example "margin: 0 0 0 95%. Try it in your ideas.

    / * Submenus should appear slightly overlapping to the right (95%) and upward (-5%) with a higher z-index, but they are first the left side of the screen (-1000em) * /.
    UL. MenuBarVertical ul
    {
    margin: 0 0 0 95%;
    / * margin:-5 % 0 0 95%; * /
    padding: 0;
    list-style-type: none;
    do-size: 100%;
    position: absolute;
    z index: 1020;
    cursor: default;
    Width: 8.2em;
    left:-1000em;
    top: 0;
    }

    Hans G.

  • problem with the Quick Launch bar - see the desktop icon missing

    original title: problem with the Quick Launch bar

    I've lost the 'show desktop' icon in my quick launch because of deleted by mistake the icon. I want that icon to return to the system to go to the office quickly within my work on computer... How can get that back?

    See How to re - create the icon of the Office see the Windows XP Quick Launch toolbar

  • Background of the Spry menu bar problem

    Hello
    I tried to search for this problem, and although I found others with the same problem, there has been no response (probably so obvious I missed it and they understood.) And I update the Spry menu bar to the latest version.

    The Horizontal Spry menu bar works fine on Firefox and IE 7, the background is white and the submenus, not the intention. Alignment and size is fine, just designed background colors do not work (on the menu itself, I want a transparent background on submenus, #777079.)
    Website: September Entertainment Site
    Style sheet Spry: Spry CSS

    Thank you in advance for any help you can give me.
    See you soon,.
    Janell

    Hello
    Just found the problem for someone who is having the same thing happen. This is the cut down "Sections":

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

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

    Where it says: "background: fff;" change to everything that you need, in my case, "background: transparent;"

    Voila!
    See you soon,.
    Janell

  • Dreamweaver CC: Layouts start CSS & missing of the Spry menu bar

    • I preset web training and our client updated for Dreamweaver CS4 Dreamweaver CC 2015. That are the CSS Starter layouts in Dreamweaver, for example the column 2 fixed, header and footer layout? I don't find it in Dreamweaver CC 2015. It was a good starting point to teach students to create a web page using one of these start CSS page layouts and then customize.
    • I also can't find the Spry menu bar to create a menu (up to three levels) bar.
    • What is the best options for me to use instead the CSS starter layouts & the Spry menu bar? Students know nothing about web design when they start with the course.

    It is more a spry menu bar, which was crap anyway. You can learn how to make a simple CSS - only menu or a menu jQuery.

    The new version of DW includes a starter starter site, which is how many sites asre built these days. Bootstrap also contains a navigation pane.

  • change the spry menu bar

    Just opened my page in the new Dreamweaver 20141. What happened to the easy edit function for the Spry menu bar? I'm sure he's here somewhere, I just can't find it. It was so easy in the previous version. It just appeared at the bottom of the screen when I clicked on the bar. Where is he now?

    Never mind. I found it. Window > properties

  • The Spry menu bar navigation

    I am using the Spry menu bar and have several menu on my home page items that have incorporated under them. For example, I have an element of menu 'navigate' on the home page, and the slot 'Browse' 'saw inventory"and"wish list ". I want users to be able to access the sub through the menu item "Browse" items but does not allow users to open "Browse."

    I would like suggestions.

    Thank you

    Iain

    Just put a # where otherwise the URL would go as a

  • Browse
  • GRAMPS

  • Problem with the context menu after the last update

    After update of Firefox, the menu is with orders much more that before (Play, Pause, Mute etc), most of them out of context ("Open link in a new tab" when there is no link) and none of them works.

    Problems with a massive menu have been reported as posed by Firebug, so make sure you update to the latest version of Firebug.

  • THE problem with Horizontal Spry Menu

    I use a horizontal Spry menu on my new Web site of the office. In IE9, but on the subpage of the site, the submenu display strangely, fill a horizontal space rather than descend vertically. It works on the index page, and it seems to me that the divs and other circumstances are the same in each file. Any advice or assistance would be appreciated.

    An example of the arrangement of the subpage: http://test.faculty.umd.edu/teach/syllabus_ie.html Hovering above the menu should show the problem.

    The index page (showing how the menu works correctly): http://test.faculty.umd.edu/index_ie.html

    Thank you

    Rebecca

    The Spry menu that is built into Dreamweaver using older code that is not compatible with IE 9. If you want to use a Spry menu, you need to use Spry Menu 2.0, you can install using the browser Widget from Adobe. See http://www.adobe.com/devnet/dreamweaver/articles/spry_menu_bar.html.

    On the other hand, you might be better off looking for a different menu. There has been a lot of problems with Spry, and the framework has not been updated for several years.

  • I am not happy with the new menu bar. I made a mistake in the change. Want to use the button refresh or open a new tab when requested without

    I made a mistake some how. I'm not the best a computer news as the new avg with the research changes. I want to return my old menu bar. I want to be able to open a new tab without going through an open search window. I don't like new tiny 'file above it don't help me. I want the option to click the Refresh button bit. How to get back to what I had before?

    I don't know what happened to your menus and toolbars. Has this happened after an update of Firefox, or a change in your add-ons?

    (1) you can switch between the Firefox button orange with its abbreviated menus and the classic menu bar, by using the following text:

    ALT + v (open the menu Classic view) > toolbars > Menu bar

    (2) in the new tab, you wanted it is empty? Are there currently AVG research? If you want to get rid of the search for AVG, you probably have to disable to remove one or more modules from here:

    Orange Firefox button or classic menu Tools > Modules > category: Extensions

    Does make a difference?

    (3) the reload button is nestled at the end of the address bar, after the star icon and the drop-marker. If you prefer that your button to reload on the bar itself, you can do that using the personalization feature.

    ALT + v (open the menu Classic view) > toolbars > customize

    In order to avoid the button reload to slip into the URL bar, you can perform the following actions:

    • Move the button reload for the left side of the address box
    • Move another button between the address box and reload
    • Move another button between the reload and stop buttons
    • Reverse the order of the reload and stop buttons

    You can get as you wish?

  • Cannot change the color of hover in the Spry menu bar

    I try to customize my horiztonal Spry menu bar and managed to almost I want, except the point State. It should be easy enough since I want all (top of page menus and submenu items) to go to the image background even when red flew over (as well as having the top red menu item when its submenu is open).

    Currently I have while hovering to the correct color, with the exception of the top Menu of the page that contains submenus (even if their submenus are fine, but also high Menu with no submenus items).

    I thought that I had put my finger where to change this in the CSS Spry, but something can be in conflict, since change it doesn't seem to work as it has in other menus, I tested it on that...

    Here is the project of the site- http://beta.deltsig.com/

    (Notice that the elements of the first menu 4 goes to red when hovered on)

    Here's the section of the CSS where I think it should be - I can post more of it if necessary:

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

    INFORMATION DESIGN: Describes the set of colors, borders, fonts

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

    / * Submenu containers have borders on all sides * /.

    UL. MenuBarHorizontal ul

    {

    border: 1px solid #CCC;

    }

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

    UL. MenuBarHorizontal a

    {

    display: block;

    cursor: pointer;

    Padding: 0.5em 0.75em;

    color: #363837;

    text-decoration: none;

    background-image: url (.. / css/images/menu-graygradient.gif);

    }

    / Components menu that have mouse over or focus have a red gradient background text.

    This section changes stationary State to childless Parents and children? */

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

    {

    background-image: url (.. / css/images/menu-redgradient.gif);

    color: #363837;

    }

    / * Menu items that are opened with the submenus are on MenuBarItemHover.

    This section changes stationary State to childless Parents and children? */

    UL. MenuBarHorizontal a.MenuBarItemHover, ul. MenuBarHorizontal a.MenuBarItemSubmenuHover, ul. MenuBarHorizontal a.MenuBarSubmenuVisible

    {

    background-image: url (.. / css/images/menu-redgradient.gif);

    color: #363837;

    }

    Try to remove this CSS rule on line 124

    UL. MenuBarHorizontal a.MenuBarItemSubmenu {}

    background-image: url("..) ("/ css/images/menu-graygradient.gif");

    }


  • Fuze causes problems with the new Gigabyte mb

    I know this may sound weird, but with assistance from others and a lot of time to put into it, I found that the "rocket" poses problem with my new motherboard Gigabyte EP45-UD3R.

    I was getting problems strange behaviors and reboot, flaky stuff.  Once I reduced to my USB devices I then reduces it to the "rocket".

    Anyone know anything about this at all?

    I would have given this another day before posting.  But I have the answer and it will go here.

    In the BIOS with the EP45-UD3R (Gigabyte is not a brand off but very good Mo and has existed for some time - including Dell has used their) there is a setting under embedded devices.  It's called "Legacy USB Storage Detect". If this option is enabled it will attempt to boot from a USB device. The "rocket", like others, lights up as soon as your PC turn on.  It was trying to boot from the "rocket" and causing flaky problems.  Once that I disabled it the problem has been resolved.

    I should have taken myself.  Arghhh...

  • Recovery system causing problems with the size of the screen.

    Due to some problems I had, I finally had to yield and perform a system recovery back to the manufacturer's specifications.  Once this is done, I downloaded all the updates to Vista, all the drivers, etc..  Everything is square and works fine now, with a big problem.  I bought a monitor 20 "a few months ago.  It worked fine before the recovery is done.  Since the resumption, the display is smaller, as if I still had the old monitor 15 '' on the system.  I did that the driver for the monitor is correct and up-to-date.  I found a way to enlarge the display of the size of the screen in an online search, but it does not clear up the problem.  For example... If I go to a site like the Pogo, the bottom of the site is almost normal size for the monitor, but the game pop up displays the size of the screen 15 ''.  I tried everything I know and can't get this last problem fixed.  Any suggestions would be greatly appreciated.  I also checked the resolution and makes sure it's OK for this monitor.  Thanks for your help.

    Do you have the driver from Microsoft or directly from the manufacturer?  If Microsoft, go to the manufacturer website and download THE latest drivers applicable on your screen and the version of Vista (Microsoft sometimes cause problems).  Does the monitor require any firmware - if so, download and install that too much of the manufacturer's web site.  You can also update the video card drivers and firmware just in case it is the underlying cause of the problem - again go to the web site of the manufacturer to get the files rather than using those available through Microsoft.

    Go to start / Control Panel / customization / display settings / and make sure that your monitor is displayed in the drop-down list.  If this is not the case, click on the box and see if you can find your monitor and then select and make the box extend the desktop to this monitor is selected.  Go into the advanced settings, click list all Modes and try one at the top, if it is not already selected (assuming that it is appropriate for your monitor).  If this does not help, try others that are compatible with your monitor to see if you can find one that allows you to achieve your goals.  It may not work, but it's probably worth a try.

    Other than that, I don't know what to think.  You already seem to have covered most if not all of the bases.  If the above does not work, maybe someone else review this thread will have other ideas to offer.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for