Focus, Browsers & Spry Accordion

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Focus, Browsers & Spry Accordion

    I'm using the Spry Accordion (and like it a lot), but I've observed a minor
    unwanted effect:
    In some browsers (FF and Chrome) there is a frame appearing around the widget
    when it is focussed.
    In Chrome, it's a sort of gold rectangle and is actually quite pretty in the
    context of the page,
    but Firefox uses a dotted rectangle which gets clipped on one edge by the
    nesting of objects and looks sloppy & unattractive.
    Does anyone know how I might affect this focus characteristic?
    I've changed as many CSS characteristics as I could identify to make the
    accordion blend into the text, but none of them seem to have an impact on this
    focus-indicator.

    ThxEnAvance,
    F/C

    CORDFrank Guest

  2. Similar Questions and Discussions

    1. Spry Accordion browser issue
      When I preview my page in browser, there is a dotted line all around the spry accordion widget. I've looked through the css and can't find where that...
    2. Spry accordion with links??? Possible???
      Fellow Dreamwearvers. I am trying, perhaps mistakenly, to use the accordion widget as a menu bar. I prefer it to the menu bar where the submenus...
    3. spry accordion
      Hi I can't understand how to get the accordion to open a tab on mouse over. It just opens now when it's clicked. I found a lot of information on...
    4. Spry - Accordion
      Hi, I'm building a menu for a website with the Spry accordion widget. I want to open the accordion with a mouseOver-effect, but not close them...
    5. CS3 Spry Accordion Gaps
      I have created a Coldfusion webpage with two Spry's, the accordian Spry and the Spry Menu Bar. When viewing the Spry Accordion in Internet explorer...
  3. #2

    Default Re: Focus, Browsers & Spry Accordion

    Frank,

    Take a look at the AccordionFocused class. You might try adding this
    property:

    border:none;

    HTH,
    Randy
    > I'm using the Spry Accordion (and like it a lot), but I've observed a minor
    > unwanted effect:
    > In some browsers (FF and Chrome) there is a frame appearing around the widget
    > when it is focussed.
    > In Chrome, it's a sort of gold rectangle and is actually quite pretty in the
    > context of the page,
    > but Firefox uses a dotted rectangle which gets clipped on one edge by the
    > nesting of objects and looks sloppy & unattractive.
    > Does anyone know how I might affect this focus characteristic?
    > I've changed as many CSS characteristics as I could identify to make the
    > accordion blend into the text, but none of them seem to have an impact on this
    > focus-indicator.
    Randy Edmunds Guest

  4. #3

    Default Re: Focus, Browsers & Spry Accordion

    Oh browers...
    That property removes the frame in Chrome, but doesn't change the effect in Firefox.
    Any MozzaGurus out there?

    Thx,
    F/C
    CORDFrank Guest

  5. #4

    Default Re: Focus, Browsers & Spry Accordion

    CORDFrank wrote:
    > Oh browers...
    > That property removes the frame in Chrome, but doesn't change the effect in Firefox.
    > Any MozzaGurus out there?
    Add to the .Accordion class:
    outline:none;

    For me this solves the issue in both Firefox 3 and in Chrome without the need to change the border attribute on the AccordionFocused class.



    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  6. #5

    Default Re: Focus, Browsers & Spry Accordion

    "CORDFrank" <webforumsuser@macromedia.com> wrote in message
    news:gk2e1l$sbj$1@forums.macromedia.com...
    > I'm using the Spry Accordion (and like it a lot), but I've observed a
    > minor
    > unwanted effect:
    > In some browsers (FF and Chrome) there is a frame appearing around the
    > widget
    > when it is focussed.
    > In Chrome, it's a sort of gold rectangle and is actually quite pretty in
    > the
    > context of the page,
    > but Firefox uses a dotted rectangle which gets clipped on one edge by the
    > nesting of objects and looks sloppy & unattractive.
    > Does anyone know how I might affect this focus characteristic?
    > I've changed as many CSS characteristics as I could identify to make the
    > accordion blend into the text, but none of them seem to have an impact on
    > this
    > focus-indicator.
    Last I looked at spry accordions, it was using tabindex on the triggers in
    lieu of a real <a> tag. If you want the Accordion accessible to keyboard
    users do not alter the browser's default outline - it is an accessibility
    feature. If you want to normalize the spry accordion, either remove tabindex
    attributes or see if someone from Adobe can tell you how to make the
    triggers real links.


    --
    Al Sparber - PVII
    [url]http://www.projectseven.com[/url]
    The Finest Dreamweaver Menus | Galleries | Widgets
    [url]http://www.projectseven.com/go/pop[/url]
    The Ultimate DW Menu System




    Al Sparber - PVII Guest

  7. #6

    Default Re: Focus, Browsers & Spry Accordion

    Thanks to all.
    I have to say, this is the most effective forum I've ever used!
    CORDFrank Guest

  8. #7

    Default Re: Focus, Browsers & Spry Accordion

    > Add to the .Accordion class:
    > outline:none;
    Doh! I meant "outline" :)

    Randy
    Randy Edmunds Guest

  9. #8

    Default Re: Focus, Browsers & Spry Accordion

    great that this works a treat with all of the spry effects menu effects
    Unregistered Guest

  10. #9

    Default Re: Focus, Browsers & Spry Accordion

    outline: none; -- you just MADE my day! I've been looking for a fix to the annoying outline.

    Thanks!

    Quote Originally Posted by danilocelic AdobeCommunityExpert View Post
    CORDFrank wrote:

    Add to the .Accordion class:
    outline:none;

    For me this solves the issue in both Firefox 3 and in Chrome without the need to change the border attribute on the AccordionFocused class.



    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139