LS
Posts: 0
Joined: Tue Jun 23, 2015 8:08 am

Button with background image

It is working if I use like this:
.home{
background: url(http://appery.io/app/view/bc4659c2-43...;
width: 20px;
height: 20px;

-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
}

But the button is no longer circular.

And also the main problem is I don't know how to use the image file that I have uploaded in :
WEB_RESOURCES-files-resources-image-icon1.png,

using your website development environment. Which URL should I use in order to use the image in your website development environment itself?

LS
Posts: 0
Joined: Tue Jun 23, 2015 8:08 am

Button with background image

What does ".." represents in your answer?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Button with background image

Hello,

I've checked and everything is working for me, please make sure you use correct component name.

LS
Posts: 0
Joined: Tue Jun 23, 2015 8:08 am

Button with background image

Can you please look into my second comment?

LS
Posts: 0
Joined: Tue Jun 23, 2015 8:08 am

Button with background image

@Yurii Orishchuk

It is working if I use like this:
.home{
background: url(http://appery.io/app/view/bc4659c2-43...;
width: 20px;
height: 20px;

-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
}

But the button is no longer circular.

And also the main problem is I don't know how to use the image file that I have uploaded in :
WEB_RESOURCES-files-resources-image-icon1.png,

using your website development environment. Which URL should I use in order to use the image in your website development environment itself?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Button with background image

Hello L S,

Please try this code for the for the background image uploaded in the folder: "files-resources-image"
pre.aaaaaa{
background-image: url(../../../../files/resources/image/no-image.jpg) !important;
/pre

Return to “Issues”