- Posts: 78
- Thank you received: 1
Bug or How To??
- adeptdesigns
-
Topic Author
- Offline
Less
More
14 years 5 months ago #45695
by adeptdesigns
Bug or How To?? was created by adeptdesigns
IE is always the most frustrating to debug. My shipping and Payment method texts are changing colors across different versions of IE.
Firefox is correct, white #fff
IE 8 and 9 are showing, black
IE 7 is showing, blue
Do you have a suggestion on how to make IE behave and show these in white??
Firefox is correct, white #fff
IE 8 and 9 are showing, black
IE 7 is showing, blue
Do you have a suggestion on how to make IE behave and show these in white??
Please Log in or Create an account to join the conversation.
14 years 5 months ago #45865
by nicolas
Replied by nicolas on topic Re: Bug or How To??
That styling comes from your template so I don't know since it depends on how your template does this styling.
If you can give a link to that page we could have a look.
If you can give a link to that page we could have a look.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 21
- Thank you received: 0
14 years 5 months ago #46488
by FranksBank
Replied by FranksBank on topic Re: Bug or How To??
I had the same troubles here. Firefox is my primary browser for development, and IE then has to be tuned (don't you just love the fact that Microsoft don't make W3C compliant products?) so, adeptdesigns, I know exactly what you mean.
I found the simplest solution was to add a specific style to my template for 'legend' tags. The Hikashop html uses 'Legend' to identify the fieldset titles during checkout, and it seems IE wants to render Legends in its own unique way unless prompted otherwise. So I prompted it otherwise by adding the following to my CSS:
legend {
color: #FFFFFF;
}
Simple and (almost) painless. Hope it's of use.
I found the simplest solution was to add a specific style to my template for 'legend' tags. The Hikashop html uses 'Legend' to identify the fieldset titles during checkout, and it seems IE wants to render Legends in its own unique way unless prompted otherwise. So I prompted it otherwise by adding the following to my CSS:
legend {
color: #FFFFFF;
}
Simple and (almost) painless. Hope it's of use.
Please Log in or Create an account to join the conversation.
- adeptdesigns
-
Topic Author
- Offline
Less
More
- Posts: 78
- Thank you received: 1
14 years 5 months ago #46524
by adeptdesigns
Replied by adeptdesigns on topic Re: Bug or How To??
GENIUS! Thanks, FranksBank.
Please Log in or Create an account to join the conversation.
14 years 2 months ago #56086
by fireballxl5
Replied by fireballxl5 on topic Re: Bug or How To??
Brilliant. Thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.187 seconds