Advertisement

02.05.2008 at 06:17PM PST, ID: 23140130
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.2

need help in outlook css

Asked by nisarkhan in Cascading Style Sheets (CSS)

I need to display asp.net calendar control similar to the Outlook view.
how would i do that? what i'm missing
 
here is what i'm donig:


<asp:Calendar ID="EventCalendar"  Width="350px"  Height="190px"  OnDayRender="EventCalendar_DayRender" runat="server"  CssFile="outlook.css" > </asp:Calendar>

outlook.CSS:

table.calendarWrapper
{
background: #fff;
cursor: default;
font: normal 8pt Tahoma;
}

.TableLayout
{
margin: 0px 7px;
background: url('img/titlebarBg.gif') repeat-x left 15px;
}

.TableLayout td a
{
text-align: right;
width: 13px;
height: 12px;
padding: 1px;
display: block;
text-decoration: none;
color: #000;
cursor: default;
}

.DaysOfWeek
{
color: #000004;
text-align: right;
text-transform: uppercase;
height: 16px;
}

.otherMonth
{
color: #aca899;
text-align: right;
}

.outOfRange
{
color: #aca899;
text-align: right;
background: #fff;
}

.titlebar
{
font: normal 8pt Tahoma;
height: 16px;
width: 100%;
background-color: #9ebef5;
border: 1px solid #9ebef5;
}

.MonthYearFastNav
{
border: 1px solid #9ebef5;
background: #fff;
font: normal 8pt Tahoma;
color: #000;
border-collapse: collapse;
filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#666666,strength=3);
cursor: default;
}

.MonthYearFastNav td
{
vertical-align: middle;
}

.MonthYearFastNav td.selected
{
background: #fbe694;
color: #000;
text-align: center;
}

.MonthYearFastNav td.bottom
{
text-align: right;
padding-left: 9px;
}

.MonthYearFastNav td input
{
background: #9ebef5;
border: solid 1px #000;
font: normal 8pt Tahoma;
color: #000000;
float: left;
width: auto;
margin-right: 1px;
}

.outlookDefault a,
.outlookHover a,
.outlookWeekendDefault a,
.outlookWeekendHover a
{
background: #fff;
border: solid 1px #fff;
text-align: right;
width: 15px;
height: 13px;
display: block;
text-decoration: none;
color: #000;
}

.outlookToday a
{
background: #fff;
border: solid 1px #bb5503;
}

.outlookTodaySelected a
{
background: #fbe694;
border: solid 1px #bb5503;
}

.outlookTodaySelected
{
background: #fbe694  !important;
}

.outlookSelect a,
.outlookWeekendSelect a
{
background: #fbe694;
border: solid 1px #fbe694;
}

.outlookSelect,
.outlookWeekendSelect
{
background: #fbe694 !important;
}

.ScheduledVisits a
{
font-weight: bold;
color: #082D6B ;

}


Start Free Trial
 
 
[+][-]02.06.2008 at 03:12AM PST, ID: 20831005

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.06.2008 at 10:10AM PST, ID: 20834270

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.10.2008 at 08:03PM PDT, ID: 21331140

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Cascading Style Sheets (CSS)
Sign Up Now!
Solution Provided By: khan2000
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20081112-EE-VQP-44 / EE_QW_EXPERT_20070906