HTML Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsOtherHTML Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old January 13th, 2008, 09:03 AM
AnnaG AnnaG is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2007
Posts: 42 AnnaG User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 8 m 25 sec
Reputation Power: 2
Unhappy Browser s compatibility

Hello, when I started I didn’t know about the problem, so I first created my site for the IE 7 which I use. Result: FireFox doesn’t see the styles (CSS) – everything is white and too ugly. Opera applies the style but differently of course, so need a correction.
Now I want to correct the error but since FireFox doesn’t see my CSS style at all, how do I amend it? FireFox should be able to see and apply CSS, no?
Well, if someone could give a hint I’d be very grateful!
Thanks in advance.

Reply With Quote
  #2  
Old January 13th, 2008, 09:17 AM
JagNet's Avatar
JagNet JagNet is offline
Smoke me a kipper...
Click here for more information. Click here for more information
 
Join Date: Aug 2007
Posts: 2,122 JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 2 Days 14 h 59 m 40 sec
Reputation Power: 38
What's the URL of your site?

I'm guessing that you're probably using conditional comments around your stylesheets, but without seeing the site it's difficult to know what the problem might be.
__________________
... I'll be back for breakfast
New to SEO? SEOChat SEO FAQs
Forum Rules and Posting Guidelines
URL canonicalization code solutions
Vigorously pursuing the floccinaucinihilipilification of cheap SEO tricks

Reply With Quote
  #3  
Old January 13th, 2008, 06:27 PM
AnnaG AnnaG is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2007
Posts: 42 AnnaG User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 8 m 25 sec
Reputation Power: 2
I would like to start using conditional comments but for the moment it is not the case since Mozilla doesn't show ANY reaction to my styles, so I don't know how to amend the CSS for it, so I haven't started yet.
Thank you so much for your time!!!!!!

Last edited by AnnaG : January 16th, 2008 at 05:37 AM.

Reply With Quote
  #4  
Old January 14th, 2008, 02:41 AM
JagNet's Avatar
JagNet JagNet is offline
Smoke me a kipper...
Click here for more information. Click here for more information
 
Join Date: Aug 2007
Posts: 2,122 JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 2 Days 14 h 59 m 40 sec
Reputation Power: 38
I believe the problem is also related to your character encoding problem. Although you specify utf-8 in the meta data, your server is sending the content as utf-16LE. Viewing the page source with Firebug I can see some odd characters around the stylesheet links.

If you correct the encoding problem by adjusting the server to send the content as utf-8 it should correct the CSS issue as well.

Reply With Quote
  #5  
Old January 14th, 2008, 03:15 AM
thegodfather's Avatar
thegodfather thegodfather is offline
You said what?
SEO Chat Novice (500 - 999 posts)
 
Join Date: Mar 2007
Location: Dubai, UAE
Posts: 612 thegodfather User rank is Corporal (100 - 500 Reputation Level)thegodfather User rank is Corporal (100 - 500 Reputation Level)thegodfather User rank is Corporal (100 - 500 Reputation Level)thegodfather User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Week 3 Days 17 h 11 m 48 sec
Reputation Power: 4
Facebook
Try W3's validator:

Style sheets: http://jigsaw.w3.org/css-validator/
Web page: http://validator.w3.org/

Fix any errors that come up when you check your webpage.
__________________
Dubai Cranes

Reply With Quote
  #6  
Old January 14th, 2008, 06:44 AM
AnnaG AnnaG is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2007
Posts: 42 AnnaG User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 8 m 25 sec
Reputation Power: 2
Quote:
Originally Posted by JagNet
I believe the problem is also related to your character encoding problem. Although you specify utf-8 in the meta data, your server is sending the content as utf-16LE. Viewing the page source with Firebug I can see some odd characters around the stylesheet links.

If you correct the encoding problem by adjusting the server to send the content as utf-8 it should correct the CSS issue as well.


Thank you JagNet, could you tell me how to adjust the server? Should I contact my hoster?

And if it doesn't work can I do the vice-versa: adjust the meta data to utf-16le? Would it work then?

Reply With Quote
  #7  
Old January 14th, 2008, 06:46 AM
AnnaG AnnaG is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2007
Posts: 42 AnnaG User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 8 m 25 sec
Reputation Power: 2
Quote:
Originally Posted by thegodfather
Try W3's validator:

Style sheets: http://jigsaw.w3.org/css-validator/
Web page: http://validator.w3.org/

Fix any errors that come up when you check your webpage.


Thank you for the addresses, I have no errors.

Last edited by AnnaG : January 14th, 2008 at 06:51 AM.

Reply With Quote
Reply

Viewing: SEO Chat ForumsOtherHTML Coding > Browser s compatibility


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT