Maybe, I just put that string in and it displays fine. A close tag is unlikely, it would just give me a weird layout.
On Thu, Nov 17, 2011 at 12:34 PM, mike karthauser <[email protected]>wrote: > Hi yves > > On 17 Nov 2011, at 15:57, "Yves S. Garret" <[email protected]> > wrote: > > > Never mind, I'm good guys. Figured it out. The issue seems to be on > line 230 in the cake.generic.css file: > > > > margin-right: 20px; > > > > After some debugging by commenting out and back, that was the line that > caused IE 9 to hang. Would this be a bug in the distro code for CakePHP 1.3 > > That's a red herring. Setting CSS will not cause the page to hang. I > suspect you have failed to close a tag or there's some high ASCII invisible > in your CSS. > > I suggest you validate both HTML and CSS at w3c. Thats bound to show > something. It could also be that you are service XHTML strict which is > bombing out. > > Whether you actually see you rendered page, there's nothing that should > stop your HTML from being passed to your browser unless your code is bust > somewhere else. > > I'd investigate further if I was you as not putting in that margin isn't > the solution. > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
