ideaprison
-
CSS3 transform and z-indexes
Still haven't figured out a solution, is what i want to do impossible? (Currently getting it to work in just webkit browsers) Here's how it operates, you can flip (or click top/bottom) to go through the albums. Click an album, then click …
-
Replacing text by clicking a button
Sorry, i noticed it too late that "return false" was already in one of the examples/replies before mine!
-
CSS3 transform and z-indexes
Thats okay, i will add that the more i kept trying to get it to work the messier it probably got. if you check out http://www.saltyknuckles.net/archives/ in Chrome then you can see how it should work
-
Really strange WP issue....HELP!!
try removing the .htaccess file (first back it up) it could also mean there is no index.php file without an index file (any extension) you will either see an open directory, or in most cases a forbidden error
-
Replacing text by clicking a button
Instead of the href="javascript:void(0)" since its icky and shows when people hover the link you should just use example: $("a").click(function (e) { e.preventDefault(); });
-
Backstretch Not Displaying an Image
Seems like you solved this already, or am i wrong? See the background here on all pages (Chrome)