blasalle
Posts: 69
|
| Posted: 01/26/2009, 11:05 AM |
|
I have an include page that I want to use as a conditional header for various pages and I'm using a report to display infomration about the page based on the User Group at login. It appears that the style I select for this object in the include page overrides the style of objects (record form) on the actual page.
Is that normal behavior for CCS that an include page must have the same style as the page it is part of?
thanks for any replies.
bernie
_________________
Bernie
University of Utah
Salt Lake City, UT USA |
 |
 |
datadoit
|
| Posted: 01/26/2009, 1:14 PM |
|
That's not the behavior of CCS but rather the behavior of CCS. C? :)
If you have a style conflict (ie: .ErrorDataTD defined in two different
style sheets that are referenced in your page), then the last one loaded
wins.
|
|
|
 |
datadoit
|
| Posted: 01/26/2009, 1:15 PM |
|
CSS - cascading style sheets
|
|
|
 |
blasalle
Posts: 69
|
| Posted: 01/26/2009, 1:20 PM |
|
Thanks for you reply. I realized after sending this that it could be a CSS (style sheet) issue and not a CCS (CodeCharge) issue. However I discovered it's really how CCS handles CSS that I was dealing with and realized I can control this by making the Style a component selection and not a page selection, enabling multiple styles on the same page.
Thanks again.
benrie
_________________
Bernie
University of Utah
Salt Lake City, UT USA |
 |
 |
|