Click to See Complete Forum and Search --> : CSS coming from parent jsp file


manishrathi
09-21-2009, 04:46 PM
I have created a jsp file. Now there is a <li> element added by the parent jsp to tgis jsp. I dont have access to parent jsp. Some style is also coming wit this <li> tag. There are two classes comung .bb_content and .promotionsTV

I want to have my own styles for these classes, so how can I override these classes ? I mean I can kepp the same classes, but change the content of these classes. Can I create in my jsp file classes by the same name as coming from external css file ?If I do that, will not the same class names clash ?
In HTML , we provide css files in header section , but in JSP, at what location can I define css files in jsp ?

How can I do it, so that values provided by me overrides the values coming from external file ?