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.

Widgets Individual Corners

3 posters

Go down

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
CatherinaAndrea
CatherinaAndrea
Forumember

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

http://www.nailphanatic.com/

Back to top Go down

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.
ankillien
ankillien
Energetic

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

Back to top Go down

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.
CatherinaAndrea
CatherinaAndrea
Forumember

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

http://www.nailphanatic.com/

Back to top Go down

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.
ankillien
ankillien
Energetic

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

Back to top Go down

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.
CatherinaAndrea
CatherinaAndrea
Forumember

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

http://www.nailphanatic.com/

Back to top Go down

Solved Re: Widgets Individual Corners

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

Topic Solved & Locked
Nera.
Nera.
Energetic

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

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum