mostone Posted May 16, 2013 Share Posted May 16, 2013 (edited) Hello guys mr or ms I want to ask How to add Background color on widget (Blink Effect)more details you can see this picturesource:http://www.duelingcity.net/before i find this code, and work . but not with the background color, and blink effect, <a href="http://astajim.indonesianforum.net/portal"><div style=" text-align:justify;"><div style="float:left; width:80px; text-align:center;"><div style="padding-top:20%;"><img src="http://i41.servimg.com/u/f41/17/61/95/60/news10.png"></div> </div><div style=" float:left; width:200px; margin:auto;"> <br> <span class="gensmall">text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here text here<br><br></span> </div> </div></a> result in my widget:my forum:http://astajim.indonesianforum.net/portaland I tried to add this code for BG color, but failed. i put in my css code .column table:nth-of-type(1) tbody tr:nth-of-type(2) td { background: none repeat scroll 0 0 #0E1A24; } .forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right { padding: 2px 3px; } please help me how to add BG color and blink effect??maybe with other css/html or javascript?please help me thanks before Edited May 16, 2013 by mostone Quote Link to comment https://forums.phpfreaks.com/topic/278070-add-background-color-on-widget-blink-effect/ Share on other sites More sharing options...
Adam Posted May 17, 2013 Share Posted May 17, 2013 What is the "blink effect" exactly? Quote Link to comment https://forums.phpfreaks.com/topic/278070-add-background-color-on-widget-blink-effect/#findComment-1430616 Share on other sites More sharing options...
mostone Posted May 17, 2013 Author Share Posted May 17, 2013 thats hover effect blink= hover, Quote Link to comment https://forums.phpfreaks.com/topic/278070-add-background-color-on-widget-blink-effect/#findComment-1430684 Share on other sites More sharing options...
Adam Posted May 17, 2013 Share Posted May 17, 2013 You can use the :hover psuedo class: http://jsfiddle.net/8QwNX/ Really old browsers like IE6 won't support :hover on elements other than anchors (<a>), but that's acceptable for most. Quote Link to comment https://forums.phpfreaks.com/topic/278070-add-background-color-on-widget-blink-effect/#findComment-1430686 Share on other sites More sharing options...
mostone Posted May 18, 2013 Author Share Posted May 18, 2013 You can use the :hover psuedo class: http://jsfiddle.net/8QwNX/ Really old browsers like IE6 won't support :hover on elements other than anchors (<a>), but that's acceptable for most. doesn't work sir i try with this code http://jsfiddle.net/8QwNX/12/ whats wrong?? Quote Link to comment https://forums.phpfreaks.com/topic/278070-add-background-color-on-widget-blink-effect/#findComment-1430758 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.