forum

Home / DeveloperSection / Forums / How can I hide a div using visible property even it has a background

How can I hide a div using visible property even it has a background

Pravesh Singh 1701 23-Aug-2014

I have the following div:

<div visible="false"

     style="background-image:url('../Contents/Images/item-background-selected.png'); width:113px; height:58px; background-repeat: no-repeat; position: absolute;"  />

<div>

It's still visible in spite of the visible property is set to false. but when I remove the background-image from the style it's hidden.

How can I hide it with keeping its background?

Thanks in advance.


Updated on 23-Aug-2014

Can you answer this question?


Answer

1 Answers

Liked By