This support forum belongs to the Accordion (Horizontal/Vertical) Gallery Module.
Accordion (Horizontal/Vertical) has a bug tracker here: http://github.com/jafl/yui-modules/issues
| Page 1 of 1 | [ 8 posts ] |
|
As the tabs close the content from the open tab is visible from the other tab until its opacity hits 0. I'm not sure if this is an intended effect or not, but for those who don't want to have that happen the rule below solves the issue.
Code: .yui3-accordion-section-clip { overflow: hidden; } |
|
In which browser does this happen? I've tested in Chrome and Firefox 3.6, and the content of the closing tab does not leak outside its container.
|
|
FireFox 3.6, Opera 11, Chrome 8, Safari 5
IE 8 is the only one where it doesn't. Below is an image example of it with and without that rule. http://imgur.com/JgLzl |
|
Go figure it would be IE
Thanks for the patch. I'll update the widget. |
|
I just checked, and the CSS rule that you posted is already part of gallery-accordion-horiz-vert-core.css. Are you loading this CSS file on your page?
|
|
My mistake, I wasn't aware that there was a supplied css file. I don't see it mentioned anywhere in the docs or code sample. It worked right out the box without with the exception of that one rule so I wasn't really given any reason to think that it needed one
The modules loaded from the gallery are not served with css or any other assets for that matter as far as I know. |
|
I'll dig into whether or not it is possible for gallery modules to auto-load CSS.
|
|
Apparently, not yet. From the FAQ:
Can I add a skin to the gallery? Currently the Gallery does not offer skin support. As the skinning solution for YUI 3 solidifies, we will begin to add support for it. For now, you will have to include the CSS and the images in your own download file. |
| Page 1 of 1 | [ 8 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group