Current location: Hot Scripts Forums » General Web Coding » CSS » [SOLVED] CSS Error


CSS Error

Reply
  #11 (permalink)  
Old 07-04-09, 07:11 PM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,171
Thanks: 3
Thanked 9 Times in 9 Posts
Ah, I see what you are saying now. This is a website I have inherrited from another Programming Team. Here is how they are including the CSS right now:

Code:
<!--[if IE]>
  <script type="text/javascript" src="style.css"></script>
<![endif]-->
__________________
Reply With Quote
  #12 (permalink)  
Old 07-06-09, 02:12 PM
Boraan's Avatar
Boraan Boraan is offline
Coding Addict
 
Join Date: Jul 2007
Location: Clayton, NC
Posts: 292
Thanks: 0
Thanked 1 Time in 1 Post
that's where your error is. You're getting a javascript error because it's calling the wrong language type.
Change it to this:
Code:
<!--[if IE]>
  <script type="text/css" src="style.css"></script>
<![endif]-->
They're calling css content with javascript handles. That's where you are getting your error.
__________________
Dexter Nelson
Techdex Development & Solutions
========================
Internet Marketing For Programmers | Free Market Research in 15 Minutes or Less
My Software: Hotscripts Softpedia software.techdex.net
Reply With Quote
  #13 (permalink)  
Old 07-06-09, 03:09 PM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,171
Thanks: 3
Thanked 9 Times in 9 Posts
Right you are sir! Much appreciated.

Pete
__________________
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
C++ and MSSQL tutorials? scott2500uk C/C++ 8 05-11-09 02:33 AM
[SOLVED] 500 Internal Server Error - Please help Dawn Perl 15 07-08-08 11:08 AM
Syntax Error Nikas Database 4 05-15-08 10:48 AM
server error in ' / ' application vikkygupta2005 ASP.NET 1 11-10-06 06:07 AM
ASP upload prob minority ASP 1 06-27-05 08:35 AM


All times are GMT -5. The time now is 02:23 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.