nikki / LiteAccordion

A lightweight horizontal accordion plugin for jQuery.
MIT License
224 stars 130 forks source link

position incorrect in IE #41

Closed kneidels closed 12 years ago

kneidels commented 12 years ago

Hey Nikki

Great work on this – thanks!

i must have done something wrong here… trying to setup a barebones (ie - themeless) version of this. on FF it works great, though in IE the H2 handles are off - in the middle of the container instead of the side.

can you tell what i did wrong? http://bit.ly/wBsMBj and here: http://bit.ly/GBs1U8

by the way - in Chrome - the H2 handles (text) don't appear at all - see above examples.

thanks a mil!

nikki commented 12 years ago

I've had a quick look, some of your page css is cascading into the accordion. Fixing that might help.

kneidels commented 12 years ago

you are right Nikki - thanks. It took me a while, but eventually I narrowed it down to a "direction: rtl" that was applied to the entire page.

What i am left with now, after spending quite a lot of time, are these 2 issues: 1) in IE: only the top part (say 20px) of the H2 handle is clickable - the rest of the strip is not 2) in Chrome - the within the H2 is out of place. if i add a "margin-top: -16px" to the it fixes it in Chrome, but of courses messes it in other browsers....

any help appreciated. Thanks!

nikki commented 12 years ago

1) https://github.com/nikki/liteAccordion/issues/39 2) Please post support requests here