Forums

How can I get my corners rounded (12 posts)

  1. bucktrice
    Member
    Posted 11 months ago #

    My site is atrilli.net

    Yes I've already searched the forum for similar topics but it sseems like none of the codes work, I just want my post backgrounds to be cornered, and the widget titles. Thanks in advance.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 11 months ago #

    Try googling "css rounded borders".

  3. bucktrice
    Member
    Posted 11 months ago #

    I already did that, the codes dont work

  4. Chip Bennett
    Member
    Posted 11 months ago #

    You need to use the CSS border-radius attribute.

  5. bucktrice
    Member
    Posted 11 months ago #

    ^OK I just added that to the CSS and nothing happened

  6. esmi
    Theme Diva & Forum Moderator
    Posted 11 months ago #

    They do in all compliant browsers (IE is not classed as a compliant browser).

  7. esmi
    Theme Diva & Forum Moderator
    Posted 11 months ago #

    Try using Firefox.

  8. bucktrice
    Member
    Posted 11 months ago #

    I looked in Firefox & Chrome it doesnt work in either

  9. esmi
    Theme Diva & Forum Moderator
    Posted 11 months ago #

    I'm sorry but it works for me. I use it all the time.

  10. rseipp718
    Member
    Posted 11 months ago #

    #page-wrap {
    	border-style: solid;
    	border-top-width: 1px;
    	border-right-width: 0px;
    	border-bottom-width: 0px;
    	border-left-width: 1px;
    	border-color: #dedede;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            -khtml-border-radius: 20px;
            border-radius: 20px;
    }

    That's what I use. It works in everything except IE. Still trying to figure that one out.

  11. bucktrice
    Member
    Posted 11 months ago #

    it still doesnt work

  12. Chip Bennett
    Member
    Posted 11 months ago #

    You're really not providing enough specific information for anyone to help you.

    The CSS border-radius attribute works in general. Why you can't get border-radius style definitions to apply to your specific site/Theme is something we can't answer based on the information provided.

Reply

You must log in to post.

About this Topic