firefox not loading externa; css

liunx

Guest
i knew that firefox didn't show filters but i thought that was the only css it didn't recognize. does anyone know of an extension to the browser or maybe a line of code that would allow me to view css in firefox? i'm having a problem with external cssWhat do you mean by view css on firefox? Like have it applied to the html or php file or view the actual css coding?

Either way it should work unless you coded something wrong.Is it in a file named *.css? Is the server sending the right headers for that file?i don't think the coding is wrong since it works when i use ie view. yes the stylesheet is "style.css" . just that when i try to view the page i'm making with firefox all the objects, text, banner , etc. just kind of sit there as though there were no css at all. it works when i view the same thing in ie and all th positioning is correct.posting the url would help :Dits not online yet. its a site i'm writting and we are still looking for a good server. but once its done i'm putting it up. it just doesn't load my css in firefox, but it does in ieRun it through the validator (<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/">http://jigsaw.w3.org/css-validator/</a><!-- m -->)thnxEither get a throwaway site online and test it there or show us the head of your page and the first few lines of the css file.<link rel="stylesheet" href=http://www.webdeveloper.com/forum/archive/index.php/"style.css" type="text/css">

now the css...



body{background-image:url(curve.jpg);background-repeat:repeat-y}


a:hover{font-size:10px;text-decoration:none;color:#0000ff}

a:link{font-size:10px;text-decoration:none;color:#000000}

a:visited{font-size:10px;text-decoration:none;color:#000000}

.title{position:absolute;top:13%;left:42.5%;font-size:25px;color:#0000ff;font-family:Magneto}

.text{position:absolute;top:30%;left:20%;width:35%}

.banner{position:absolute;top:.5%;left:17%}

.links{position:absolute;top:17%;left:29%}

.close{position:absolute;top:75%;left:40%;font-size:10pt}




^^^^^the css and head^^^^^^i'm not really sure why but it works now. this is really odd...
hmmm...
well, at any rate thnx for the helpHahaha! That's why I had you post it! 8)
 
Back
Top