Possible to have spry Tabbed Items vertical rather than horizontal?

Hi,
I'm basically trying to set up a website that uses spry tabbed instead of links because I would like to have a continuous, rolling flash image browser running in a separate div. Links would obviously refresh the plug-in, and it's not what I'd like.
I did something similar before using spry, and had it navigated on the top, but for this design I'd like to have the links going down vertically, with content to the right of them.
Is this possible using tabbed items?
Also, is it wise that I use spry and a flash/shockwave plug-in, as this is a business website and would need to be opened at all computers?
Cheers in advance!
Ivan Reshetilov
http://www.ivanreshetilov.co.uk

http://labs.adobe.com/technologies/spry/samples/tabbedpanels/tabbed_panel_sample.htm
Also yes you can use Spry together with Flash. If it gives issues. Set the flash's wmode to transparent

Similar Messages

  • Text Direction ... headers vertical rather than horizontal

    I have a report with 20 columns...
    So to be able to show all on 1 page, I want to be able to put headers vertical rather than horizontal..
    Any Ideas how to do this?
    Thanks
    Dean

    michaels2
    I'm getting LPX-00601 when testing your code (10.2.0.4)
    SQL> select * from test_xml;
    NAME                        AGE   PASSPORT
    John                         26 1231232143
    Peter                        28  209381232
    Lisa                         24  120431474
    SQL> SELECT *
      2    FROM XMLTABLE ('ROWSET/ROW/*' PASSING xmltype (CURSOR (SELECT * from test_xml)));
    COLUMN_VALUE
    <NAME>John</NAME>
    <AGE>26</AGE>
    <PASSPORT>1231232143</PASSPORT>
    <NAME>Peter</NAME>
    <AGE>28</AGE>
    <PASSPORT>209381232</PASSPORT>
    <NAME>Lisa</NAME>
    <AGE>24</AGE>
    <PASSPORT>120431474</PASSPORT>
    SQL> SELECT *
      2    FROM XMLTABLE ('ROWSET/ROW/*' PASSING xmltype (CURSOR (SELECT * from test_xml))
      3  COLUMNS name VARCHAR2 (30) PATH 'node-name(.)',value  VARCHAR2 (30) PATH '.');
    COLUMNS name VARCHAR2 (30) PATH 'node-name(.)',value  VARCHAR2 (30) PATH '.')
    ERROR at line 3:
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00601: Invalid token in: '/*/node-name(.)'any clue?
    Thanks

  • How to get vertical rather than horizontal plan?

    Hi
    Witha complex site layout plan  it would be easier for me if child pages were shown in a vertical rather than a horizontal array.
    The horizontal array makes for much scrolling across the screen and seems to use too much visual real estate.
    How can this be changed?
    Also is there no way to show notes alongside each page in the plan?
    Thanks in advance
    David

    Hi
    Usually staff answers are thoughtful and helpful - on this occasion I find the response to be rather simplistic and narrow minded.
    1. There is no logical reason why a website could not be built irrespective of the way the planning mode controls it screen layout. After all that is what computers are really good at - separating logic from view. The only thing needed is a view modifier and I am really surprised that anyone would state with such confidence: "It can't hence, be changed in the plan mode"
    2. When each sibling can be presented in a vertical rather than a horizontal plane it would facilitate visualisation, especially for complex sites,
    3. No thought in the program design seems to have been given to the benefits which could arise from vertical presentation for printing purposes. We also need to be able to print siblings and the ability to be able to print out the site plan in vertical segments by sibling would be an invaluable planning tool.
    4. No response has been made to the need to be able to attach notes (maybe using a "notes" layer?
    Come - lets have a more thoughtful response. Like all software Muse is a work in progress and that, IMHO, is very true of Muse,. This program has a lot of potential but much needs to be done to approach a level of maturity that harmonises with other Adobe products. The absence of an inbuilt database management facilities is only one of many striking omissions which signal insufficient commitment and determination to fulfill that potential within a reasonable time frame.
    david

  • Positioning navigation bar  vertical rather than horizontal on side on web

    Is it possible and I think it is to place the webitem navigation_block bar on the side of the page rather than the default position on the top, without modifying the web template ( at runtime)
    Even during the design time I am not able to make it vertical in wad.
    Any help would be appreciated.
    Thanks

    I don;t see 0Analyser bar as vertical, it is horintal. Below is the code from 0ANALYZER and I located the navigation bar. my guess is that there is a paramname that can specify vertical alignment.Don;t know what that would be. None of the properties has that option..
    <!-- Navigational block: GR1NavBlock--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR1NavBlock"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_NAV_BLOCK"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="WIDTH" value="200"/>
             <param name="SHOW_AXES_GROUPING" value="X"/>
             ITEM:            GR1NavBlock
    </object>

  • Is there a way to make table entries vertical rather than horizontal?

    I am wanting to make custom x-axis values which are names of sensors rather than numbers so i was going to just place a table to make the custom values.  But i do not think Labview will allow vertical text like it is in the y-axis units.  It only allows this for captions and labels.  Does anyone know?

    Here is a quick demo that is a bit more robust and picks-up on CC's suggestion.
    It simply uses a picture control with a transparent background to hold the text labels.
    It is in LV 8.0 but should be code-able back to 6.1.
    This VI is suitable for use in creating an XControl.
    Anyone game?
    Ben
    Message Edited by Ben on 09-17-2006 10:48 AM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Attachments:
    Markers.vi ‏27 KB
    Text Mrakers.JPG ‏144 KB

  • Is it possible to let Spry Tab Panels play and loop automatically?

    Hello everyone,
    I have created several Spry tab panels and they appeared to
    be working perfectly as I need them to.
    However, I was wondering if there is a way to have the tab
    panels play automatically and loop like a slide show on page load.
    So when a user vists the page, the panels will play or
    transition like a slide show.
    Is this at all possible?
    Thanks everyone - Patrick

    A few missing pieces here...
    1. Are you using Kerio on your machine, or that is what your hosting provider is running? (I will assume the former).
    2. Does your hosting provider accept mail to AnyUser@yourdomain, or only to legitimat users at your site? If the former, it is no wonder you are getting hammered by spam. You will take anything. Your provider might be able to filter against an RBL list, but that probably only takes out about 70% of the spam on a good day.
    Anti-spam filtering takes place on the SMTP side of the server. Once the mail is delivered to your SP, you've got the mail and have to deal with it on the client side. Ugly at best. Fetchmail will not help you here.
    OS X mail does have a pretty good selection of anti-spam tools. Most notably, SpamAssassin and greylisting. But both (greylisting in particular) require your mail server be the only mail server for your domain for best results.
    Mail does not require particularly high availability. If your mail server is missing for a while, the sending site will try again later. Mail is very resilient to temporary failures. You could set up your SP as a backup MX host if you want, but I would submit that would increase your spam load when your server is down or missing (mail relay from a secondary host, short circuits the greylisting feature).
    I do not know Kerio myself, but for mail alone, the built in mail services in OS X (current version) are pretty good. But you are shooting yourself in the foot by having your SP collecting mail for you, especially if they will accept any user.

  • In iTunes, is there any way to play one song at at time and have the song stop at its end.  I want to play guitar with a track and have that track stop playing rather than going to the next song.

    I want to play a single song in iTunes on my ipad and have the track stop when the song finishes, rather than itunes playing the next track.  I play guitar with the track and need iTunes to stop at the end of the song.
    I have worked around this issue by creating a separate play list for each song, then inserting the song into the play list.  I would like to find a more straight forward solution that would eliminate this extra step.  On my PC, I use QuickTime to bring up an individual song and then can play one track at a time.
    Thanks!

    On the IPod if the shuffle icon is colored blue it is ON, if it is colored white it is OFF. This control is global, if it is ON any album or list will be shuffled.

  • Possible to display domain value range descriptions rather than values?

    Hi All,
    We're using ECC6.
    I have a context input field on my view, which is  bound to a data type that is bound to a domain.  The values are brought back from the domain automatically but when the user selects a row, the fixed value is displayed rather than the description, i.e. the code for the value is displayed rather than the short description.
    This is not acceptable.  Before I go off and code something for this instead is there a parameter I can set to tell it to display the description rather than the code.
    Many thanks,
    Liz.

    HI Liz,
    You can read the domain name i guess, then you can use the Function Module DD_DOMVALUES_GET, make the call as
    CALL FUNCTION 'DD_DOMVALUES_GET'
           EXPORTING
                domname        = i_dom_name
                text           = 'X'
                langu          = sy-langu
           IMPORTING
                rc             = lv_rc
           TABLES
                dd07v_tab      = t_dd07v
           EXCEPTIONS
                wrong_textflag = 1
                OTHERS         = 2.
    you should get the short description in the field ddtext of result t_dd07v.
    Now instead of creating a domain you can provide these values to the valid values for your context dynamically.
    Hope this helps.
    Regards
    Vineet

  • Is it possible to have different tabs print with different page setups.

    I would like to use specific page setup parameters (under the File menu) for printing from a particular web site, but those parameters do not work well for printing from other web sites. I would like to be able to specify different page setup parameters for each open tab. Is this possible?

    That might be possible via a GreaseMonkey user script, by setting the '''@include''' address to a specific domain.
    http://wiki.greasespot.net/User_script
    This is an example of a script I found a few years ago to bypass a fault in Firefox when printing the Courier font.
    <pre><nowiki>// ==UserScript==
    // @name Fix Courier Bug
    // @namespace http://userscripts.org
    // @description Replaces "Courier" with "Courier New" font
    // @author Dan
    // @include *
    // ==/UserScript==
    var elementList = document.getElementsByTagName('*');
    for (var i = elementList.length - 1; i >= 0; i--) {
    var elementItem = elementList[i];
    var ff = getComputedStyle(elementItem, '').fontFamily;
    var oldff=ff;
    ff = ff.replace('Courier New', '1234567890qwertyFONT');
    ff = ff.replace('Courier', 'Courier New');
    ff = ff.replace('1234567890qwertyFONT','Courier New');
    elementItem.style.fontFamily = ff; </nowiki></pre>
    Sorry, I can't help you with writing a script.

  • Is it possible to have my navigation bar on the side? I see where a sidebar can have the bookmarks, but I don't see how to get the navigation bar to be on the side. I want more vertical space than horizontal so that pages appear longer.

    Running Win7

    I don't know if there is an extension that can place the location bar in the sidebar.<br />
    You can look at the Autohide extension if you need more room.
    Autohide: http://www.krickelkrackel.de/autohide/
    See also http://www.krickelkrackel.de/autohide/autohidehelp.htm

  • SPRY DROP DOWN (VERTICAL) MENU SHOWING HORIZONTALLY IN IE8

    Hi guys,
    im having hard time figuring out how to fix my spry drop down menu on IE8. when rolled over, it lines up horizontally instead of vertically. please check the site:
    http://www.rebeccabrooksphotography.com/ and roll over the A bit about and Galleries.
    hope you experts can help me. please!
    here's the HTML 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" dir="ltr" lang="en-US">
    <head profile="http://gmpg.org/xfn/11">
    <title>Rebecca Brooks Photography</title>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    <meta name="description" content="A Community Based WordPress Theme" />
    <link rel="stylesheet" type="text/css" href="style.css" media="screen" />
    <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
    <script type="text/javascript" src="js/hoverintent.js"></script>
    <script type="text/javascript" src="js/superfish.js"></script>
    <script type="text/javascript" src="js/jquery.cycle.all.min.js"></script>
    <script type="text/javascript" src="js/script.js"></script>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <!-- Start Of Script Generated By WP-PageNavi 2.40 -->
    <link rel="stylesheet" href="pagenavi-css.css" type="text/css" media="screen" />
    <!-- End Of Script Generated By WP-PageNavi 2.40 -->
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="page">
      <div class="rss"></div>
      <div id="header">
        <div class="logo">
          <h1><a href="#" title="TemplateAccess Theme">A TemplateAccess.com Theme</a></h1>
        </div>
    <div class="topnav">
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li><a href="index.html">Home</a></li>
            <li><a href="aboutme.html" class="MenuBarItemSubmenu">A bit about</a>
              <ul>
                <li><a href="#">Me</a></li>
                <li><a href="#">Your Shoot</a></li>
              </ul>
            </li>
            <li><a class="MenuBarItemSubmenu" href="#">Galleries</a>
              <ul>
                <li><a href="#">Hello World</a></li>
                <li><a href="#">Little &amp; then no so</a></li>
                <li><a href="#">Family</a></li>
                <li><a href="#">The Look of Love</a></li>
                <li><a href="#">My Wanderlust</a></li>
              </ul>
            </li>
            <li><a href="#">Client Viewing</a></li>
            <li><a href="#">Testimonials</a></li>
            <li><a href="pricing.html">Pricing</a></li>
            <li><a href="contact.html">Contact</a></li>
          </ul>
          <div class="clr"></div>
      </div>
        <div class="clr"></div>
      </div>
      <!--/header -->
      <div class="body2">
        <div class="header_text">
          <div id="slider">
            <!-- start slideshow -->
            <div id="slideshow">
              <div class="slider-item"><a href="#"><img src="images/simple_img_1.jpg" alt="screen 1" width="920" height="374" /></a></div>
              <div class="slider-item"><a href="#"><img src="images/simple_img_2.jpg" alt="screen 2" width="920" height="374" /></a></div>
              <div class="slider-item"><a href="#"><img src="images/simple_img_3.jpg" alt="screen 3" width="920" height="374" /></a></div>
              <div class="slider-item"><a href="#"><img src="images/simple_img_4.jpg" alt="screen 4" width="920" height="374" /></a></div>
              <div class="slider-item"><a href="#"><img src="images/simple_img_5.jpg" alt="screen 5" width="920" height="374" /></a></div>
            </div>
            <div class="clr"></div>
          </div>
        </div>
        <div class="clr"></div>
      </div>
      <!--/body -->
    </div>
    <!--/page -->
    <div id="page-bot">
      <div class="bloog">
        <p>© Rebecca Brooks Photography. All Rights Reserved.</p>
      </div>
      <div class="clr"></div>
    </div>
    <!--/page-bot -->
    <div id="footer">
      <div class="footer_resize">
        <div class="fr"><strong><br />
        </strong></div>
        <div class="clr"></div>
      </div>
      <div class="clr"></div>
    </div>
    <!--/footer -->
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    ========
    here's the css file:
    @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: 0px;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
    background-color: #454545;
    /* 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;
    background-color: #454545;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0px;
    padding: 0;
    list-style-type: none;
    font-size: 11px;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: auto;
    float: left;
    background-color: #454545;
    font-family: Arial, Helvetica, sans-serif;
    word-spacing: normal;
    letter-spacing: 0px;
    color: #454545;
    height: auto;
    clear: none;
    /* 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: 8.2em;
    position: absolute;
    left: -1000em;
    background-color: #454545;
    /* 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;
    background-color: #454545;
    width: auto;
    float: left;
    list-style-type: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 11px;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 140px;
    background-color: #454545;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: 0 0 0 95%;
    background-color: #454545;
    /* 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: 0px;
    width: auto;
    background-color: #454545;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #CCC;
    background-color: #454545;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #454545;
    color: #CCC;
    text-decoration: none;
    padding-top: 2px;
    padding-right: 13px;
    padding-bottom: 2px;
    padding-left: 13px;
    /* 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: #454545;
    color: #FFF;
    font-size: 11px;
    /* 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: #454545;
    color: #FFF;
    float: none;
    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-repeat: no-repeat;
    background-position: 95% 50%;
    background-color: #454545;
    font-size: 11px;
    /* 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: none;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    width: auto;
    background-color: #454545;
    font-size: 11px;
    /* 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-repeat: no-repeat;
    background-position: 95% 50%;
    background-color: #454545;
    font-size: 11px;
    /* 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: none;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    font-size: 0px;
    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;
    .MenuBarItemSubmenu ul li {font-size:11px;}

    Add the following styling to your document, making sure that this comes after the menubar styling that you have already got inplace.
    ul.MenuBarHorizontal ul li {
        display: block;
        float: none !important;
        width: auto;
        white-space: nowrap;
        border-bottom: solid 1px #EEE;
    Gramps

  • Spry Menu Bar: OL rather than UL

    Does anyone know of a way to modify the javascript and css
    files to change the default UL arrangement to an OL arrangement and
    still have the widget recognized as a widget within Dreamweaver?
    OLs would be better for accessibility and Section 508 reasons as
    one can right rules for aural browsers that see the OL list type as
    an outline, e.g. I, A, 1, a, i; whereas ULs cannot have such
    information. It makes it easier to show the relationships of
    parents and children for non-visual users.
    I have attempted to change the scripts and css files, but DW
    ceases to read the widget as a widget. Ideally, the initial screen
    that allows choice of horizontal and vertical menus could also
    query on list type and the drop the appropriate javascript/css set
    into the Spry directory.
    Any ideas?
    Thanks.
    Skip Keats

    Hi
    It can certainly be done, but will require rewriting the css, (and possibly javascript).
    You best solution is to repost your question in the spry forum, as possibly someone there knows of a tutorial or an example of the code - http://forums.adobe.com/community/labs/spry.
    PZ
    www.pziecina.com

  • I want ALT+F4 to close the active Tab (CTRL+W) rather than the whole window.

    Since I've bound the "Close" (ALT+F4) action to one of the auxiliary mouse buttons, when I'm in Firefox I'd like the button to close a tab instead of the whole window.
    Binding another mouse button to CTRL+W could be done, but I'd like to have only one button to the "Close" action bound in the mouse and I want it to close a single tab not all the window in Firefox.
    Thank you.

    You can use Ctrl+F4 to close the current tab. I don't think that you can change the Alt+F4 action with Keyconfig.

  • Project 2013- Trying a to move a task within the project and have it respect new predecessor rather than old one

    Ok, I am working on a rather large project schedule.
    Before having to upgrade to Project 2013, the file was used in Project 2007.
    Basically I am having a problem with moving tasks only to have them still respect their old predecessor instead of just the new one.
    Basically I have 4 tasks ( with start dates): Task A: 1st of month, Task B: 5th of month, Task C: 9th of month, Task D: 13th of month.
    I would want to move say Task D infront of Task B and have it go A/1st, D/5th, B/9th, C/13th. But all that happens is that the tasks change order but all the dates remain with their original tasks. This wasn't a problem before Project 2013.
    Is there any fix for this outside of having to unlink and relink every time I make  change?

    GarrettW23,
    You're right, it doesn't work the same in Project 2010 & later as it did in Project 2007 and earlier. The feature you desire is controlled by the option setting to autolink inserted or moved tasks. As far as I can tell there is a bug that was likely
    introduced when manual scheduling was added to Project 2010. Now, if the option is set, two links will be set up, the original link to the old predecessor and a new one to the new predecessor.
    I'm surprised this bug hasn't been fixed but I guess it's not something a lot of users have an issue with. Meanwhile, edit your links after drag and drop as Rod suggests.
    John

  • Possible to meet with Customer Service Rep, rather than call?

    We have been overcharged on our bill (ATT Uverse) on so many occasions, and there are so many inaccuracies on the bills submitted, that we need to sit face-to-face with an intelligent customer service representative and go through all the bills for the last 5 months, in order to reach a comprehensive solution.  Calling customer service has not been helpful.  They seem to be looking at different charges and different bills than the ones in front of us, not to mention the incompetency of some of the reps with whom we have been dealing.  I am considering filing a complaint with the Better Business Bureau...however, I want to give it one last try, before filing as many complaints as possible.   Is there a way to meet (not call) with a customer service representative, who can go through the hard copy bills with us?  Would going to their corporate office help?

     
    Send a message to the  ATT Customer Care team.  This group has been known to get things done but give them two to three business days to respond.  Be sure to include a detailed message of your issues along with your name and account number.
    Watch the little blue envelope at the top of this page for a reply. 

Maybe you are looking for

  • Question on the function okFindIndex

    Hello all, I have some questions on programming palm application by using Olite502 and codewarrior. In the palm database, there is a table call PDA_CASE, I that table, there are 4 fields, i.e. CASE_NO, ID, TEL, ADDRESS. Now, in my application, i have

  • How To Deploy in Application Server 9?

    Hi. I'm a new comer for EJB. I'm using the Newest version of EJB SDK. I'm trying to deploy my Hello World Application but I do not know how... My codes are as following. HelloHome.java import java.rmi.*; import javax.ejb.*; public interface HelloHome

  • How can i add text to photo in iphoto?

    How can I add text to photo in iphoto without having lion or mtn lion?

  • Issue in Installing Oracle EPM 11.1.1

    Hi all, I have an issue with my installation of EPM 11.1.1. My essbase products failed to register with the shared services Please Help!!!!

  • Preview error in BIP

    I created a RTF template. The template consists of 3 datasets and each dataset is displayed in a crosstab. I am able to preview the template in html from MS word, but the preview doesn't show up in BI Publisher. I get an error "The report cannot be r