I have a div called "appHeader" ... and its content dynamically changes.
I want some static text at the top of that diva that is highlighted ... and it has done in CSS.
The text is saying something like "such property and such ... etc" but it is stable
Can you make static content within the CSS?
Is this possible?
TIA, Kirby
PS I can only edit my application CSS : - p
Well you can always use the content
property Are there.
Then something like that
.appHeader: {Before the content: "My Static Text Will Appear"; }
However this is usually not appropriate. ( I'm not sure which browser supports it edit : Content is supported in all major browsers, this is a bad practice of access).
Comments
Post a Comment