I havea a problem with the outputStylesheet tag:
It works perfectly in chrome but doesnt work at all in firefox
<h:head>
<title><ui:insert name="title" /></title>
<h:outputStylesheet library="css" name="style.css" />
</h:head>
What should i do to fix this problem? My application looks fine, but just in google chrome.
In FF the inspect element option shows the CSS file with all its options, but the browser does'nt display it at all.
www.addthis.comI did inspect elements and i see my CSS at the right, all looks as it is in the file. Just a few variables are striked over(like if they were uncompatible). Ok i inspected some of the elements, and at the right i see the correct CSS that is on them – sfrj Sep 2 '11 at 19:02