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
meenakshi luthra
NA
48
4.5k
fullscreen not working
Mar 20 2018 6:43 AM
Hi all,
I am working on MVC Core application
I have following css:
@media (min-width:1366px) and (max-height:768px) {
#maincontainer:fullscreen {
margin-top: 35vw;
}
#maincontainer:-webkit-full-screen {
margin-top: 35vw;
}
#maincontainer:-moz-full-screen {
margin-top: 35vw;
}
#maincontainer {
margin-top: 35vw;
}
}
and html is
<div id="maincontainer">
<span id="logo">
<a id="linkLoginIndex" href="#">
<img src="~/images/ContinueToLogin.png" class="img-responsive" style="width:100%;height:20%;position:center;" >
</a>
</span>
</div>
When I turned on the full screen mode by pressing F11, margin top is not getting reset as per CSS, Please help what extra I need to do??
Reply
Answers (
0
)
Want to apply print functionality of google map in asp.net
To Display Grid view in dialog box from info in json