Chomper Stomping
jQuery/JavaScript/CSS 3/HTML 5, Java/PHP/Python/ActionScript, Git, Chrome/Firefox Extensions, Wordpress/Game/iPhone App Development and other random techie tidbits I've collected


 
Posts Tagged ‘Styles’
 

 
HTML5_Styling_512

Introducing Limeberry

Limeberry is a CSS 3 Finely Granular Color Gradient Generator. It allows you to input very precise (up to the nth decimal) numeric values to be used as your gradient color stops. Choose how many color stops you want and then de...
by Christopher McCulloh
0

 
 
 

TOTW: Firebug HTML > Layout

This week’s tool of the week is another component of Firebug, the “Layout” tool. What it does: Allows you to edit html element box dimensions directly in the browser to get that perfect witdh/height/padding/ma...
by Christopher McCulloh
0

 
 
 

Sprite Button Style Reset

CSS Style to clear Input type button styles in order to use a CSS Sprite as the image for the button. button{ text-indent: -999px; overflow: hidden; display: block; line-height: 99; border: none; padding: 0; } This is for my ow...
by Christopher McCulloh
0

 

 
 

Stylesheets and Alternate Stylesheets, how including external CSS works

It really helps to read the documentation. Way back when I started designing websites using external stylsheets, I found a little trick. If you had IE specific styles and Firefox specific styles, you could extract them both out...
by Christopher McCulloh
0