Subscribe to the RSS Feed
FreeWordpressThemes.us
Free WordPress Tutorials and Themes.

WordPress Tutorial | Thesis Theme Options Tool

April 19th, 2010 by admin

thesistheme.eglobalentrepreneurs.com WordPress Tutorial | Thesis Theme Options Tool Thesis SEO WordPress Theme provides online marketers with unique web design and seo tools. One such tool is their Thesis Options Tool. Thesis Options Tool is just one of many built-in, easy-to-use web tools that Thesis provides online marketers. I’m so confident, regardless of whether you have ZERO web design or coding knowledge, that Thesis SEO theme will help you quickly customize and professionally brand your own personal blog site, I stake my reputation on it. Click on the links below to LEARN more about Thesis SEO WordPress Theme and my one-of-a-kind WordPress Custom Web Design Course… Thesis | WordPress SEO Theme (Top Recommendation) thesistheme.eglobalentrepreneurs.com Check out our WordPress Custom Web Design Course wordpresstrainingonline.com More expert WordPress training and tutorials for wordpress seo theme Thesis Options Tool coming soon.

Written by - Visit Website

Posted in Wordpress Tutorial Videos | No Comments »

Seamless Image Rollovers Using CSS

April 19th, 2010 by admin

Have you ever noticed how sometimes when you hover over an image, it goes blank for a second, and then it loads the hover image? When you roll back over though, everything is seamless.

Here’s an example of what I mean using my Underground ladder image (broken into two pieces).

This is because there are two separate images that need to be loaded, and the second one (on hover) takes extra time to load when the hover effect is triggered.

In this post, I’m going to show you how to eliminate that delay using a CSS technique that loads the entire image at once, and displaying a portion of it.

Combine the Image

The first step to getting this to work is combining both halves of the image into one. You can use your image editor of choice to do this, just copy both of the images, double the height, and paste the inactive one above the active one.

Ladder 1Ladder 2Underground Ladder

The image in the middle should be what you’re going for. Now we move onto the CSS.

The Code

The first step in the CSS is to limit the height of the image to half (basically so only the top ladder shows up).

For purposes of this tutorial, we’ll use a class called .rollover-tut. Since the original ladder image is 153×149, we’ll use this CSS code:

.rollover-tut {
height: 149px;
width: 153px;
display: block;
}

Since we’re making a link, we’ll use the following HTML code:

<a class="rollover-tut" href="#"></a>

At this point, your link should look like the original ladder image, with no hover effect (yet).

Ladder 1

To get the hover effect working, we’ll use a CSS property called background-position on the :hover pseudoclass.

.rollover-tut:hover {
background-position: 0 -149px;
}

With the above CSS code, you’re pretty much moving the background image up 149 pixels (remember, the height of one ladder image, or half of both combined).

An easier way to remember is to use the following hover code instead, which will have the same effect as the above, and you don’t have to remember any numbers (hat tip: Art Webb via the comments):

.rollover-tut:hover {
background-position: bottom left;
}

And here’s what you get:

Notice there’s no delay between the hover effect now, since the entire image is loaded at once.

Conclusion

This same technique can be used for pretty much any background image rollover effect. I’m not sure if any of you have checked out my personal blog design lately, but I make extensive use of it on pretty much every link using a background image (and the submit button on my comment form).

Hope you all enjoyed this CSS tip. If you have any ideas for future CSS tip posts, let me know in the comments.

Related posts:

  1. How to Hide the WordPress Stats Smiley the Right Way
Written by - Visit Website

Posted in Theme Labs | No Comments »

pokergamble version

April 19th, 2010 by admin


DEMO
DOWNLOAD

Written by - Visit Website

Posted in Stuff from qualitywordpress.com | No Comments »

Templatic – WPStore e-commerce theme

April 19th, 2010 by admin

Best E commerce wordpress theme so far%C2%A0%C2%A0WP Store Templatic   WPStore e commerce theme

WordPress themes are slowly turning to new designs increasing flexibility and possibility. WPStore is suppose to be bigger then shopperpress with a range of features and options for selling tangible and digital goods online. Three different theme types from Shopping Mode, Digital Mode and Catalog Mode for different kinds of stores, fully manage products with descriptions and images, manage orders processing, shipping options with adding discounts and prices based on weight, a massive amount of payment gateways at the click of a button, manage and include tax, user registration, use coupon codes for added discounts, product size and colour features and others, A built in affiliate module to drive more and more sales, Search Engine Optimized, built in ad management and cross browser compatible.

| Download Now | Downloads [4826] |

Wordpress bookmarks

Written by - Visit Website

Posted in Stuff from Wicked Theme | No Comments »

maroon poker

April 18th, 2010 by admin


DEMO
DOWNLOAD

Written by - Visit Website

Posted in Stuff from qualitywordpress.com | No Comments »