Some functions, (delete, move, anything with a drop-down menu, etc), will not work in Yahoo Mail since upgrading to Firefox 7. I've switched back to Yahoo Mail Classic and that seems to work fine, so far.

I'm used to the new mail. It was a pain to find out how to switch to classic. On a side note, What is with the constant re-hauls/updates? It's getting tiresome, constantly encountering problems like this each time. I like Firefox and don't want to switch...........

I'm used to the new mail. It was a pain to find out how to switch to classic. On a side note, What is with the constant re-hauls/updates? It's getting tiresome, constantly encountering problems like this each time. I like Firefox and don't want to switch...........

Similar Messages

  • Drop down menu button will not change color

    I have built a 6 button  rollover dropdown menu bar in Flash CS4
    On five of the dropdown menus I can get the buttons to change color
    On the fifth dropdown I can see the button, but when rolled over I can't get the color to change.
    I have moved the buttons on the fifth drop down to the first drop down button and they work perfectly.
    Is this a bug in Flash CS4 or......
    thank you
    Sb!

    I appreciate your reply but those arrows were not the ones I was trying to describe. In the same box where you would type your web address on the far right is a small star and then next to it an arrow pointing down. If you click on this arrow, it normally drops down a list of the websites you commonly use. Or, if you are on a website ordering something, there might be a similar arrow that you need to select in order to choose which shipping you might want such as ground, next day air, etc., these are the kinds of arrows that are not working correctly now. Any ideas on these? Thanks for trying to help me.

  • How to create a button with the drop-down menu?

    I want to create a button with the drop-down menu, which is like the 'back' on the tollbar in IE. I heard JPopupMenu can reach the certain result, but the button hadn't a down arrow. Who can help me?

    i have made something like this :
    //======================================================================
    package com.ju.guiutils
    import java.awt.*;
    import java.awt.event.*;
    import java.net.URL;
    import java.util.Vector;
    import javax.swing.*;
    import javax.swing.border.*;
    import javax.swing.event.*;
    import javax.swing.plaf.basic.BasicComboBoxUI;
    * @version 1.0 14/04/02
    * @author Syed Arshad Ali <br> [email protected]<br>
    * <B>Usage : </B> ButtonsCombo basically performs function button + JComboBox, if we have different options for
    * <BR>same button then we can use this ButtonsCombo.
    *<BR> By the way there is no button at all in <I>ButtonsCombo</I>
    public class ButtonsCombo extends JComboBox {
    //===================================================================================
    * Create ButtonsCombo with default combobox model
    public ButtonsCombo () {
    super ();
    init ();
    //===================================================================================
    * Creates a ButtonsCombo that takes it's items from an existing ComboBoxModel.
    public ButtonsCombo ( ComboBoxModel model ) {
    super ( model );
    init ();
    //===================================================================================
    * Creates a ButtonsCombo that contains the elements in the specified array.
    public ButtonsCombo ( Object [] items ) {
    super ( items );
    init ();
    //===================================================================================
    * Creates a ButtonsCombo that contains the elements in the specified Vector.
    public ButtonsCombo ( Vector items ) {
    super ( items );
    init ();
    //===================================================================================
    private void init () {
    setBorder ( BorderFactory.createBevelBorder ( BevelBorder.RAISED ) );
    setRenderer ( new ComboRenderer() );
    setUI ( new ComboUI() );
    addMouseListener ( new ComboMouseListener() );
    //===================================================================================
    * Set items for ButtonsCombo in the specified array
    public void setItems ( Object [] items ) {
    setModel ( new DefaultComboBoxModel( items ) );
    //```````````````````````````````````````````````````````````````````````````````````
    * Set items for ButtonsCombo in the specified Vector
    public void setItems ( Vector items ) {
    setModel ( new DefaultComboBoxModel( items ) );
    //```````````````````````````````````````````````````````````````````````````````````
    * Get current items in a array
    public Object [] getItemsArray () {
    ComboBoxModel model = this.getModel ();
    if ( model != null ) {
    int size = model.getSize ();
    if ( size > 0 ) {
    Object [] items = new Object[ size ];
    for ( int i = 0; i < size; i++ ) {
    items[ i ] = model.getElementAt ( i );
    return items;
    return null;
    //```````````````````````````````````````````````````````````````````````````````````
    * Get current items in a Vector
    public Vector getItemsVector () {
    ComboBoxModel model = this.getModel ();
    if ( model != null ) {
    int size = model.getSize ();
    if ( size > 0 ) {
    Vector itemsVec = new Vector();
    for ( int i = 0; i < size; i++ ) {
    itemsVec.addElement ( model.getElementAt ( i ) );
    return itemsVec;
    return null;
    //===================================================================================
    class ComboMouseListener extends MouseAdapter {
    public void mouseClicked ( MouseEvent me ) {
    ButtonsCombo.this.hidePopup ();
    public void mousePressed ( MouseEvent me ) {
    ButtonsCombo.this.hidePopup ();
    ButtonsCombo.this.setBorder ( BorderFactory.createBevelBorder ( BevelBorder.LOWERED ) );
    public void mouseReleased ( MouseEvent me ) {
    ButtonsCombo.this.hidePopup ();
    ButtonsCombo.this.setBorder ( BorderFactory.createBevelBorder ( BevelBorder.RAISED ) );
    //===================================================================================
    class ComboRenderer extends JLabel implements ListCellRenderer {
    //````````````````````````````````````````````````
    public ComboRenderer () {
    setOpaque ( true );
    //````````````````````````````````````````````````
    public Component getListCellRendererComponent ( JList list, Object value, int index, boolean isSelected, boolean cellHasFocus ) {
    setBackground ( isSelected ? Color.cyan : Color.white );
    setForeground ( isSelected ? Color.red : Color.black );
    setText ( ( String )value );
    return this;
    //````````````````````````````````````````````````
    //===================================================================================
    // We have to use this class, otherwise we cannot stop JComboBox's popup to go down
    class ComboUI extends BasicComboBoxUI {
    public JButton createArrowButton () throws NullPointerException {
    try {
    URL url = getClass ().getResource ( "/images/comboarrow.gif" );
    JButton b = new JButton( new ImageIcon( url ) );
    b.addActionListener ( new ActionListener() {
    public void actionPerformed ( ActionEvent ae ) {
    return b;
    } catch ( NullPointerException npe ) {
    throw new NullPointerException( "/images/comboarrow.gif not found or /images folder not in classpath" );
    catch ( Exception e ) {
    e.printStackTrace ();
    return null;
    //======================================================================
    you can cutomize this according to your requirement , okie ;)

  • Top Navigation Bar drop down menu's do not work

    Top Navigation Bar drop down menu's do not work. It is only happening on a couple of my site collections and is affecting on the main page of those collections. There is only one web part on the main page, it is the Picture Library Slideshow web part. When
    I remove that web part, the menu's come back and work with no problem. I re-add the web part and the menu's stop working. Not finding any error's in the server logs, there are no visual error's thrown.  Any advice on what might be happening? I've checked
    the Java update on our computers and it has the latest version.  Open to any advice at this point.
    DA
    ~~~~~~~~~ DAnderson

    Hi,
    How does the Top Navigation Bar dropdown menu issue look like?
    Could you please provide a screenshot about the issue, also may detecte the problematic elements by using IE browser developer tool (keyboard F12)?
    Please also check if it is related IE compatibility issue.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Help with IE drop down menu stretching across page, Chrome & Firefox work perfectly.

    I have set up a spry menu in my page.  file:///C:/Users/Kim/Documents/PQH_xhtml/index.html
    Everything works great in Chrome and Firefox. Just not in IE.  The only problem I am having is in IE the drop down menus stretch out all the way across the page.
    I have tried changing the width, but it messes up Chrome and Firefox.  Just need IE to shorten up the width of sub menus.
    Any help is GREATLY appreciated!!!

    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
    background-color: #f9f8f6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: oblique;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 14.28%;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 100%;
    position: absolute;
    left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    float: none;
    clear:left;
    width: auto;
    white-space: nowrap;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #EEE;
    padding: 0.5em 0.75em;
    color: #333;
    text-decoration: none;
    border: thick ridge #3b87d5;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #33C;
    color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    background-color: #33C;
    color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
      display: inline;
      f\loat: left;
      background: #FFF;

  • Fireworks drop down menu in Dreamweaver not working..

    I have created a drop down menu in fireworks uploaded it to dreamweaver and tested it in the preview in firefox option and it worked fine. But when i uploaded the page to my website it did not work how can i make it work?
    Heres the code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <style type="text/css" media="screen">
        @import url("navbar.css"); 
    #Layer1 { 
        position:absolute; 
        left:50%; 
    top:50%; 
        width:200px; 
        height:52px; 
        z-index:1; 
        left: 258px; 
        top: 100px; 
    body { 
        background-image: url(Chicken%20background.png); 
    #Layer2 { 
        position:absolute; 
    left:300px; 
    top:-1px; 
        width:200px; 
        height:73px; 
        z-index:2; 
        left: 302px; 
        top: 26px; 
    #Layer3 { 
        position:absolute; 
        width:200px; 
        height:115px; 
        z-index:3; 
        left: 373px; 
        top: 208px; 
    </style> 
    <script language="JavaScript1.2" type="text/javascript" src="mm_css_menu.js"></script> 
    </head> 
    <body>
    <div id="Layer1">
    <div id="FWTableContainer2076544957">
      <table border="0" cellpadding="0" cellspacing="0" width="850">
        <!-- fwtable fwsrc="Untitled" fwbase="navbar.jpg" fwstyle="Dreamweaver" fwdocid = "2076544957" fwnested="0" -->
        <tr>
          <td><img src="spacer.gif" width="9" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="11" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="12" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="10" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="4" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="4" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td colspan="11"><img name="navbar_r1_c1" src="navbar_r1_c1.jpg" width="850" height="2" border="0" id="navbar_r1_c1" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="2" border="0" alt="" /></td>
        </tr>
        <tr>
          <td colspan="9"><img name="navbar_r2_c1" src="navbar_r2_c1.jpg" width="686" height="1" border="0" id="navbar_r2_c1" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164902_0', 'MMMenu0915164902_0',5,42,'navbar_r2_c10');"><img name="navbar_r2_c10" src="navbar_r2_c10.jpg" width="160" height="41" border="0" id="navbar_r2_c10" alt="" /></a></td>
          <td rowspan="6"><img name="navbar_r2_c11" src="navbar_r2_c11.jpg" width="4" height="48" border="0" id="navbar_r2_c11" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td colspan="3"><img name="navbar_r3_c1" src="navbar_r3_c1.jpg" width="180" height="1" border="0" id="navbar_r3_c1" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164218_1', 'MMMenu0915164218_1',11,42,'navbar_r3_c4');"><img name="navbar_r3_c4" src="navbar_r3_c4.jpg" width="160" height="41" border="0" id="navbar_r3_c4" alt="" /></a></td>
          <td rowspan="5"><img name="navbar_r3_c5" src="navbar_r3_c5.jpg" width="12" height="47" border="0" id="navbar_r3_c5" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164502_2', 'MMMenu0915164502_2',1,42,'navbar_r3_c6');"><img name="navbar_r3_c6" src="navbar_r3_c6.jpg" width="160" height="41" border="0" id="navbar_r3_c6" alt="" /></a></td>
          <td colspan="3"><img name="navbar_r3_c7" src="navbar_r3_c7.jpg" width="174" height="1" border="0" id="navbar_r3_c7" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td rowspan="4"><img name="navbar_r4_c1" src="navbar_r4_c1.jpg" width="9" height="46" border="0" id="navbar_r4_c1" alt="" /></td>
          <td rowspan="3"><a href="homepage.html"><img name="navbar_r4_c2" src="navbar_r4_c2.jpg" width="160" height="41" border="0" id="navbar_r4_c2" alt="" /></a></td>
          <td rowspan="4"><img name="navbar_r4_c3" src="navbar_r4_c3.jpg" width="11" height="46" border="0" id="navbar_r4_c3" alt="" /></td>
          <td rowspan="4"><img name="navbar_r4_c7" src="navbar_r4_c7.jpg" width="10" height="46" border="0" id="navbar_r4_c7" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164633_3', 'MMMenu0915164633_3',0,41,'navbar_r4_c8');"><img name="navbar_r4_c8" src="navbar_r4_c8.jpg" width="160" height="41" border="0" id="navbar_r4_c8" alt="" /></a></td>
          <td rowspan="4"><img name="navbar_r4_c9" src="navbar_r4_c9.jpg" width="4" height="46" border="0" id="navbar_r4_c9" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="39" border="0" alt="" /></td>
        </tr>
        <tr>
          <td rowspan="3"><img name="navbar_r5_c10" src="navbar_r5_c10.jpg" width="160" height="7" border="0" id="navbar_r5_c10" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td rowspan="2"><img name="navbar_r6_c4" src="navbar_r6_c4.jpg" width="160" height="6" border="0" id="navbar_r6_c4" alt="" /></td>
          <td rowspan="2"><img name="navbar_r6_c6" src="navbar_r6_c6.jpg" width="160" height="6" border="0" id="navbar_r6_c6" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td><img name="navbar_r7_c2" src="navbar_r7_c2.jpg" width="160" height="5" border="0" id="navbar_r7_c2" alt="" /></td>
          <td><img name="navbar_r7_c8" src="navbar_r7_c8.jpg" width="160" height="5" border="0" id="navbar_r7_c8" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="5" border="0" alt="" /></td>
        </tr>
      </table>
      <div id="MMMenuContainer0915164902_0">
        <div id="MMMenu0915164902_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="cats.html" target="_self" id="MMMenu0915164902_0_Item_0" class="MMMIFVStyleMMMenu0915164902_0" onmouseover="MM_menuOverMenuItem('MMMenu0915164902_0');"> Cats </a> <a href="other.html" target="_self" id="MMMenu0915164902_0_Item_1" class="MMMIVStyleMMMenu0915164902_0" onmouseover="MM_menuOverMenuItem('MMMenu0915164902_0');"> Other stuff </a> </div>
      </div>
      <div id="MMMenuContainer0915164218_1">
        <div id="MMMenu0915164218_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="stationery.html" target="_self" id="MMMenu0915164218_1_Item_0" class="MMMIFVStyleMMMenu0915164218_1" onmouseover="MM_menuOverMenuItem('MMMenu0915164218_1');"> Stationery </a> <a href="art.html" target="_self" id="MMMenu0915164218_1_Item_1" class="MMMIVStyleMMMenu0915164218_1" onmouseover="MM_menuOverMenuItem('MMMenu0915164218_1');"> Art </a> <a href="gifts.html" target="_self" id="MMMenu0915164218_1_Item_2" class="MMMIVStyleMMMenu0915164218_1" onmouseover="MM_menuOverMenuItem('MMMenu0915164218_1');"> Great Gifts </a> </div>
      </div>
      <div id="MMMenuContainer0915164502_2">
        <div id="MMMenu0915164502_2" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="contactemail.html" target="_self" id="MMMenu0915164502_2_Item_0" class="MMMIFVStyleMMMenu0915164502_2" onmouseover="MM_menuOverMenuItem('MMMenu0915164502_2');"> Email </a> <a href="contactmap.html" target="_self" id="MMMenu0915164502_2_Item_1" class="MMMIVStyleMMMenu0915164502_2" onmouseover="MM_menuOverMenuItem('MMMenu0915164502_2');"> Map </a> <a href="contactnumbers.html" target="_self" id="MMMenu0915164502_2_Item_2" class="MMMIVStyleMMMenu0915164502_2" onmouseover="MM_menuOverMenuItem('MMMenu0915164502_2');"> Phone Numbers </a> </div>
      </div>
      <div id="MMMenuContainer0915164633_3">
        <div id="MMMenu0915164633_3" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="suppliers.html" target="_self" id="MMMenu0915164633_3_Item_0" class="MMMIFVStyleMMMenu0915164633_3" onmouseover="MM_menuOverMenuItem('MMMenu0915164633_3');"> Suppliers </a> <a href="topics.html" id="MMMenu0915164633_3_Item_1" class="MMMIVStyleMMMenu0915164633_3" onmouseover="MM_menuOverMenuItem('MMMenu0915164633_3');"> Related topics </a> </div>
      </div>
    </div>
    </div>
    <div id="Layer2">
    <img src="title.png" alt="title" width="750" height="70" /></div>
    </body>
    </html>

    I have created a drop down menu in fireworks uploaded it to dreamweaver and tested it in the preview in firefox option and it worked fine. But when i uploaded the page to my website it did not work how can i make it work?
    Heres the code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <style type="text/css" media="screen">
        @import url("navbar.css"); 
    #Layer1 { 
        position:absolute; 
        left:50%; 
    top:50%; 
        width:200px; 
        height:52px; 
        z-index:1; 
        left: 258px; 
        top: 100px; 
    body { 
        background-image: url(Chicken%20background.png); 
    #Layer2 { 
        position:absolute; 
    left:300px; 
    top:-1px; 
        width:200px; 
        height:73px; 
        z-index:2; 
        left: 302px; 
        top: 26px; 
    #Layer3 { 
        position:absolute; 
        width:200px; 
        height:115px; 
        z-index:3; 
        left: 373px; 
        top: 208px; 
    </style> 
    <script language="JavaScript1.2" type="text/javascript" src="mm_css_menu.js"></script> 
    </head> 
    <body>
    <div id="Layer1">
    <div id="FWTableContainer2076544957">
      <table border="0" cellpadding="0" cellspacing="0" width="850">
        <!-- fwtable fwsrc="Untitled" fwbase="navbar.jpg" fwstyle="Dreamweaver" fwdocid = "2076544957" fwnested="0" -->
        <tr>
          <td><img src="spacer.gif" width="9" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="11" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="12" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="10" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="4" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="4" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td colspan="11"><img name="navbar_r1_c1" src="navbar_r1_c1.jpg" width="850" height="2" border="0" id="navbar_r1_c1" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="2" border="0" alt="" /></td>
        </tr>
        <tr>
          <td colspan="9"><img name="navbar_r2_c1" src="navbar_r2_c1.jpg" width="686" height="1" border="0" id="navbar_r2_c1" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164902_0', 'MMMenu0915164902_0',5,42,'navbar_r2_c10');"><img name="navbar_r2_c10" src="navbar_r2_c10.jpg" width="160" height="41" border="0" id="navbar_r2_c10" alt="" /></a></td>
          <td rowspan="6"><img name="navbar_r2_c11" src="navbar_r2_c11.jpg" width="4" height="48" border="0" id="navbar_r2_c11" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td colspan="3"><img name="navbar_r3_c1" src="navbar_r3_c1.jpg" width="180" height="1" border="0" id="navbar_r3_c1" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164218_1', 'MMMenu0915164218_1',11,42,'navbar_r3_c4');"><img name="navbar_r3_c4" src="navbar_r3_c4.jpg" width="160" height="41" border="0" id="navbar_r3_c4" alt="" /></a></td>
          <td rowspan="5"><img name="navbar_r3_c5" src="navbar_r3_c5.jpg" width="12" height="47" border="0" id="navbar_r3_c5" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164502_2', 'MMMenu0915164502_2',1,42,'navbar_r3_c6');"><img name="navbar_r3_c6" src="navbar_r3_c6.jpg" width="160" height="41" border="0" id="navbar_r3_c6" alt="" /></a></td>
          <td colspan="3"><img name="navbar_r3_c7" src="navbar_r3_c7.jpg" width="174" height="1" border="0" id="navbar_r3_c7" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td rowspan="4"><img name="navbar_r4_c1" src="navbar_r4_c1.jpg" width="9" height="46" border="0" id="navbar_r4_c1" alt="" /></td>
          <td rowspan="3"><a href="homepage.html"><img name="navbar_r4_c2" src="navbar_r4_c2.jpg" width="160" height="41" border="0" id="navbar_r4_c2" alt="" /></a></td>
          <td rowspan="4"><img name="navbar_r4_c3" src="navbar_r4_c3.jpg" width="11" height="46" border="0" id="navbar_r4_c3" alt="" /></td>
          <td rowspan="4"><img name="navbar_r4_c7" src="navbar_r4_c7.jpg" width="10" height="46" border="0" id="navbar_r4_c7" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164633_3', 'MMMenu0915164633_3',0,41,'navbar_r4_c8');"><img name="navbar_r4_c8" src="navbar_r4_c8.jpg" width="160" height="41" border="0" id="navbar_r4_c8" alt="" /></a></td>
          <td rowspan="4"><img name="navbar_r4_c9" src="navbar_r4_c9.jpg" width="4" height="46" border="0" id="navbar_r4_c9" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="39" border="0" alt="" /></td>
        </tr>
        <tr>
          <td rowspan="3"><img name="navbar_r5_c10" src="navbar_r5_c10.jpg" width="160" height="7" border="0" id="navbar_r5_c10" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td rowspan="2"><img name="navbar_r6_c4" src="navbar_r6_c4.jpg" width="160" height="6" border="0" id="navbar_r6_c4" alt="" /></td>
          <td rowspan="2"><img name="navbar_r6_c6" src="navbar_r6_c6.jpg" width="160" height="6" border="0" id="navbar_r6_c6" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td><img name="navbar_r7_c2" src="navbar_r7_c2.jpg" width="160" height="5" border="0" id="navbar_r7_c2" alt="" /></td>
          <td><img name="navbar_r7_c8" src="navbar_r7_c8.jpg" width="160" height="5" border="0" id="navbar_r7_c8" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="5" border="0" alt="" /></td>
        </tr>
      </table>
      <div id="MMMenuContainer0915164902_0">
        <div id="MMMenu0915164902_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="cats.html" target="_self" id="MMMenu0915164902_0_Item_0" class="MMMIFVStyleMMMenu0915164902_0" onmouseover="MM_menuOverMenuItem('MMMenu0915164902_0');"> Cats </a> <a href="other.html" target="_self" id="MMMenu0915164902_0_Item_1" class="MMMIVStyleMMMenu0915164902_0" onmouseover="MM_menuOverMenuItem('MMMenu0915164902_0');"> Other stuff </a> </div>
      </div>
      <div id="MMMenuContainer0915164218_1">
        <div id="MMMenu0915164218_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="stationery.html" target="_self" id="MMMenu0915164218_1_Item_0" class="MMMIFVStyleMMMenu0915164218_1" onmouseover="MM_menuOverMenuItem('MMMenu0915164218_1');"> Stationery </a> <a href="art.html" target="_self" id="MMMenu0915164218_1_Item_1" class="MMMIVStyleMMMenu0915164218_1" onmouseover="MM_menuOverMenuItem('MMMenu0915164218_1');"> Art </a> <a href="gifts.html" target="_self" id="MMMenu0915164218_1_Item_2" class="MMMIVStyleMMMenu0915164218_1" onmouseover="MM_menuOverMenuItem('MMMenu0915164218_1');"> Great Gifts </a> </div>
      </div>
      <div id="MMMenuContainer0915164502_2">
        <div id="MMMenu0915164502_2" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="contactemail.html" target="_self" id="MMMenu0915164502_2_Item_0" class="MMMIFVStyleMMMenu0915164502_2" onmouseover="MM_menuOverMenuItem('MMMenu0915164502_2');"> Email </a> <a href="contactmap.html" target="_self" id="MMMenu0915164502_2_Item_1" class="MMMIVStyleMMMenu0915164502_2" onmouseover="MM_menuOverMenuItem('MMMenu0915164502_2');"> Map </a> <a href="contactnumbers.html" target="_self" id="MMMenu0915164502_2_Item_2" class="MMMIVStyleMMMenu0915164502_2" onmouseover="MM_menuOverMenuItem('MMMenu0915164502_2');"> Phone Numbers </a> </div>
      </div>
      <div id="MMMenuContainer0915164633_3">
        <div id="MMMenu0915164633_3" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="suppliers.html" target="_self" id="MMMenu0915164633_3_Item_0" class="MMMIFVStyleMMMenu0915164633_3" onmouseover="MM_menuOverMenuItem('MMMenu0915164633_3');"> Suppliers </a> <a href="topics.html" id="MMMenu0915164633_3_Item_1" class="MMMIVStyleMMMenu0915164633_3" onmouseover="MM_menuOverMenuItem('MMMenu0915164633_3');"> Related topics </a> </div>
      </div>
    </div>
    </div>
    <div id="Layer2">
    <img src="title.png" alt="title" width="750" height="70" /></div>
    </body>
    </html>

  • Drop down menu for stroke not working

    The menu won't open in a new document I am creating.  It isn't highlighted and I don't know why.
    I added a stroke line under some text in a pages 09 document and it worked.  I just went back to that document and in the text inspector, under graphics, under stroke is the word None and then if I click the drop down menu there are other choices.  But in this new document no.  I have opened other documents to see what happens and the stroke drop down menu won't work.  I don't see what the difference is between the document where it works and the others.
    If anyone has a clue, I'd sure appreciate it.

    ST,
    Stroke refers to the outline of a Graphic Object. The text Underline is a Font Property, adjusted here:
    or in the Format Bar, or by typing the Shortcut Command U.
    Jerry

  • Help with inserting drop down menu/pricing in Muse site

    I know this is not a feature available directly in Muse, but are there other sites where I could get code to insert? View this website , the box on the right side where you can select from 3 dropdown menus and you get an updated price at the top. I don't care so much about the add to care function, I just want to have the dropdown/pricing.

    The HTML code for a drop-down menu is as follows:
    <select>
       <option>Item 1: $9.95</option>
       <option>Item 2: $19.95</option>
       <option>Item 3: $29.95</option>
    </select>
    You can add this code by clicking Option-> Insert HTML...
    Here is a good tutorial for drop-down menus.
    http://www.echoecho.com/htmlforms11.htm
    Hope this helps,
    Julia

  • Help needed with CSS drop down menu

    Hi guys,
    I'm trying to build a drop down menu for my site but, despite seeing a few tutorials and examples, I've had no luck yet!
    I'm pretty sure my HTML is correct...
    Code:
        <ul id="nav">
        <li><a href="#">Menu 1</a></li>
        <li><a href="#">Menu 2</a></li>
        <li><a href="#">Menu 3</a>
                <ul>
                    <li><a href="#">Drop Down 1</a></li>
                    <li><a href="#">Drop Down 2</a></li>
                    <li><a href="#">Drop Down 3</a></li>
                    <li><a href="#">Drop Down 4</a></li>
                </ul>
            </li>
        <li><a href="#">Menu 4</a></li>
        <li><a href="#">Menu 5</a></li>
        </ul>
    My CSS looks like this at the moment...
    Code:
    ul#nav {width:920px; height:35px; list-style:none; padding:0; margin:0; background:url(navBg.jpg) repeat-x; font-family:'OpenSansRegular'; font-size:11px; font-weight:700; text-transform:uppercase; -moz-box-shadow:0px 0px 10px #1c1c1c; -webkit-box-shadow:0px 0px 10px #1c1c1c; box-shadow:0px 0px 10px #1c1c1c; z-index:999;}
    ul#nav li a:hover, #nav li a:active {background:url(navOn.jpg) repeat-x; text-decoration:none;}
    ul#nav li a {border-right:1px solid #000; color:#E0E2E7; display:inline-block; float:left; margin:0; padding:10px 19px; width:auto; text-decoration:none;}
    * html #nav li {display:inline; float:left; }  /* for IE 6 */
    * + html #nav li {display:inline; float:left; }  /* for IE 7 */
    ul#nav li ul {left:-9999px; position:absolute; list-style:none;}
    ul#nav li:hover ul {left:0; position:absolute;}
    ul#nav li ul li {}
    ul#nav li ul li a {width:230px; background-color:#efefef; color:#2e2e2e; font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; border-bottom:solid 1px #FFF; padding:7px; margin:0;}
    ul#nav li ul li a:hover {background-color:#028efd; background-image:none; color:#FFF;}
    I'm really struggling with this. Does anyone know how I can get Menu 3 to display the four drop down items beneath it - not the same width as the Menu 3 button but just inline with it.
    Thank you very much and I hope to hear from you.
    SM

    Try this. It's been adapted from a menu I previously made on another site.
    #menu {width:920px; height:35px; padding:0; margin:0; background:url(navBg.jpg) repeat-x; -moz-box-shadow:0px 0px 10px #1c1c1c; -webkit-box-shadow:0px 0px 10px #1c1c1c; box-shadow:0px 0px 10px #1c1c1c;}
    ul#nav a {font: 700 11px 'OpenSansRegular', arial, helvetica, sans-serif; text-transform:uppercase; margin:0; padding:5px 15px; line-height:25px; color: #666; text-decoration: none; display:block; list-style: none;}
    ul#nav a:hover, ul#nav a.active {color: #999; background:url(navOn.jpg) repeat-x; text-decoration:none;}
    ul#nav {position: relative; margin: 0; padding: 0;}
    ul#nav ul {display: none;}
    * html #nav li {display:block; float:left; }  /* for IE 6 */
    * + html #nav li {display:block; float:left; }  /* for IE 7 */
    ul#nav li, ul#nav li li {position: relative; float: left; list-style: none; border-right:1px solid #000;}
    ul#nav li:hover ul {position: absolute; top: 35px; left: -1px; display:block; padding: 0; margin: 0;}
    ul#nav li li {width:230px; background-color:#efefef; color:#000;  font: normal 10px 'OpenSansRegular', arial, helvetica, sans-serif; border-bottom:solid 1px #FFF; border-right:none; border-left:1px solid #000; padding:0 5px;}
    ul#nav li li:hover, ul#nav li li a:hover {background-color:#028efd; color:#FFF;}
    <body>
    <div id="menu">
    <ul id="nav">
        <li><a href="#">Menu 1</a></li>
        <li><a href="#">Menu 2</a></li>
        <li><a href="#">Menu 3</a>
                <ul>
                    <li><a href="#">Drop Down 1</a></li>
                    <li><a href="#">Drop Down 2</a></li>
                    <li><a href="#">Drop Down 3</a></li>
                    <li><a href="#">Drop Down 4</a></li>
                </ul>
            </li>
        <li><a href="#">Menu 4</a></li>
        <li><a href="#">Menu 5</a></li>
        </ul>
        </div>
    </body>

  • Drop down menu's are not working on my new version of photoshop cc?

    How do I make all tools available please, none of the drop down menu's are working on my new photoshop cc?
    Could someone tell me how to make tools like the polygonal lasso tool work please. Normally they show up when you click on the small triangle next to the main tool to select the other simillar tools...
    Thank you

    You get to the polygonal lasso tool by click and hold a second or two on the lasso tool, this will bring up the flyout menu. If that does not work then right clicking should.

  • How do I un-delete a website from the drop down menu?

    I deleted a website from the awesome bar before. Now I want that website to appear on the drop down menu again. I visit it almost everyday but I cannot see it on the awesome bar. How can I fix this?

    Hi thankyou,
    If it was removed it may no longer be listed, however if you have visited the site again I am guessing two things are happening if it does not show up:
    #The settings for your url bar have changed, check to make sure that history is checked in the Location bar settings about:preferences#privacy
    #[[Remove websites from the Awesome Bar suggestions]]
    Did this help?

  • Help with AS3 drop down menu

    I'm new to AS3, this script is from an xml drop down menu. I
    need to change all the font to " Gil Sans Lite: I looked down the
    string and only see a place to change fonts twice which I did. But
    the original font remains in the 1st button, the drop downs were
    changed. I also needed to align the buttona as my stage is bigger
    looking for the x/y elements but I was so tired I must have missed
    them. The seperate xml script only lets you change the text, amount
    of menus and urls. Any help?

    Thanks for the info, as I said I'm new to AS3 so I would need
    to know exactly where in the script I would insert this
    (Also the font is on my mac so it would be the font folder/,
    font name "Gil Sans Lite" ='NavItemFont'
    package {
    import flash.display.Sprite;
    public class NavItemFont extends Sprite {
    [Embed(source='C:/WINDOWS/Fonts/FRAMDCN.TTF',
    fontName='NavItemFont', whats the unicode range?
    unicodeRange='U+0020-U+002F,U+0030-U+0039,U+003A-U+0040,U+0041-U+005A,U+005B-U+0060,U+006 1-U+007A,U+007B-U+007E')]
    public static var NavItemFont:Class;
    and second it says" Render this out - so it is now
    NavItemFont.swf" does that mean change the original fla name and
    export it as NavItemFont.swf"?
    Also " Then in another flash app - load the external swf as
    an asset, and on-load register the font - which will make it
    global. You can now change NavItemFont.swf externally and it will
    change in your app everywhere. Can you explain?
    thx

  • How do I remove the autocomplete drop-down menu from textboxs, not the awesome bar?

    I like having the drop-down menu from the url, but the autocomplete option for textboxs within like when I type my username and it pops up with all of the ones that has been used on that site are really annoying. How do I get rid for the latter? I didn't have this before I upgraded to Firefox, and now I can't get rid of it. Fyi, I'm rather tech inept, don't use complicated comp sci words please!

    You can use History > 'Clear Recent History" to clear already saved form data.
    *https://support.mozilla.org/kb/Clear+Recent+History
    Use these steps to remove saved (form) data from a drop down list:
    #Click the (empty) input field on the web page to open the drop down list
    #Highlight an entry in the drop down list
    #Press the Delete key (on Mac: Shift+Delete) to remove it.
    *http://kb.mozillazine.org/Deleting_autocomplete_entries
    See also "Prevent Firefox from automatically completing URLs":
    *https://support.mozilla.org/kb/search-your-bookmarks-history-and-tabs-awesome-bar

  • Help with Horizontal Drop down menu

    Can someone tell me what is wrong with my style sheets. The
    drop down menus aren't showing up in IE6, but work fine in Firefox,
    Safari and IE7. I am certain it is something simple.
    http://www.naylaw.com
    Need help please.

    Working for me on ie6

  • Need help with javascript drop down menu

    Hi,
    I inherited a website that was already created. I do not know
    what version of dreamweaver they created it in but I have
    Dreamweaver MX 2004. I am trying to make changes to the drop down
    menus. I have figured most everything else out about dreamweaver
    but cant figure out how these menu's are made or can be modified. I
    have gone into the main template and clicked on the menu section I
    want to modify. All it shows it a link to javascript:; I have
    searched everywhere for what this means or how to modify it but
    can't find anything. Can someone tell me how to get to this info so
    I can make changes. Thanks. My website is www.pfcal.org if that
    helps.

    Oh boy. Templates are not for uploading. They have no effect
    on the
    server. They only change local files which must then be
    uploaded to the
    server. But - I'm troubled by this comment -
    > It didnt give me an option to "save" though
    When you made the changes did the template page get marked as
    "dirty" (with
    an asterisk beside the name)? Which DW are you using?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "sjg23" <[email protected]> wrote in message
    news:[email protected]...
    > Ok. thanks. I did that but nothing changed. Here is what
    I have now:
    >
    > <div id="MMMenuContainer1112210633_0">
    > <div id="MMMenu1112210633_0"
    onmouseout="MM_menuStartTimeout(100);"
    > onmouseover="MM_menuResetTimeout();">
    > <a href="../message_director.cfm"
    id="MMMenu1112210633_0_Item_0"
    > class="MMMIFVStyleMMMenu1112210633_0"
    >
    onmouseover="MM_menuOverMenuItem('MMMenu1112210633_0');">
    > Director's Message
    > </a>
    > <a href="../mission.cfm"
    id="MMMenu1112210633_0_Item_1"
    > class="MMMIVStyleMMMenu1112210633_0"
    >
    onmouseover="MM_menuOverMenuItem('MMMenu1112210633_0');">
    > Our Mission
    > </a>
    > <a href="../history.cfm"
    id="MMMenu1112210633_0_Item_2"
    > class="MMMIVStyleMMMenu1112210633_0"
    >
    onmouseover="MM_menuOverMenuItem('MMMenu1112210633_0');">
    > Our History
    > </a>
    > <a href="../leadership_transiton.cfm"
    id="MMMenu1112210633_0_Item_3"
    > class="MMMIVStyleMMMenu1112210633_0"
    >
    onmouseover="MM_menuOverMenuItem('MMMenu1112210633_0');">
    > Leadership Transition
    > </a>
    > <a href="../pcl_organized.cfm"
    id="MMMenu1112210633_0_Item_4"
    > class="MMMIVStyleMMMenu1112210633_0"
    >
    onmouseover="MM_menuOverMenuItem('MMMenu1112210633_0');">
    > How PCL is Organized
    > </a>
    > <a href="../board_directors.cfm"
    id="MMMenu1112210633_0_Item_5"
    > class="MMMIVStyleMMMenu1112210633_0"
    >
    onmouseover="MM_menuOverMenuItem('MMMenu1112210633_0');">
    >
    Board of Directors and Officers
    > </a>
    > <a href="VideoNGO.cfm" id="MMMenu1112210633_0_Item_6"
    > class="MMMIVStyleMMMenu1112210633_0"
    >
    onmouseover="MM_menuOverMenuItem('MMMenu1112210633_0');">
    > See our promotional video</a>
    >
    > </div>
    > </div>
    >
    > I made this change in the html code of the page
    "main.dwt" which is my
    > main
    > template. It didnt give me an option to "save" though so
    it's like it
    > doesnt
    > recognize that I changed anything. I saved it anyway and
    uploaded but no
    > change
    > on the web.
    >

Maybe you are looking for

  • My phone takes ages to turn on and then when it does it is unresponsive. What do I do!?

    I have been having trouble with my phone for ages now, I always look after it really well, it has had screen protectors and a case on it since the day I got it. There is no damage to the phone at all, not a single scratch! However, the phone now take

  • How to Play iTunes from a external Hard Drive?

    Is it possible to run iTunes from an external hard drive so that I dont use up the space on my labtop? For example, store all my music files on the External and run it through iTunes.

  • How can I create a savable form?

    A form pdf I created in Pro, then opened in Reader cannot be saved with the filled out info. I created it with no security, and with the extended property on. Both Pro and Readers are the latest versions. What am I missing?

  • B1out type="object_full" Error Message?

    I am looking for an example of a "B1out type="object_full"" out format for an AR-Invoice or similar doc type? When I use the regular "type="object"" there are no errors but when I change it to the "type="object_full"" and add the Control and Payload

  • Acrobat & Gotham OTF printing issues

    This isn't the first time I have had problems with the Gotham OTF font family. In the past it would crash large Indesign CS4 files I was working on. Deleting the Indesign font list file seemed to help fix the problem. Now I have run into yet another