Hi,
I have a div with a background image which is absolute positioned. In my css I set the visibility to hidden. When I drag another div image and drop it in the drop I do $('#divid').css('visibility','visible'). It steps over the code but does not show it.
Any ideas please?
Regards,
Jiggy.
css('visibility','visible') not working.
Page 1 of 12 Replies - 5484 Views - Last Post: 12 June 2013 - 04:41 AM
Replies To: css('visibility','visible') not working.
#2
Re: css('visibility','visible') not working.
Posted 12 June 2013 - 04:21 AM
When you say it "steps over the code" does it actually execute the line, or by-pass it?
Also test by temporarily removing visibility: hidden from your css to see whether it actually displays in the page.
Otherwise, you'll need to post more of your code.
Also test by temporarily removing visibility: hidden from your css to see whether it actually displays in the page.
Otherwise, you'll need to post more of your code.
#3
Re: css('visibility','visible') not working.
Posted 12 June 2013 - 04:41 AM
Hi,
If I remove the hidden it shows it and it when I step through it does not fully highlight the line just at the start
Regards,
Jiggy
If I remove the hidden it shows it and it when I step through it does not fully highlight the line just at the start
Regards,
Jiggy
Page 1 of 1

New Topic/Question
Reply


MultiQuote


|