CSS and Firefox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • swarnap
    New Member
    • Sep 2006
    • 15

    CSS and Firefox

    I'm using the following code inside the <head> tag of the HTML page.
    <link href="css/pagetemplate.cs s" rel="stylesheet " type="text/css" title="PGApp Stylesheet">

    The stylesheet is getting loaded properly in both IE and Firefox when the page has .html extension. If I'm converting the files to .jsp, the stylesheets the not getting loaded while running the .jsp in Firefox.
    It is showing some error in the MIME type. How to resolve this problem.
    Pease help!!!
    Thanks
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    There is no 'title' attribute for the link element. Other than that, I don't know.

    Comment

    Working...