Learn CSS Positioning in Ten Steps
Submitted by administrator on Tue, 02/09/2010 - 10:09Relationship:
http://www.barelyfitz.com/screencast/html-training/css/positioning/
Learn CSS Positioning in Ten Steps
This tutorial examines the different layout properties available in CSS: position:static, position:relative, position:absolute, and float.
- Read more
- 32 reads
PNG Transparency Fix in IE6
Submitted by administrator on Tue, 02/09/2010 - 09:05What is this?
This is a IE5.5+ "behavior" that automatically adds near-native PNG support to MSIE 5.5 and 6.0 without any changes to the HTML document itself. Supported features include:
- Read more
- 24 reads
Displaying alpha transparent PNG's in background-image
Submitted by administrator on Mon, 02/08/2010 - 17:18From reading up on how IE handles png files with Alpha transparency I came to the premature conclusion that I could just add
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader»
(src='myimage.png',sizingMethod='scale');
to every element that needs to be styled with an alpha transparent background image, so for example I could change...
- Read more
- 19 reads
how to use CSS @font-face
Submitted by administrator on Mon, 02/08/2010 - 16:54Is it Really that Simple?
LOL ... of course not!
If there's one thing we've all learned about the Internet, nothing is really that simple and embedding fonts using the "new" CSS3 @font-face selector isn't any different.
- Read more
- 21 reads
Min Height Fast Hack
Submitted by administrator on Mon, 02/08/2010 - 16:39I’ve never been one too keen Grey’s css min-height hack, mainly because of the bulky workaround in your html. Sure hacks can cause bulkier CSS, but I’m ok with that. The problem with Grey’s is that it’s not only a ‘CSS‘ hack (which I’m totally fine with), but it also involves changing your html. I’m none too delighted that you need to add two separate empty div elements just to get this working correctly. Nevermind the matter, he thought of this ages ago when I was still learning how to count to twelve on sesame street. Ok so I learned that like last year, I’m catching on.
- Read more
- 23 reads
Link Using CSS
Submitted by administrator on Mon, 02/08/2010 - 15:17Tabbed Navigation Using CSS
http://cssjuice.com/wp-content/uploads/2007/08/tn_tabbed-navigation-usin... (http://tutorials.mezane.org/tabbed-navigation-using-css/#Introduction) ...
- Read more
- 17 reads






