Jump to content

Blue_tac

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Blue_tac

  1. Hi, am trying to establish a website: http://www.tardis.ed.ac.uk/~mbe/IEB/Main problem is IE doesn't like the css. It puts the menu all over the place, whereas firefox sets it all up perfectly. Have tried playing with z values to force priorities, and have tried setting positions to absolute and forcing positions, but IE just tends to ignore it anyway.Code attached, any help greatly appreciated:

    #navbar{	background: #669933;	position: absolute;	float: left;	width: 180px;	padding-top: 20px;	padding-left: 10px;	border-right: 2px dotted silver;	text-align: left;	z-index: 2;}#body{	position: absolute:	left: 200;	float: left;	padding-left: 210px;	margin-left: 10px;	padding-right: 10px;	text-align: justify;	z-index: 1;}

×
×
  • Create New...