Search:

Type: Posts; User: makamo66; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    981

    InnerHTML horizontal row problem

    I want to add a horizontal row after the user clicks on Completed. This javascript isn't working:


    function myFunction() {
    document.getElementById("green-hr").innerHTML =...
  2. Replies
    1
    Views
    2,207

    Text over images

    I want my text to appear on top of the images even without the hover.




    /* TOP CATEGORIES */

    .catWrap {
    position: relative;
    text-align:center;
  3. Replies
    1
    Views
    3,099

    Fixed with jquery

    I fixed it with this:


    <script>

    var $container = $('.grid');

    $container.imagesLoaded(function(){
    $container.masonry({
    itemSelector: '.isotope-item',
  4. Replies
    1
    Views
    3,099

    Masonry Overlapping Images

    When I view my Web page with masonry installed, the images overlap each other instead of displaying on top of each other. I can't post the HTML because it's too long but I can post the link to my Web...
  5. Floating divs with different heights stacked on top of each other

    How can I make the boxes float under another even if the height is different? Similar to how blogher.com does it.
Results 1 to 5 of 5