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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.