Here's the code I added:
var showH1 = function() {
$("div.article h1").css({'visibility':'visible'});
}
setTimeout(showH1,10000);
var showH1 = function() {
$("div.article h1").css({'visibility':'visible'});
}
setTimeout(showH1,10000);
The Box Model
The Flow
Classes
ID's
The Cascade
Layout
Multi-Columns
Styling a Page
Javascript and jQuery
PHP
The Internet
Website Design
Adobe Photoshop
Modifying Blogger with CSS/HTML
The Recipes
Post a Comment
Note: Only a member of this blog may post a comment.