- Posts: 16
- Thank you received: 0
Internet Explorer Problem
-
greenfireproductions
Inactive member - Topic Author
- New Member
Less
More
13 years 10 months ago - 13 years 10 months ago #5425
by greenfireproductions
Internet Explorer Problem was created by greenfireproductions
Could you please tell me why my top gallery doesn't show properly in internet explorer. The little thumbnails below the big picture show vertically instead of horizontily, but they show fine in firefox and chrome. Thank
www.greenfireproductions.net/graceridge
also, why did this change, I checked your template example in IE and it works fine, I didn't change anything other than pictures, and they are the exact same size. So i'm just wondering why this happened if i didn't change any of the code. Thanks again
www.greenfireproductions.net/graceridge
also, why did this change, I checked your template example in IE and it works fine, I didn't change anything other than pictures, and they are the exact same size. So i'm just wondering why this happened if i didn't change any of the code. Thanks again
Last edit: 13 years 10 months ago by greenfireproductions. Reason: update
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #5452
by ivan.milic
Replied by ivan.milic on topic Re: Internet Explorer Problem
in Style.css
.thumbSlider {
overflow: hidden;
[strike]width: 1%;[/strike]
}
.thumbSlider {
overflow: hidden;
[strike]width: 1%;[/strike]
}
Please Log in to join the conversation.
-
greenfireproductions
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
13 years 10 months ago - 13 years 10 months ago #5457
by greenfireproductions
Replied by greenfireproductions on topic Re: Internet Explorer Problem
Ok i found the style.css and edited it, they are now horizontal, but they aren't centered, and they don't slide or change, why am i having these problems only in IE? i know i can't stand IE but it is still the most popular browser. Thanks for you help
www.greenfireproductions.net/graceridge/
www.greenfireproductions.net/graceridge/
Last edit: 13 years 10 months ago by greenfireproductions.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #5481
by ivan.milic
Replied by ivan.milic on topic Re: Internet Explorer Problem
Hi,
Using Edit HTML in Template Manager add next block just before </head>:
<!--[if lte IE 8]>
<style type="text/css">
.thumbSlider UL
{
position:relative;
left:+180px;
}
.thumbSlider UL LI IMG
{
margin:3px;
}
</style>
<![endif]-->
Using Edit HTML in Template Manager add next block just before </head>:
<!--[if lte IE 8]>
<style type="text/css">
.thumbSlider UL
{
position:relative;
left:+180px;
}
.thumbSlider UL LI IMG
{
margin:3px;
}
</style>
<![endif]-->
Please Log in to join the conversation.
-
greenfireproductions
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
13 years 10 months ago #5491
by greenfireproductions
Replied by greenfireproductions on topic Re: Internet Explorer Problem
I appreciate all the help but this is still not fixing the issue, the thumbs are now centered in IE but do not change automatically, so once again I ask why is this doing this in IE when your demo on you website of this template does not? I didn't change any code before asking this question, and I made the pictures the same size and same name as in the template just edited them in photoshop. If I completely re-install the template will it fix the issue? I'm just confused as to why this happened when I changed NO code at all. Thanks again
www.greenfireproductions.net/graceridge/
www.greenfireproductions.net/graceridge/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #5502
by ivan.milic
Replied by ivan.milic on topic Re: Internet Explorer Problem
Well that happens when some css influences stating css and overrides it's rules.
So you can start again installing , but use best hot start and demo data. Then just change demo content and do not change anything in css, and you will have no problems with layout.
So you can start again installing , but use best hot start and demo data. Then just change demo content and do not change anything in css, and you will have no problems with layout.
Please Log in to join the conversation.
Time to create page: 0.078 seconds