Forum Replies Created

Page 67 of 129
  • Abraham Chaffin

    April 16, 2010 at 5:14 pm in reply to: tester
  • Abraham Chaffin

    April 16, 2010 at 5:07 pm in reply to: tester
  • Abraham Chaffin

    April 10, 2010 at 6:04 pm in reply to: testering
  • Abraham Chaffin

    March 31, 2010 at 4:01 pm in reply to: Comment system on articles

    Gotcha – We’ll take a look and discuss it at the next COW board meeting =p

    Thanks for the feedback =)

    Abraham

  • Abraham Chaffin

    March 31, 2010 at 3:55 pm in reply to: Comment system on articles

    Something like this?

    
    Third Response to Article
    
    Second Response to Article
    
         First Response to Second Response
    
         Second Response to Second Response
    
              First Response to Second to Second
    
         Third Response to Second Response
    
    First Response to Article
    
    

    Abraham

  • Abraham Chaffin

    March 25, 2010 at 10:58 pm in reply to: tester
  • Abraham Chaffin

    March 25, 2010 at 9:20 pm in reply to: tester
  • Abraham Chaffin

    March 25, 2010 at 8:24 pm in reply to: tester
  • Abraham Chaffin

    March 25, 2010 at 8:12 pm in reply to: tester
  • Abraham Chaffin

    March 23, 2010 at 10:43 pm in reply to: Full Page Overlay – FAO Abraham

    Hello,

    You might also consider using jQuery for this as it has a simple plugin which does this as well.

    In the following example I used kOverlay:

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Test Document</title>
    <script src='https://code.jquery.com/jquery-1.4.2.min.js'></script>
    <script src='https://plugins.jquery.com/files/jquery.koverlay.1.3.js.txt'></script>
    </head>
    <body>

    <a href='javascript: void(0);' onclick="

    $('#my_hidden_div_id_1').koverlay({title: 'Put Your Title Here or Not'});
    $('.css_koverlay').css({'background-color':'#9c183a'});

    ">

    Link Text

    </a>

    <div id="my_hidden_div_id_1" style="display: none;">

    Put your content here...

    </div>

    </body>
    </html>

    Abraham

Page 67 of 129

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy