| «« Telling All for a Job | Found an IE Bug? »» |
|
About
I'm Ryan Lowe, a Software Engineering graduate living in Ottawa, Canada. I like agile software development and Ruby on Rails.
I write this blog in Canadian English and don't use a spell checker. Typos happen.
Projects
» Full-time Ruby on Rails freelancer
» Full-time with Rails since May 2005 » Former committer for RadRails (now Aptana) » I also have a few Rails side-projects in development: 1. wheretogoinTO.com Toronto nightlife 2. Hey Heads Up! TODO list and sharing 3. Layered Genealogy family history research 4. foos for foosball scoring 5. fanconcert for music fans (on hold) Hiring Rails developers? I can telecommute by the hour from Ottawa, Canada »» Email: rails AT ryanlowe DOT ca
BulletBlog
Now hosted on Hey! Heads Up -- check it out!
Syndication
Pings
Recent
Derek Lowe's (Ryan's older brother) words at Ryan's funeral
blog@ryanlowe.ca no more Forging Email Headers: Good, Bad or Ugly? Sarcastic Dictionary (Part 1 of Many) Tags Hierarchies Twisting Rails is Risky Business Risky Business? My Take on Early Alphas Whoa, it's August 2007 Closing Comments A Postscript to "Growth at the grassroots" »» All Blog Posts
Linkage
del.icio.us/ryanlowe
technorati/ryanlowe.ca/blog Aurora Roy Jim Andrew Trasker Travis Kibbee Karen Dr. Unk Ayana Van Bloggers Joel Spolsky Robert Scoble Tim Bray Dave Winer Raymond Chen James Robertson Ruby/Rails Bloggers rubyonrails.org weblog David Heinemeier Hansson Dave Thomas James Duncan Davidson Mike Clark Jamis Buck Signal vs. Noise Tobias Luetke Amy Hoy: (24)slash7 Jeremy Voorhis Eclipse Bloggers Planet Eclipse EclipseZone Luis de la Rosa Eclipse Foundation Kim Horne Billy Biggs Ian Skerrett Mike Milinkovich Bjorn Freeman-Benson Denis Roy
Archives
|
Mozilla and <!DOCTYPE>
Mozilla (1.3 on Win32 and Mac OS X) doesn't like this DOCTYPE at the beginning of the MoveableType templates: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Mozilla renders the site without style, which is imported via: <link rel="stylesheet" href="http://www.ryanlowe.ca/blog/styles-site.css" type="text/css" /> When I remove the DOCTYPE declaration, the styles work. Every other browser is fine. Anyone know what's going on? I'd like to be able to validate my site's XHTML and I can't do it without the DOCTYPE declaration. Posted at April 22, 2003 at 11:02 AM ESTLast updated April 22, 2003 at 11:02 AM EST Comments
Your server is sending CSS with a Content-Type of "test/css" instead of "text/css" (teSt Vs teXt - its subtle and easy to miss). Mozilla doesn't understand the style sheet language "test/css" and (when in standards mode) does not try to second guess the description of the file that the server sends. Fix your mime types (or get the admin to do it if that isn't you) and things should start working in standards mode. » Posted by: David Dorward at April 26, 2003 08:54 AMThanks David! » Posted by: ryan at April 26, 2003 12:13 PMHi Ryan, Hi have the same problem here with a basic template from movable type (the site is www.mariospina.com/braindump). When I include the Doctype, the css is not applied in Firebird (ver 0.7) or in mozilla. If I remove it, everything is fine... how did you fix it? » Posted by: Mario Spina at October 26, 2003 01:06 AMI've been a long time user of both IE and Netscape. Now I'm using Mozilla and Firebird. Although Neither Mozilla or Firebird have the stability and easy of use that the average computer user wants. » Posted by: Frieda Zonnenfeld at October 26, 2003 02:14 PM |