Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello,
i have a code which is written in html , you can find the html code below.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="sty.css">
<script type="text/javascript">
$function () {
var $winHeight= (window).height()
$( '.container' ).height( $winHeight );
});
</script>
</head>
<body>
<div class="container">
<div class="led-box">
<div class="led-yellow"></div>
<p>Yellow LED</p>
</div>
</div>
</body>
</html
.
and I have a mashup ready where I have used toggle widget but instead of that can I use this blinking led using this program, is there any way to do so .
How can I do it ? please help if anyone have the solution .
Regards,
Shree
Solved! Go to Solution.
Hi ,
Thanks for the reply , i have used custom css to do that.
Regards,
Shree
Hello @NH_shree,
Have you tried using the LED Display Widget instead of the Toggle widget?
Regards,
Dan
Hello @DDabrowski ,
Yes i used LED Display but it is used to display the number , but i need the output llike blinking led light for which i have the separate code as mentioned above
Regards,
Shree
Hi,
I am not sure, but we can use any led blinking gif image.
Hi ,
Thanks for the reply , i have used custom css to do that.
Regards,
Shree