Tag Archives: rounded corners

Photoshop CS5.5: Adding One Two or Three Round Corners to a Rectangle

In this tutorial we will show you how to add rounded corners to some but not all corners of a rectangle in Photoshop CS5.5. As we all know with all adobe products when it comes to adding rounded corners to a shape with the tools available it is every corner rounded or every corner squared. We will show you a… (more…)

Fireworks CS5.5: Round Corners on Images and adding Vector Masks

In this tutorial we will show you how to round off the corners of an image or bitmap in Fireworks CS5.5 by using vector shape masks. You can apply any shape you wish to a vector shape but the most common application is for rounding corners off. I am using Fireworks CS5.5 for this tutorial but you can use any… (more…)

CSS3: Rounding off Corners of Images Tips

This is more of a tip than an actual tutorial but we will be showing you how to round off the corners of an image using just CSS3. This tip will work for all browsers except for a few older IE versions.

Fireworks CS5.5: Adding One or Two Rounded Corners to a Rectangle

In this tutorial we will show you how to add one or two rounded corners to a rectangle in Fireworks CS5.5. It is pretty much common knowledge that you can only set all four corners to rounded and all need to be rounded off the same using the standard Fireworks tools. We will show a simple work around that will… (more…)

CSS3: Simple Slideout Accordion Menu

In this tutorial we will show you how to create a simple accordion menu with submenu’s that expand out smoothly as someone mouses over the top of them. The simple animation we will be using is CSS3 with no javascript however it is supported by all the major browsers except for IE. With IE the menu will still work with… (more…)

CSS: How to Create a Staggered Menu Layout

In this tutorial we will learn how to create a staggered menu using only CSS. Sometimes we want to break up the structure of a website to give it character and staggering a menu up and done or left and right is one possible way to do this. Usually this is done with images and CSS which is not very… (more…)

CSS Simple Accordion Menu

In this tutorial we will be covering the basics of making a simple accordion menu purely with CSS, no Javascript involved. I do have another Accordion Menu tutorial up on here in there parts but it is actually more of a widget than a proper menu, thus why I am doing the Accordion menu tutorial over again. When Finished our… (more…)

Stylish CSS3 Buttons

In this tutorial we will be create some stylish buttons for your website using CSS3. These buttons degrade gracefully and will still look great on browsers that do not support the CSS3 standards.Simple changes to the css will change the button colors rather than having to swap images or use a sprite image and positioning. We will be using just… (more…)

CSS Horizontal Accordion Menu

In 2 of my previous articles I covered how to create a vertical accordion menu using only CSS. In this tutorial I will be showing how to turn that around and create a horizontal accordion menu. So if you are not yet familiar with the basics of the accordion menu check out the HTML and CSS for the vertical accordion… (more…)