The Little Guy Posted December 22, 2009 Share Posted December 22, 2009 I am using JavaScript to render some css3 the problem that I am having is that it isn't working... Here is the JavaScript: if(tabid > 0){ result.setAttribute('class', 'btlradius'); } .btlradius{ -webkit-border-radius: 10px; -moz-border-radius: 10px; } it all works, but for some reason it don't change the border radius, why is that? If I were to add: color:#FF0000; It changes the text's color, but the border radius doesn't change why? Here is an example: http://secret.publicsize.com/search.php?q=What+does+DNA+stand+for%3F if you click on Health the radius doesn't change for where the results display. Link to comment https://forums.phpfreaks.com/topic/185994-javascript-and-css3-border-radius/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.