[thelist] CSS / IE question

David Siedband david at calteg.org
Tue Mar 23 13:35:09 CST 2004


I have some styles that seem to not render as intended on some versions 
of IE/win.

Any ideas on what's happening here and what I might do to correct this?

thx
--
David



.tab1 {
	background: #ccc;
	border: #006;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: bold;
}

.content1 {
	background: #eee;
	border: #006;
	border-style: solid;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.tab2 {
	background: #eee;
	border: #006;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: bold;
}

.content2 {
	background: #fff;
	border: #006;
	border-style: dotted;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}



More information about the thelist mailing list