Breadcrumbs
- Home
- Blogs
- December 2006
Blog Entries from December 2006
Browse Blog Archives
- Previous Month
- April 2006
- This Month
- December 2006
- Next Month
- January 2007
-
- Author
- Daniel Malmqvist
- Date
- Sun 31 Dec 2006 at 11:39
Photoshop time! Alright, today I am going to guide you through making a stylish round button.
Step 1: Create your document
First, create a new document with the dimensions 120x120 pixels. You can use any background colour that you would like. I will be using a white background (#FFFFFF).
Step 2: Create your circle
Next, create a new layer (CTRL+SHIFT+N). Using the "Elliptical Marquee Tool", make a round selection, holding SHIFT to keep it proportional. You can make the selection any size you would like, although I recommend not t…
-
- Author
- Ethan Poole
- Date
- Fri 22 Dec 2006 at 23:11
Recently, when coding Lowter's new layout, I ran into an issue trying to use absolute positioning on a <legend> tag. I was attempting to apply these particular styles to it:
legend {
left: -2000px;
position: absolute;
width: 990px;
}
I wanted to hide the <legend> tag from visitors on a certain form. Using display: none would not have sufficed because then screen-readers would have ignored the form instructions I wanted them to read aloud. The stylings worked fine in Opera, Safari, and Internet Explorer. The brow…
Browse Blog Archives
- Previous Month
- April 2006
- This Month
- December 2006
- Next Month
- January 2007