My button is a button pushed
I sometimes can’t beleive the things that escape me. In the article ‘Push my button‘, Aaron Gustafson discusses the forgotten button tag, kicked, knocked and pushed into obscurity by the ever present input tag.
The functional comparison between <input type="submit" value="Submit"> and <button type="submit">Submit</button> are identical but the button offers way more flexibility in terms of styling with CSS.
The majority of browsers do not force any particular design on the button element, leaving it a raw ingot which we can cast and shape to our liking.
For me, Aaron has helped free my buttons. The article shows some nice tidy ways to get creative with the button, so please, submit to his article and enjoy.
I love my Mac. I just wish it came in green
I love my Mac. I just wish it came in green. Apple fans need to demand a new, cool product: a greener Apple.
Automatic pullquotes with JavaScript and CSS
Roger Johansson show us how to add pullquotes to a page using javascript and CSS. The Beauty is you don’t have to repeat text (or create extra work) to produce the pullquote.
Vertical centering in CSS
How to center elements with CSS since the CSS property vertical-align doesn’t do the trick. No general solution was known until yesterday. Well can this be so? I leave it here to investigate.
And thanks CSS Mania!