i treid meny things, and did it with PNG img but it's over the photos so the links don't work..
anyone have an idiea what can i do ?
i treid meny things, and did it with PNG img but it's over the photos so the links don't work..
anyone have an idiea what can i do ?
You can give the image a border-radius in CSS to round the corners. For example:
#rotator img {
border-radius: 10px;
}
Of course that will only work in browsers that support CSS3, which means IE7 & IE8 will still have squared off corners. But it is a whole lot easier than overlaying other images to get it done.
This topic has been closed to new replies.