Click here to Skip to main content
15,892,768 members
Articles / Web Development / HTML

ASP.NET AJAX RSS Reader

Rate me:
Please Sign up or sign in to vote.
3.59/5 (16 votes)
21 Dec 20062 min read 157K   4.1K   65  
An ASP.NET AJAX RSS reader.
body {
	font-family: Segoe UI;
	font-size: 0.9em;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-header {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:728px;
	text-align: center;
}
#content-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #818181;
	position:relative;
}

#content-main {
	width:520px;
	float:left;
	margin-left:25px;
}

#content-side2,
#content-side1 {
	width:160px;
	font-size:.9em;
}
	
#content-side2 {
	float:right;
}

#content-side1 {
	float:left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background:url(../images/list-bullet-01-link.gif) no-repeat 0 .8em;
	padding-left: 1em;
	margin-left: 0.4em;
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}

#content-side1 ul.list-of-links,
#content-side2 ul.list-of-links {
	margin: 0 0 30px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	UPDATE PROGRESS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#updProgress 
{
	z-index: 11000; left: 5px; position: absolute; bottom: 2px;
	border: Solid 1px #4682B4; background-color: #FFFAFA; vertical-align: middle; 
    text-align: left; width: 180px; height: 15px; padding: 5px 0px 8px 5px;
}
#updProgress SPAN
{
	font-size: 0.8em;
	font-weight: bold; text-align: left; padding-left: 5px; margin-bottom: 10px;
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions