- Posts: 2
- Thank you received: 0
Right tabs prominent on IE8
-
fantsyss
Inactive member - Topic Author
- New Member
Less
More
13 years 6 months ago #8746
by fantsyss
Right tabs prominent on IE8 was created by fantsyss
Hello,
The newsflash is good, but I have a problem like attached file in red box. Tabs on right prominent of left image on IE8. How can I solve this problem,thanks.
I find similar problem and teach how to solve, likes as follow.
"Please try to add this in style.css file:"
.ui-tabs-nav li { list-style:none; margin:0; }
But I find several style.css file and I don't know what file is correct and how to fix it.
Can you help me, thanks.
The newsflash is good, but I have a problem like attached file in red box. Tabs on right prominent of left image on IE8. How can I solve this problem,thanks.
I find similar problem and teach how to solve, likes as follow.
"Please try to add this in style.css file:"
.ui-tabs-nav li { list-style:none; margin:0; }
But I find several style.css file and I don't know what file is correct and how to fix it.
Can you help me, thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8751
by ivan.milic
Replied by ivan.milic on topic Re: Right tabs prominent on IE8
Add this at the bottom of template_css.css
#featured .ui-tabs-nav{
list-style: none!important;
}
#featured .ui-tabs-nav{
list-style: none!important;
}
Please Log in to join the conversation.
-
fantsyss
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 6 months ago - 13 years 6 months ago #8774
by fantsyss
Replied by fantsyss on topic Re: Right tabs prominent on IE8
Hello,
I try add it to template.css, works fine on IE8!
#featured .ui-tabs-nav li{
list-style: none; margin:0;
}
Thank you very much.
I try add it to template.css, works fine on IE8!
#featured .ui-tabs-nav li{
list-style: none; margin:0;
}
Thank you very much.
Last edit: 13 years 6 months ago by fantsyss.
Please Log in to join the conversation.
Time to create page: 0.156 seconds