same, worked for me in firebug; just added "border-top-left-radius: 30px; border-top-right-radius: 30px;" to .entryHeader
You can see in your screencap that the posting box itself has rounded borders all around. It's just the entry header that's on top of it all, blocking it. So that's what you needed to work on.
Comments 3
.sideboxTitle, .entryHeader{
border-radius: 30px 30px 0 0 ;
}
Reply
You can see in your screencap that the posting box itself has rounded borders all around. It's just the entry header that's on top of it all, blocking it. So that's what you needed to work on.
Reply
Now all I have to do is work out how to make the entry and sidebar bg semi transparent in both firefox and IE and all will be perfect.
Reply
Leave a comment