Leave a comment

Comments 3

babyelefant November 25 2013, 14:15:59 UTC
try

.sideboxTitle, .entryHeader{
border-radius: 30px 30px 0 0 ;
}

Reply

fencer_x November 25 2013, 15:10:03 UTC
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.

Reply


ditzyfish November 26 2013, 21:08:00 UTC
Yay! it worked! Thankyou soooo much.

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

Up