Jump to content

JavaScript and CSS3 Border Radius


The Little Guy

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.