View Single Post
  #3 (permalink)  
Old 11-20-2008, 10:58 AM
Dubbya's Avatar
Dubbya Dubbya is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Nov 2006
Location: Steinbach, Manitoba, Canada
Posts: 1,300
Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4
Default Re: Yet another CSS Cross browser issue

One thing that puzzles me is the character set declaration in your style sheet.

HTML Code:
@charset "utf-8";
Why would you need that if it's already declared in the head of the web page?

HTML Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Reply With Quote