Jump to content
Sign in to follow this  
boblohblaw

Rounded Cornes on Feature Container?

Recommended Posts

boblohblaw

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×