View Single Post
08-09-2004, 08:23 PM
#4
Salathe is offline Salathe
Salathe's Avatar
Status: Community Archaeologist
Join date: Jul 2004
Location: Scotland
Expertise: Software Development
Software: vim, PHP
 
Posts: 3,820
iTrader: 25 / 100%
 

Salathe will become famous soon enough

Send a message via MSN to Salathe

  Old

Try replacing:
Original
Code:
#container{
	position: relative;
	left: 39px;
	margin: 0px;
}
With, modified
Code:
#container{
	margin: 0 0 0 39px;
}
- Salathe