This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes There are no rules in this stylesheet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "There are no rules in this stylesheet " Watch "There are no rules in this stylesheet " New topic
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
    
  14

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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: There are no rules in this stylesheet
 
Similar Threads
CSS expanding div
Problem hiding div within div
Background image not showing
Creating CSS class at runtime
Tooltip issue (Struts, Ajax, YUI/Yahoo User Interface, Javascript)