path - font awsome does not work when page is in a different folder -


this maybe trivial, has me puzzled. have basic font awsome sample; works fine when css , font folders @ same folder level page.html, when move page.html directory called "mysubdir", fonts not load. i've modified css reference shown below. tried changing path font in font-awesome.min.css file (although should not needed since relative paths in css relative css) did not make difference. ideas?

<html lang="en"> <head>     <link href="../mysubdir/css/font-awesome.min.css" rel="stylesheet">  </head> <body>     <i class="icon-question-sign icon-white"></i>    </body> </html> 

i got it. firefox not permit view file @ parent level unless change firefox settings.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -