also @ TechSpot: First Qualcomm Snapdragon 800 benchmarks hit the web

CSS doesn't display in Firefox

Discussion in 'Software Apps' started by conwayap, May 15, 2006.

  1. Spike Newcomer, in training Posts: 2,371

    If I'm not mistaken, I think RBS may have been trying to say that the doctype section needed to be cleaned up. The Doctype you have now is indeed incomplete, causing you to render in Quirks Mode, which would explain why the problem is "apparently" solved - truth be known, it may not be, and on appearance at the moment, probably isn't.
  2. RealBlackStuff Newcomer, in training Posts: 8,165

  3. Spike Newcomer, in training Posts: 2,371

    Fair comment. :) It does indeed seem to be a mix of xhtml 1.0 transitional and html 4.01 transitional.

    Personally I'd be more inclined to correct the code for xhtml, but that's just me. :)

    However, given that the backround image problem still appears but is corrected when clicking the "edit css" option (and so using a cached local copy of the CSS file I would assume), and given that (as they say on csscreator) firefox opens CSS files as text in the browser, whereas for this page it offers to download the file, there still seems to be a MIME error for the CSS file at my (current, lol) best guess.

    Either that or the css file is being read by the server as a binary file (the file manager on my hosts Cpanel used to do that to configs and php files after editing them on there). The only answer to that would be to create a new copy of the code in a new file, and ftp it in ASCII mode to the server.
  4. RealBlackStuff Newcomer, in training Posts: 8,165

    When you use <style> in the <head> the text should be entered like javascript:
    <style><!--your css textentries --></style>
    <!-- and --> are missing!
    Also I personally can't do anything with td img... in a CSS/style. Someone explain ?