Hi am working on jsf, am changing the css file, but when i view it in browser, it does not apply the change. Can i know why am having this issue and how can i resolve it?

Recommended Answers

All 4 Replies

It MIGHT help to know EXACTLY what you are changing AND HOW you are using it (i.e. both the css changes as well as how that css, including class and id if need be, is included in the JSF page).

am trying to change font size, color etc..

Btw can you tell me what does the second padding with * means?

#header h1{padding-top:40px;*padding-top:10px;}

Don't know about the asterik, probably some IE compatability work-around of some sort.

Otherwise, again, show some of the "problem" css blocks and some of the JSF code where you expect them to take affect.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.