I’m new at EE, but pretty sure something weird is going on here. Everything was working fine and all of the sudden the CSS broke in Firefox with the template: Trendy Blue. It still works in IE 6 for some reason? I cleared my cache in both browsers to make sure that I wasn’t crazy. This happened when I added Weblog entries to the template.
I made sure the css template was assigned a css stylesheet type in the template prefs also! All the linkage is correct too, example:
{assign_variable:my_weblog="default_site"}
{assign_variable:my_template_group="site"}
<link rel='stylesheet' type='text/css' media='all' href='{stylesheet={my_template_group}/site_css}' />
<style type='text/css' media='screen'>@import "{stylesheet={my_template_group}/site_css}";</style>
I did notice when I made a link to the root, it styled the text properly but did not bring in the graphics.
Example:
<link rel="stylesheet" type="text/css" href="/site.css">Webpage: http://www.andrewleger.com
Just a guess but it looks like It’s not taking the
{stylesheet={my_template_group}/site_css}tag pair for some reason? You can see it on my site above, not work in Firefox, but work in IE. I also made another Weblog site to test the theory and had the same outcome… This time I just used some text styles and it still didn’t work.
Please help,
Andy