Showtime Module / Rounded Corners
Posted: Tue Feb 07, 2012 10:10 pm
Hi,
Enjoying this module... however, running into an issue with rounded corners in all but Mozilla browsers. Code in module php file shows this:
I need to change it to include all three for best compatibility:
Can someone assist in making the code blend? Thanks!
Enjoying this module... however, running into an issue with rounded corners in all but Mozilla browsers. Code in module php file shows this:
Code: Select all
if ($row['st_nav_radius'] > 0){
$cssstring .="
-moz-border-radius: ".$row['st_nav_radius']."px ".
$row['st_nav_radius']."px ".$row['st_nav_radius']."px ".$row['st_nav_radius']."px;";
Code: Select all
-webkit-border-radius:
-moz-border-radius:
border-radius: