when richfaces renders IDs in html, often they contain colons like this:
<table id="AAA:BBB:tu"...
when i try using that id in a css stylesheet like this:
#AAA:BBB:tu td {
display:none;
}
it doesn't work. however THIS works, both in firefox and internet explorer 10:
table[id='AAA:BBB:tu'] td {
display:none;
}
thanks so much to handling css id and classes with spaces
IT, computer and programming tutorials and tips that i couldnt find anywhere else using google, from my daily work as a Senior Developer of solutions using Java and Linux.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment