The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    Widgets Individual Corners

    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Widgets Individual Corners

    Post by CatherinaAndrea February 7th 2012, 2:19 pm

    Heya all, i was wondering if anyone know the coding for individual corners in widgets. I made a picture for easier explanation.

    Widgets Individual Corners CornerQuestion

    As you can see, i would imagine the code would be along these lines:

    Image1: (url) position: top
    Image2: (url) position: bottom-left
    Image3: (url) position: bottom-right

    If i didn't explain it too well, please let me know.

    Any help would be really appreciated, Thank you. Wink


    Last edited by CatherinaAndrea on February 8th 2012, 6:43 pm; edited 1 time in total
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Widgets Individual Corners

    Post by ankillien February 7th 2012, 3:07 pm

    Hi,

    There are actually two images, one for the top and another for bottom. You can set the images as background using the following CSS selectors...

    Code:
    div.h3 {
    background-image: url(TOP IMAGE URL HERE) no-repeat;
    }
    .module {
    background-image: url(BOTTOM IMAGE URL HERE) no-repeat;
    }

    You might need add some other properties to the code to make it work perfect.
    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Re: Widgets Individual Corners

    Post by CatherinaAndrea February 7th 2012, 4:35 pm

    So there is no way to have it more than just top and bottom?? Cause some widgets are wider than others, so you need different background images for different widgets.
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Widgets Individual Corners

    Post by ankillien February 8th 2012, 7:12 am

    CatherinaAndrea wrote:So there is no way to have it more than just top and bottom?? Cause some widgets are wider than others, so you need different background images for different widgets.

    I don't think widgets have different width. But there is no way to add more than just top and bottom, as far as I know. There can be some tricks to achieve this but I'm not aware of any as of now.
    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Re: Widgets Individual Corners

    Post by CatherinaAndrea February 8th 2012, 6:42 pm

    Ok thank you, i'll try to make it work with the top and bottom codes you gave me Wink Thanks again.

    Solved.
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Widgets Individual Corners

    Post by Nera. February 8th 2012, 8:25 pm

    Topic Solved & Locked

      Current date/time is November 13th 2024, 8:06 pm