Forums » Off Topic

CSS not working in Chrome

lefteaspoon
UNITED STATES
2012-02-09 03:29:28
Permalink Post
 

Hello fellow indexhibitors - I would greatly appreciate some help! I reworked my CSS for a new design, and now it is working fine in Safari and Firefox, but in Chrome it is not. If you look at the page source in Chrome, it seems to be calling up the wrong CSS page entirely, but I don't know how that can be. Any thoughts?

My site is rebeccaleffell.com.

Thank you so much for indexhibit, and thanks in advance for your help!

Rebecca

lefteaspoon
UNITED STATES
2012-02-09 03:52:40
Permalink Post
 

Also, since you don't know my site the first and most obvious indicator that the CSS is not loading properly is that the menu should be in (helvetica, arial, sans serif) and not (georgia, times, serif).

pernin A
SWEDEN
2012-02-09 04:23:33
Permalink Post
 

It appears to be working properly in my chrome, calling up sample/style.css just as in the other browsers

maybe clear your chrome cache, it may be reading an old version? shift-refresh

pernin A
SWEDEN
2012-02-09 04:32:47
Permalink Post
 

you do have a link in your head to a

link type="text/css" rel="stylesheet" href="style.css"

which causes a not found error in chrome, as it is calling

http://www.rebeccaleffell.com/style.css which doesn't exist

On the other hand, it doesn't appear to affect your site, as it loads and uses your sample/style.css

lefteaspoon
UNITED STATES
2012-02-09 04:49:07
Permalink Post
 

Thank you so much for your quick response.

I also just did what you said, clearing the cache and it worked -- genius!

As for the redundant code, I did see that extra line in the head but was afraid to take it out fearing it was something that was part of the indexhibit template and would mess with my site. I guess if it isn't affecting anything I'll just leave it in there...

pernin A
SWEDEN
2012-02-09 04:58:36
Permalink Post
 

absolutely, if it ain't broke, don't fix it ;)

Showing 1 - 6 of 6 posts in Forum > Off Topic > CSS not working in Chrome
 

You need to be logged in to post.