hey welcome to my blog I’m happy you are here to check my CSS techniques today i will show you how to style submit button without any JavaScript and how to make rollover effect! can you believe it ZERO JavaScript and tested on all browsers.
CSS Used
#button {
display: block;
width: 175px;
height: 45px;
margin: 0px auto;
}
#button input:hover{
background-image:url(‘images/clicktosend_hover.gif’);
background-position:left top;
background-repeat:no-repeat;
}
HTML
<div id="button">
<input [...]
My Advice to you is to not work hard but Work Smart
This article i’ve seen it before and i would like to share it with everyone here. It says:
There remains this enormous and wicked sociocultural myth. It is this: Hard work is all there is.
Work hard and the world respects you. Work hard and you can [...]
Web Design and Coding Rappers
The Poetic Prophet (AKA The SEO Rapper)
i found this Vedio on YouTube very Helpfull information for designers jejejeje.
i REALLY Like it!
DIYer builds fully-functional NES controller coffee table, earns mad respect
by Darren Murph, posted May 9th 2008 at 9:42AM
Nah, the idea of using a freshly-mushroomed NES controller as your coffee table isn’t new, but we’ve got to give props where props are due on this one. Kyle Downes has just completed a painstaking project that resulted [...]
How to Size Text in CSS
by Richard Rutter
There’s been a welcome resurgence of interest in web typography over the past year or so, with many articles and conference talks offering techniques and theory. Frequently asserted is the notion that good typography requires accurate control of font size and line-height. But this is the web: it’s [...]
Original Article Written by: Hayes Potter – A 13 year old web developer and programmer.
I’m really wondering when he got the time to learn all of that! and how he started … i really wish him the best luck and i wish also my kids can be Genius Like him!
For those of you [...]