12-19-2012 01:17 PM
Hi forum,Iam using bbUI.js & .css (9.6) ,How to change image-list's item backround-color ?
is there any tag, which gives me this option ?
Try my HTML5 app CountDown (free)
Solved! Go to Solution.
12-21-2012 09:27 AM
I believe you can just add a style="background-color: #f00" property to the div?
12-25-2012 03:20 PM
listItem.setAttribute('style', 'font-weight:bold;text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);');
Worked... thanks for the hint.
Try my HTML5 app CountDown (free)