CSS Style center

CSS Styles, CSS tips

Portfolio

Tag Archives: css3

css3 rounded corners

CSS 3 has many new methods to do what we have been doing in the hard way before, and one of them is rounded corners for boxes. The code for this is very simple, it goes like this: the idea is simple, each and every one of these lines refers to different browsers/ different versions [...]

CSS3 Gradients with opacity works with IE

I am working on a project for my customer currently, and as always i try to make cross browser consistency. I have built a drop down menu with CSS3 Gradients and added Opacity to it as well, everything looked great, until i have opened it in IE… i know that IE does not recognize any [...]