Bug or How To??

  • Posts: 78
  • Thank you received: 1
12 years 3 weeks ago #45695

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??

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81563
  • Thank you received: 13071
  • MODERATOR
12 years 3 weeks ago #45865

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.

Please Log in or Create an account to join the conversation.

  • Posts: 21
  • Thank you received: 0
12 years 2 weeks ago #46488

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.

Please Log in or Create an account to join the conversation.

  • Posts: 78
  • Thank you received: 1
12 years 2 weeks ago #46524

GENIUS! Thanks, FranksBank.

Please Log in or Create an account to join the conversation.

  • Posts: 38
  • Thank you received: 0
11 years 9 months ago #56086

Brilliant. Thanks

Please Log in or Create an account to join the conversation.

Time to create page: 0.082 seconds
Powered by Kunena Forum