Shape 5

Joomla Club Extensions => Horizontal Accordion v2 - Club => : smichels May 02, 2013, 08:05:17 PM



: IE10 Accordian text no longer vertical
: smichels May 02, 2013, 08:05:17 PM
Hi,
Our horizontal accordion broke when IE10 came out, it still looks fine in IE9 and Firefox. The text on the tabs is no longer vertical, it is horizontal.

I see on your demo site the same thing is happening. Can you tell me how to fix this?
My site: lunsfordrealestate.com


: Re: IE10 Accordian text no longer vertical
: mikek May 03, 2013, 07:36:44 AM
Hello,

I have checked this in IE10 and I do not see any issues. Have you tried on a second machine?


: Re: IE10 Accordian text no longer vertical
: smichels May 05, 2013, 08:45:36 PM
Hi Mike,
I have checked it on 3 machines. 2 of the computers are owned by me. I run on windows 7 pro and home premium, and am using IE10.0.9

I have started IE10 in no addon mode, I have deleted all history and cookies, reset to IE10 defautls and still seeing the slider text as shown above in the screenshots.

Interesting that you are not seeing the same thing when you view the site via IE10. Any suggestions?
Thanks!
Susie


: Re: IE10 Accordian text no longer vertical
: mikek May 06, 2013, 08:33:43 AM
Hello,

That is strange. Please try replacing the following css in modules/mod_s5_horizontal_accordion/css


: Re: IE10 Accordian text no longer vertical
: smichels May 06, 2013, 07:20:26 PM
Hi Mike,
Got it fixed. The file you sent broke more than it fixed, but I was able to compare it to my current file and noticed my file was missing the last transform line (bolded below).

.s5_hor_acc_title_wrap2 {
   -webkit-transform: rotate(-90deg);
   -moz-transform: rotate(-90deg);   
   -o-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
}

I added the line to my current css file and it appears to be working fine!
Thanks for your help,
Susie