logo
Copyright 2019 TwentyEleven Web Design
Web Design Tutorials Archives | TwentyEleven Web Design
-1
archive,category,category-web-design-tutorials,category-45,bridge-core-1.0.7,ajax_fade,page_not_loaded,,qode_grid_1300,side_area_uncovered_from_content,footer_responsive_adv,qode-content-sidebar-responsive,qode-theme-ver-18.2.1,qode-theme-bridge,wpb-js-composer js-comp-ver-6.0.5,vc_responsive
 

Quite an annoying aspect of WordPress is that its not very easy to use an image rollover from within posts. This is a simple hack that lets you use an image rollover in Wordpress without the use of a plugin. [raw] <img title="this" onmouseover="this.src='https://twentyeleven.co.uk/wp-content/uploads/2012/05/that.png';" onmouseout="this.src='https://twentyeleven.co.uk/wp-content/uploads/2012/05/this.png';" src="https://twentyeleven.co.uk/wp-content/uploads/2012/05/this.png" alt=""...

Another really useful tutorial by Jeffery Way over at NETtuts: A common design technique lately is to create a fold effect, where it appears as if a heading is wrapping behind its container. This is generally achieved through the use of tiny images; however, with CSS, we can mimic this effect quite easily. I’ll show you how in four minutes.

It has been suggested that beautiful and usable websites are created on a foundation of beautiful and usable typography. I’ve even read an article that suggests that the web is actually comprised of 95% typography. I’m not convinced that there is any empirical evidence for this figure, but I think that the point is a good one. And, that makes typography a pretty important element that you will want to look at very carefully.