![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Ok, I'm trying to be a good little boy and create a site that doesn't use frames Things were going along decently until I uploaded whatlittle I have done so far to the web server (that is, things were displaying pretty well on my local machine - not perfect, but we'll get to that later). So here's the site: http://www.wesleyumc-vinton.org/beta/index.html This page displays pretty good in IE, but all the graphics and styles are gone in Firefox, though it works on my local system. Can anyone tell me what is Firefox's problem? I have validated it at W3C on my local system and it says that there is a parse error at #menu_graphic { background-image: url(img/menu.jpg); background-repeat: no-repeat; height: 432px; width: 170px; } but I'm not clear on what this means. I can't see an error myself. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Thanks! That eliminates one problem. Now if I could just get teh CSS to render in Firefox! ![]() AJ It must be something to do with your server. |
#5
| |||
| |||
|
|
Thanks! That eliminates one problem. Now if I could just get teh CSS to render in Firefox! ![]() |
|
It must be something to do with your server. Here's the same page on my server and it works fine in Firefox http://www.reenie.org/test/test3/ |
#6
| |||
| |||
|
|
AJBopp wrote: Thanks! That eliminates one problem. Now if I could just get teh CSS to render in Firefox! ![]() meltedown <groups2 (AT) reenie (DOT) org> wrote: It must be something to do with your server. Here's the same page on my server and it works fine in Firefox http://www.reenie.org/test/test3/ Yep. The file http://www.wesleyumc-vinton.org/beta/style1.css is being sent as application/octet-stream rather than as text/css. |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Ok, I'm a newbie but this is too weird for words. Why does http://www.wesleyumc-vinton.org/beta/index.html not render correctly in FF, but http://www.wesleyumc-vinton.org/index.html renders OK? Especially since the CSS in the second case is really crappy and full of errors? (my first effort at it). |
#9
| |||
| |||
|
|
Ok, I'm a newbie but this is too weird for words. Why does http://www.wesleyumc-vinton.org/beta/index.html not render correctly in FF, but |
|
http://www.wesleyumc-vinton.org/index.html renders OK? Especially since the CSS in the second case is really crappy and full of errors? (my first effort at it). |
#10
| |||
| |||
|
|
AJBopp wrote: Ok, I'm a newbie but this is too weird for words. Why does http://www.wesleyumc-vinton.org/beta/index.html not render correctly in FF, but Error: The style sheet http://www.wesleyumc-vinton.org/beta/style1.css was not loaded because its MIME type, "application/octet-stream", is not "text/css". http://www.wesleyumc-vinton.org/index.html renders OK? Especially since the CSS in the second case is really crappy and full of errors? (my first effort at it). http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//www.wesleyumc-vinton.org/index.html You need to remove the style type="text/css" from that style sheet. Use the Web Developer's Toolbar with Firefox, and you can find things like this in .. double-quick time. http://chrispederick.com/work/webdeveloper/ I have the web develepers toolbar and I use it all the time. Its really |
![]() |
| Thread Tools | |
| Display Modes | |
| |