On Jun 25, 2006, at 5:04 AM, [EMAIL PROTECTED] wrote: > I'm having a really hard time trying to figure out this bug on Safari. > I don't know if its a bug with canvas, safari, TG, Kid, or what... > > So I am using TG platform, on my kid page I have created a CANVAS > element. The element draws fine as long as I don't include any CSS > sheets externally. When I include the style sheet, the canvas element > doesn't draw. The wierd thing is if I copy the contents of the style > sheet and include them internally (inline the head block), the canvas > element draws. This bug only occurs on Safari. On FireFox and Opera > the canvas element draws regardless of the CSS include. > > This is the syntax I am using for external CSS include: > > <link rel="stylesheet" href="/static/css/stuff.css" type="text/css"/> > > For the link tag, all examples I've seen online do not have a closing > '/', but kid requires such. So is this a problem?
Are you outputting HTML or XHTML? I'd recommend going with HTML output, if that's not what you're doing. Other than that, your description makes it sound like a bug in Safari. Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

