View Single Post
Old Nov 15th, 2005, 4:01 PM   #1
Ghost
Man Bear Pig Hunter
 
Ghost's Avatar
 
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4 Ghost is on a distinguished road
CSS & the Drop Down List

Anyone know why IE6 wont take my css style when FireFox will?
CSS
-------------------------
.DDL {
	border-style:solid;
	border-width:1px;
	border-color:#7F9DB9;
	/*display:inline;*/
	font-family: Arial, sans-serif;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
	background-color:#FFFFFF;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
Ghost is offline   Reply With Quote