css unknow property “rendered” on af:panelList

palmerbee

New Member
I'm trying to set the rendered attribute of af:panelList on a .css file so i cant display it according to the device resolution but when i define on css:\[code\]#pl2{ rendered:false;}\[/code\]i get a unknown property "rendered" and chrome doesn't hide it when its a smaller resolution.Heres the component definition on my .jspx file:\[code\]<af:panelList id="pl2" rows="3" maxColumns="5" >\[/code\]what can i do to fix this? is there a way around?thanks in advance
 
Back
Top