Brian30fl |
05-13-2008 11:56 AM |
hmm i will have to test that. don think i have tested on ie. working on firefox though i will look into it tomorrow morning hectic work schedule just got in from a 15 hour shift. in the meantime try changing it to like 7-10 see if there is any change.
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
Code:
-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.
|