Thread: rounded corners
View Single Post
  #8  
Old 13th January 2010, 20:47
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
when u get it go to ur page press mouse right button then web developer > css > view style information ... use mouse target and move it to block u need to round and click
then will aper css info log there will be writen hove block is called and in what css file and line defined so that's where u will need to add moz border thing like
open default.css
body{
width:1000px;
margin:0 auto;
border:1px solid #000;
-moz-border-radius:8px;
}

:D simple
Reply With Quote