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 =...
Type: Posts; User: makamo66; Keyword(s):
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 =...
I want my text to appear on top of the images even without the hover.
/* TOP CATEGORIES */
.catWrap {
position: relative;
text-align:center;
I fixed it with this:
<script>
var $container = $('.grid');
$container.imagesLoaded(function(){
$container.masonry({
itemSelector: '.isotope-item',
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...
How can I make the boxes float under another even if the height is different? Similar to how blogher.com does it.