Ruby on Rails
JavaScript, XHTML, CSS
Java, Distributed Systems
<you_name_it>
Liquid Canvas Doesn't Work With IE6, IE7
Submitted by pagehite on Wed, 05/13/2009 - 06:39
I've created a terse example of this issue with a css file containing only code used by the example page. The example can be found at http://delbert.com/test.htm. The code works properly with Firefox, Opera, Chrome and IE 8 (with compatibility mode turned off). It fails with IE6 and IE7. Since there are still a lot of folks using those browsers, I'd like to resolve this issue if possible. Could this be caused by excanvas.js? Any insight, wisdom or solution would be greatly appreciated.
Trackback URL for this post:
http://www.ruzee.com/trackback/243

Same issue
I'm also seeing this problem, although, I see it using IE8. If I turn off the "text-align: center", it looks ok, but the page is no longer centered.
Anyone know of a work-around, or when a fix will come out for this?
I just went the easy route
I just went the easy route and am using another plugin for IE that works. Was a little more work to get the shadows and other specialties to work, but in the end it pretty much looks the same. I could probably convert everything to this other plugin, but I like LC for it's simple set up and ease of use.
I've discovered the cause of
I've discovered the cause of this issue. In IE6 and IE7, Liquid Canvas (or excanvas) responds improperly to
text-align="center"in CSS for the body.I think it's a Liquid Canvas
I think it's a Liquid Canvas problem since other jQuery plugins utilizing excanvas work fine with text-align="center"
Any chance there is going to be a fix for this soon?