I had a style.css file for my existing web pages. Then I created some new webpages with internal style sheet. But the new pages were not displayed according to the internal style sheets. When I move those pages to a new web application, they work fine.
I also tried to create an external style sheet for new pages with style.css and included that. However still the new pages were not displayed accordingly.
Can anyone tell me what might be the issue? Does style.css override the internal style sheet or other css?
its depend on the precedence and how you are using form example style.css is at the last of all css than it will override or you have used
!importantGood read