Hi
I made some border effect on my footer with this code
#footer .texture {
border-radius: 0 0 15px 15px;
}
now im triying to get the same with the header without luck
#header .texture{
border-radius: 15px 15px 0 0;
}
using firebug im altering the right div.. what im doing wrong here?











