i cant seem to get an external stylesheet to work with firefox,altho the ocde works for IE!!
Here is the coding i used..for testing
style1.css:
<STYLE type="text/css">
<!--
.check{font-family: Comic Sans MS; font-style: bold; font-size: 20px; position: absolute; top: 100; left: 300; color: red; z-index: 20}
-->
</STYLE>
test.html:
<html>
<head>
</head>
<body>
<link rel="stylesheet" href="style1.css" type="text/css">
<div class=check>
Hello,just checking the style sheet
</div>
</body>
</html>
Any ideas?
the stylesheet works if i put it in the head tags!!