- Posts: 40
- Thank you received: 0
IE8 Text issue for Article
-
mikegro
Inactive member -
Topic Author
- Member
-
Less
More
13 years 6 months ago #10726
by mikegro
IE8 Text issue for Article was created by mikegro
This only occurs with IE8 that I have seen so far... doesnt happen in Firefox... go to the article:
www.becksbilliards.webworxtechnology.com/about-becks-billiards
and you will see
Member

Less
More
- Posts: 40
- Thank you received: 0
13 years 6 months ago - 13 years 6 months ago #10727
by mikegro
Replied by mikegro on topic Re: IE8 Text issue for Article
Another thing I noticed... go to
www.becksbilliards.webworxtechnology.com...rowse&category_id=13
or any product category... notice how the circle image next to "sign up for mail"... well in firefox - there is that circle there AND its on the right side of the Free Shipping on Footwear... but on IE, you just have the one to the left... but NOT on the right...
FYI - its the User5 module Location...
FYI - its the User5 module Location...
Last edit: 13 years 6 months ago by mikegro. Reason: clarified
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 #10728
by ivan.milic
Replied by ivan.milic on topic Re: IE8 Text issue for Article
For circle open template_css.css and find this:
#content_gradient .bottom .custom_buttons li:last-child {
background: url(../images/circle.png) no-repeat right 7px;
}
then change it to:
#content_gradient .bottom .custom_buttons li:last-child {
background: url(../images/circle.png) no-repeat 100% 7px;
}
for your first question I can not reproduce that.
#content_gradient .bottom .custom_buttons li:last-child {
background: url(../images/circle.png) no-repeat right 7px;
}
then change it to:
#content_gradient .bottom .custom_buttons li:last-child {
background: url(../images/circle.png) no-repeat 100% 7px;
}
for your first question I can not reproduce that.
Please Log in to join the conversation.
-
mikegro
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 40
- Thank you received: 0
13 years 6 months ago #10733
by mikegro
Replied by mikegro on topic Re: IE8 Text issue for Article
The first item was an error but I was able to fix it by formatting the text on the article... strange thing...
on the circle thing - I just removed both the CSS items... as the fix you recommended didnt work how I wanted it to - no worries...
One thing I forgot to mention... when you first go to the site... you can see the images preload real quick... almost like flashing or stacking up or something... it has been doing this from minute 1... happens in IE and firefox... so - when you go to the site... you can see a bunch of the pics for the Hot Effects Rotator kind of flash real quick as they preload... then the rotator works as its supposed too... flash isnt the right word but you will see when you go check it out. FYI - I have all the standard setting that the hot install had... different images but it did it with the default images too.
on the circle thing - I just removed both the CSS items... as the fix you recommended didnt work how I wanted it to - no worries...
One thing I forgot to mention... when you first go to the site... you can see the images preload real quick... almost like flashing or stacking up or something... it has been doing this from minute 1... happens in IE and firefox... so - when you go to the site... you can see a bunch of the pics for the Hot Effects Rotator kind of flash real quick as they preload... then the rotator works as its supposed too... flash isnt the right word but you will see when you go check it out. FYI - I have all the standard setting that the hot install had... different images but it did it with the default images too.
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 #10742
by ivan.milic
Replied by ivan.milic on topic Re: IE8 Text issue for Article
You mean images are shown one-by-one without animation before module gets initialized completely.
You can solve that by adding this to end of template_css.css:
#slider img{
display:none;
}
You can solve that by adding this to end of template_css.css:
#slider img{
display:none;
}
Please Log in to join the conversation.
Time to create page: 0.165 seconds