Ingame Itemshop doesn't read style.css

11/10/2012 15:29 Interception#1
Hey everyone, i have an itemshop script, but the client does not read the style.css. But in Firefox it does, my question, why?

PHP Code:
   <link href="css/default.css" rel="stylesheet" type="text/css" />

<!--[if 
IE]>

<
style type="text/css">

#search .type {height: 21px !important;padding: 2px 0 0 8px !important;width: 110px !important;}

</style>

<![endif]-->

<!--[if 
lt IE 7]>

        <
link href="css/default_ie6.css" rel="stylesheet" type="text/css" />

<![endif]-->

<!--[if 
IE]>

<
style type="text/css"

/* place css fixes for all versions of IE in this conditional comment */

.twoColFixLtHdr #mainContent { zoom: 1; }

.item h3, .staticContent h3 margin-top:0; }

.
itemColText overflow:autoheight:85px; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

</style>

<![endif]--> 
bump