Jump to content

Blue_tac

Members
  • Posts

    3
  • Joined

  • Last visited

Blue_tac's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Excellent - many many thanks!!!
  2. Thanks for replying. The problem now is the menu bar positions itself adjacent to the bottom of the body text (see site)
  3. 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...