Jump to content

Position is not a know CSS property name


Viper5646

Recommended Posts

:)
Hi allI'm using Visual Web Developer 2010 Express.Does anyone know why it tells me that Position is not a known CSS property name.Or how I can fix this.Thanks in advance.Here is my code.
 div{ 	border: thin groove #000000;	padding: 4px;	margin: auto;	background-color: red;	height: 75px;	position: relative;	display: none; }

Link to comment
Share on other sites

Everyone here will advise using a strict doctype, not transitional, as it gets the most consistent results.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...