SkewsMecom
03-26-2008, 04:46 AM
I have a webpage that works perfectly fine using MSIE but Firefox doesn't like the coding one bit...any help?http://www.SkewsMe.com/nightmare_science_fiction.html@media commands don't work in Firefox?nor does the showing/hiding by class name? The code not working in question is all on the html page. Imported JavaScript showing the header and footer seems to work fine@media command on firefox only works with one class per command but still problematic (not working with numbered classes it seems)...still debuggingFirefox class names that are a pure number like class=2008 don't seem to work, so I updated to class=y2008 and it seems to workobject.style.color in Firefox doesn't report #000000 but rather rgb(0, 0, 0)got it to work...now need to make a web page explaining it I guess for future programmers as the information doesn't seem to exist online currently.<span> tags don't cross <p> tags in Firefox as they do in IE