IE 7 text overlap

  • ffusion
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 11 months ago - 13 years 11 months ago #4301 by ffusion
IE 7 text overlap was created by ffusion
Hello,

I just posted a topic, but thought I should do a separate one for a different issue. HOT Newsflash is loaded on www.ffdev6.net . I've styled it quite a bit and hid the tabs. In IE7 the text area overlaps on top of the image. Any ideas how to fix this? IE8 looks fine.

Thanks,
Dan
Last edit: 13 years 11 months ago by ffusion.

Please Log in to join the conversation.

More
13 years 11 months ago #4308 by ivan.milic
Replied by ivan.milic on topic Re: IE 7 text overlap
Did you changed anything regarding .infotext class in template.css ?
Maybe float:... property?

Please Log in to join the conversation.

  • ffusion
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 11 months ago #4310 by ffusion
Replied by ffusion on topic Re: IE 7 text overlap
Yes, I have the .infotext and the img float:right so that the image is on the right and text on the left. It works on all browsers I've checked except IE7. Any suggestions on a better way to get the image on the right?

Please Log in to join the conversation.

More
13 years 11 months ago - 13 years 11 months ago #4316 by ivan.milic
Replied by ivan.milic on topic Re: IE 7 text overlap
If that happpens only in IE7 add css entity with conditional coment in index.php () before <body> tag (as late as posibile to take advantage in front of other attached property values in css) that repairs that:

<!--[if IE 7 ]>
<style type="text/css">
...
<style>
<![endif]-->
<body>....

To edit index.php of template go to Administration->Extensions->Template Manager - > <your template> -> Edit HTML
Last edit: 13 years 11 months ago by ivan.milic.

Please Log in to join the conversation.

Time to create page: 0.214 seconds
Powered by Kunena Forum