Would love to rate well
-
I wanted this to work, it was just what I was looking for! It still has a lot of bugs that I was able to work out. However I finally got to the point where my coding experience gave out.
1. I wanted to add the words “Coupon” to the tab. In order to do this I needed to make the tab bigger. The interface controls made the words disappear as soon as I sized the tab button. The only way I could make this work is to adjust the .css file.
I added under .tab_text_bg {
margin-left:-26px!important;
width: 50px;
height: 120px;Then I added under #tab_title_wrap {
margin-top:23px!important;margin-left:0px!important;2. In IE I noticed that my “Coupon” was not rotated 90 degrees. No problem, I will add the following to #tab_title_wrap {
-ms-transform: rotate(90deg); /* IE 9.0+ */3. Problems all fixed right?? No, I went to https://netrenderer.com/ or https://browsershots.org to check out how my site was rendering. Safari, Chrome, Firefox, and Opera all look great on any version. IE 11 looked great. IE 10 the words are no longer rotated 90 degrees. IE 9 and below the widget appeared above the header.
I really hope zoranc has not given up on his plugin. I want to use this plugin, it does what I want it to do, however I can’t have what is happening to be on my website. For now I have to say goodby to the tab slide plugin ??
- The topic ‘Would love to rate well’ is closed to new replies.