Activity Stream
48,167 MEMBERS
6774 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member
    Website's:
    FuzzyShare.com

    Default <blink> that works for internet explorer ?

    hey

    i tried the code <blink> in site fuzzyshare.com


    the thing is its only working for firefox , is there any html code like this to make it work with IE too ?
    Gat Dat Reviewed by Gat Dat on . <blink> that works for internet explorer ? hey i tried the code <blink> in site fuzzyshare.com the thing is its only working for firefox , is there any html code like this to make it work with IE too ? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    Linked-Forum.com
    Code: 
    <!--[if IE]>
    <script type="text/JavaScript">
    function doIt(){
    document.getElementById('blink').style.visibility =  (document.getElementById('blink').style.visibility == "hidden") ? "visible" : "hidden";
    }
    function Knipper(){
    setInterval('doIt()',1000);
    }
    window.onload = Knipper;
    </script>
    <![endif]-->
    Code: 
    <p>Ik wil <span id="blink">knipperende tekst!</span></p>
    Second hit on google

    Dindt test it but the doIt() is pretty cool, better than firefox.....

    setInterval('doIt()',5);

    HTML

    forgotten language.

    I noticed on vBteam, im trying out alot of stuff with vBulletin and post it on vBteam, everybody OMG how cool.....

    basic HTML......

  4.     
    #3
    Respected Developer
    Quote Originally Posted by KaiTrac View Post
    Code: 
    <!--[if IE]>
    <script type="text/JavaScript">
    function doIt(){
    document.getElementById('blink').style.visibility =  (document.getElementById('blink').style.visibility == "hidden") ? "visible" : "hidden";
    }
    function Knipper(){
    setInterval('doIt()',1000);
    }
    window.onload = Knipper;
    </script>
    <![endif]-->
    Code: 
    <p>Ik wil <span id="blink">knipperende tekst!</span></p>
    Second hit on google

    Dindt test it but the doIt() is pretty cool, better than firefox.....

    setInterval('doIt()',5);
    Allow me to shorten that to:
    Code: 
    <span style="text-decoration: blink;">Bling bling!</span>
    Edit: on second thought, you'll have to use javascript indeed. Seems like IE still doesn't fully support the standards (<blink> is not a part of the HTML standard). Now I remember why people should always use FF/Opera etc.

  5.     
    #4
    Member
    Website's:
    FuzzyShare.com
    Not working on IE ....

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Internet Explorer 9
    By NiKE.. in forum Technical Help Desk Support
    Replies: 14
    Last Post: 28th Jan 2012, 07:29 AM
  2. Internet Explorer is NO 1
    By Michel_Designs in forum General Discussion
    Replies: 48
    Last Post: 8th Jul 2011, 05:25 AM
  3. [Buying] CSS for Internet Explorer
    By ninoblack in forum Completed Transactions
    Replies: 0
    Last Post: 7th Jun 2011, 12:09 AM
  4. Transparent images on internet explorer
    By Sponge Bob in forum Web Application/Script Support
    Replies: 2
    Last Post: 20th Mar 2011, 05:14 AM
  5. Internet Explorer 9
    By Storm in forum General Discussion
    Replies: 11
    Last Post: 18th Mar 2010, 12:30 PM

Tags for this Thread

BE SOCIAL