View Single Post
  #1 (permalink)  
Old Dec 13th, 2007, 11:10
RZX Developer RZX Developer is offline
Reputable Member
Join Date: Jul 2007
Location: UK, Essex
Age: 21
Posts: 172
Thanks: 0
Thanked 1 Time in 1 Post
[SOLVED] border-radius

hey All,

I am trying to create divs that have round corners but by only using css, for FF i have found:

Quote:
-moz-border-radius: ;
I tried this for IE:

Quote:
border-radius: ;
But this doesn't seem to work; any help would be most appreciated, especially if for any other browsers as well.


Regards

Wayne