Quote:
Originally Posted by Brian30fl
Edit:
im sorry forgot to mention the -moz extension is for mozilla browsers meaning netscape and firefox. here are some css changes to support differant browswers
-webkit-border-radius: 10px; /* Safari prototype */
-moz-border-radius: 10px; /* Gecko browsers */ meaning netscape and firefox or anything that uses the mozilla engine
border-radius: 10px; /* Everything else - such as ie6,ie7 */
let me know how it works.
|
Hallo!
You are right, in FF it works great, but not in IE. I'm sorry, but your code doesn't work for me in IE.
Some more ideas how we can do it?
thanks and bye
Karin