Download
100% FREE
Office Document APIs for .NET
Online: 807
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
CSS 3
>
Loading ...
How to avoid scroll bar in web page ?
Posted by
Saranya Boopathi
under
CSS 3
on 6/11/2013 |
Points: 10
| Views : 1907 | Status :
[Member]
| Replies : 3
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
How to avoid scroll bar in web page ?
Note : i use master page.
Saranya Boopathi
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Shameer.Ali87
on: 6/11/2013
[Member]
Starter
|
Points: 25
0
if you use CSS, use the below,
overflow:hidden;
if u don't need scroll bar either vertical or horizontal i.e., X or Y direction,
you can use below,
overflow-x:hidden;
overflow-y:hidden;
If you need scroll, just put as below
overflow:scroll;
similarly, for vertical and horizontal.
shameer ali shaik
Saranya Boopathi
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Sharjeet
on: 6/12/2013
[Member]
Starter
|
Points: 25
0
Use The css property in the body tab
body
{
overflow:hidden;
}
Buy Indian Facebook Likes
Saranya Boopathi
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Allemahesh
on: 6/14/2013
[Member]
[MVP]
Silver
|
Points: 25
0
You can use the below link:-
http://www.quackit.com/html/codes/hide_scrollbar.cfm
Hope this will help you.
Saranya Boopathi
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
Break line where one of the char is match
(0)
How to Make Your Relationship Stable?
(0)
How do I convert a HashTable to Dictionary in C#? Is it possible?
(0)
.Net Core API read content from Json File
(0)
FullCalendar not showing extraParams
(0)
How to change DataLabels color by using LiveCharts
(0)
How to create table in Entity Framework
(0)
how to disable button in mvvm in wpf
(0)
More ...