TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
gokilavasan m
NA
51
37k
Vertical Scrollbar style is not working for firefox,chrome
Aug 28 2013 2:46 AM
Hi all,
I have added the style property for (scrollbar-base-color: #666766;) for kendo window.it is working IE browsers only.it is not working in firefox and chrome.
and i have attached my code below.kindly help me.
<div>
@(Html.Kendo().Window()
.Name("InactiveTimeTableWindow")
.HtmlAttributes(new { style = "max-height:400px;min-width:300px;background-color:#3B97C1;scrollbar-base-color:#666766" })
.Visible(false)
.Title("Next 7 Days Availability")
.Events(e => e.Close("InactiveTimeTbleCloseClick"))
.Content(@<text>
<div id="InactivetimeTableDiv" class="infoDivbg"></div>
</text>)
)
</div>
Thanks,
Gokilavasan
Reply
Answers (
3
)
how to pick files 1 by 1 in html frames
Help regarding -border-bottom-right-radius