Active
Project:
Content Templates (Contemplate)
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2009 at 18:05 UTC
Updated:
10 Jun 2009 at 11:17 UTC
I don't know if this is a problem with my theme (1024px) or contemplate. IE6, Firefox, Chrome display my site fine. IE7 messes up my background on any page that is using contemplate to display the node. Disable the template for that node and it displays fine. Has anyone else seen this?
Comments
Comment #1
scalp commentedI've looked into this some more and have found that it is actually only one CSS class that is floated right that is causing this. Remove the float:right and everything is fine, but if it is in there the background of my theme floats right only on the pages using contemplate and only in IE7.
Comment #2
scalp commentedIt was a {float:right} in one of the text pieces class that was within the template. For whatever reason IE7 didn't like it. Replaced it with a margin to push the text to the right and everything is fine.