hydrolift Posted February 27, 2006 Posted February 27, 2006 Hello! I'm having trouble with my stylesheet.css. When I look at the shop in Firefox it doesn't use the classes in the stylesheet. It show's correct in Internet Explorer. I have asked this in a Swedish forum but they had no clue what can be wrong. Here is a link where you can see the difference in Firefox vs. Explorer. Oversee the error messages because they have nothing to do with the "style-problem". Catalog Here is a link to the stylesheet that I use: stylesheet.css
211655 Posted February 27, 2006 Posted February 27, 2006 first, check the erro you see on the top pf the pages. /home/karlion/public_html/butik/catalog/includes/configure.php /home/karlion/public_html/butik/catalog/includes/functions/sessions.php open these files and make sure that you dont have trailing spaces or leading spaces. check first word of ur php file should be <?php no blank line or space should be there.. same the last word should be ?> nothing (no space) should be after that. take ur cursor right after ?> and press that. then press delete key to clear the spaces. 211655 SEO Optimization Export Orders into CSV file
211655 Posted February 27, 2006 Posted February 27, 2006 search for this in you code... <a class="infoBoxHeading" href=http://butik.karlion.se/catalog/account.php?osCsid=943ca7859867a84e7894c072aca3da41 class="karlionab">MITT KONTO</a> you are calling two classes, it wont work that way... you should say isntead class="infoBoxHeading karlionab" check all of ur code... it is the way u r callingur stylesheets.. 211655 SEO Optimization Export Orders into CSV file
hydrolift Posted February 28, 2006 Author Posted February 28, 2006 Thanks for your answers! I had missed an " } " in one place in the stylesheet. That caused the problem.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.