Skip to main content

Posts

Showing posts from February, 2011

CSS Buttons (part fin)

Okay, onto the final half of the CSS button tutorial. This part will deal with the code (CSS and HTML) and is quite easy. You will need two pieces of code for this to work. The CSS portion can be found here . The HTML portion is simply <a class="button" href="URL" target="blank" onclick="this.blur();"><span> (button text) </span></a> And on to the video part of the instruction. Again I would suggest watching this in fullscreen at 720p HD :  

CSS Buttons (part 1)

This is part 1 of what I wanted to get through during the Lunch and Learn this week. I decided to start from scratch so that everyone can follow along from the beginning, and I tried to be as thorough and as brief as possible. This is really kind of an intermediate tutorial, but you should be able to follow along without any problems and do the steps to come up with a good product. *note: you'll want to blow this up to full screen and watch in 720p HD