View Single Post
Old 22nd May 2008
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

Having tried getting Apache going on my OpenBSD 4.3 box (I'm not used to 1.3.x), I noticed this peculiarity as well. Forgive posting in an old thread but I've found some thing interesting:


I wanted to test to ensure every thing works in my apache setup before configuring virtual hosts for several projects, so I copied a small template for a home page I made awhile back but noted that my CSS file was not being loaded when testing it.


I found some thing rather odd though, the access log was showing a successful hit on the stylesheet but it would only work in Mozilla if I made it an internal style sheet (no @import or <link>) in my index.html.


After racking my head a bit and exhaustingly reviewing every configuration option I know of without finding any problems in my setup. Then I had a brain fart, every test I had made was via Firefox or Flock over the LAN or Lynx on the server. So I've fired up another machine and ran through tests on the following browsers:

Firefox 2
Flock 1.1
Internet Explorer 7
Safari 3 Beta
Opera 9.x
Netscape 9
Seamonkey 1.1

They all display the dang gum stylesheet except for the Mozilla based ones.


Do you get similar results erehwon?
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.

Last edited by TerryP; 22nd May 2008 at 09:41 PM. Reason: an apology for posting in an old thread
Reply With Quote