| Author |
There are no rules in this stylesheet
|
ravindra patil
Ranch Hand
Joined: Sep 01, 2006
Posts: 196
|
|
I am getting this "There are no rules in this stylesheet "
<html>
<link href="../input/styles/emxMCCUI.css" type="text/css" rel="stylesheet">
<body>
<div id="1" >
</div>
<div id="2">
</div>
<div id="3">
</div>
<div id="4">
</div>
</body>
</html>
and here CSS file
div#1{
width: 500px; background: red; padding: 10px;
height: 50%;
}
div#2{
width: 500px; background: gray; padding: 10px;
}
div#3{
width: 500px; background: green; padding: 10px;
height: 50%;
}
when i click on that link it takes me to CSS file still i am getting this error ,whats wrong in that
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
|
Browser will issue no such errors. Where is this error coming from? If it's from an IDE, it's an IDE problem.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
ravindra patil
Ranch Hand
Joined: Sep 01, 2006
Posts: 196
|
|
Yes i am using eclipse ..
do we need to clear cache ,browser setting if we modify .css file
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
|
Moved here, to the IDE forum. It might help to be really specific about your Eclipse version and any plugins you might have installed.
|
 |
 |
|
|
subject: There are no rules in this stylesheet
|
|
|