Joseph_vbulletin3_import10222
New Member
I am using this path of css in my aspx pages:\[code\]<link href="http://stackoverflow.com/questions/12710377/Styles/960.css" rel="stylesheet" type="text/css" /> <link href="http://stackoverflow.com/questions/12710377/Styles/style.css" rel="stylesheet" type="text/css" />\[/code\]It is working fine in FF and chrome but in IE 8, css is not loaded.I try using localhost:9133/styles/style.css in IE and css is loaded/opened.\[code\]:focus {/* remember to define focus styles! */ outline: 0;}body { line-height: 1;}ol, ul { list-style: none;}table {/* tables still need 'cellspacing="0"' in the markup */ border-collapse: separate; border-spacing: 0;}caption, th, td { font-weight: normal; text-align: left;}blockquote:before, blockquote:after,q:before, q:after { content: "";}blockquote, q { quotes: "" "";}a img { border: 0;}article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display: block;}@font-face { font-family: "homenaje"; src: url('fonts/Homenaje-Regular.ttf') ;}\[/code\]Please suggest me the solution.