Thread: [SOLVED] CSS Error
View Single Post
  #10 (permalink)  
Old 07-04-09, 12:19 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 was for in-page css. if it's a reference the tag would have to be defined as a css reference. Either way it has to be defined for IE. In this case you should also define the media type, (default is screen).
Code:
<LINK REL=StyleSheet HREF="style.css" TYPE="text/css" MEDIA=screen>
__________________
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