Hi Peeps,

I have two divs; one floats left and the other floats right so they run next to each other. They are both in a container div. I want to bring my right div in by 20px but when I use margin-right: 20px or padding-right: 20px it does not seem to do anything. Here is the CSS:-

Code:
#ctl00_Content_ContentPage_Links
{
	padding-right: 41px;
	width: 200px;	
	color: black;
	float: right;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	background-color:Lime;
}
Thanks again for any help in my long struggle with layouts,

Jiggy!