Jan 30 2007

Live.com like GUI part 2 styling the list

Posted by admin under ASP.NET AJAX formally Atlas

Continued from part 1 creating a live.com image search like GUI

Styling the list a bit

Lets now style the list cause it doesn't look at all like live.com.

By using  float:left on the oneimage div we are able to easily get many images on the same row:



<style>
.oneimage
{
	float: left;
	margin: 0px 5px 5px 0px;
	width: 170px;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	padding:10px;
}

</style>    

Results in the following: