boblohblaw 0 Report post Posted August 9, 2011 Hi, I'm looking to continue the rounded corners theme on my site and cannot find the proper class for the feature slider. This is a feature slider only on the home page. I've tried the following as well as just the ID to no avail. http://bulletproofpixel.com/ .home #feature_slider { -webkit-border-radius: 15px !important; -moz-border-radius: 15px !important; border-radius: 15px !important; } Any ideas? Share this post Link to post Share on other sites
bevj 0 Report post Posted August 9, 2011 It's the right ID, and I can get it to work with firebug. http://screencast.com/t/2KjMQ6uVn5 drop the home from the CSS, and maybe move the code to a higher up in the - might be some ordering thing going on. Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 9, 2011 It seems to work in Firefox, but I'm perplexed as to why it doesn't work in webkit. It does if you add a border to it, but obviously thats not a solution. I think it could possibly require adjustments to the background-clip or background-origin properties, if that helps. Here's an article that talks about those properties. http://css-tricks.com/7423-transparent-borders-with-background-clip/ Share this post Link to post Share on other sites