Return to Snippet

Revision: 18811
at October 9, 2009 01:16 by jitendraweb


Initial Code
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

Initial URL


Initial Description


Initial Title
Keep consistent line spacing with sup and sub

Initial Tags
css

Initial Language
CSS