Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by burnedfaceless
at 2024-11-30 15:40:58
Point:500 Replies:3 POST_ID:828851USER_ID:11745
Topic:
Cascading Style Sheets (CSS);;
I am using the following media query which targets the iPad. How do I alter this to encompass all tablets. The parameters are for iPad, obviously.
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
body {
-webkit-transform: rotate(90deg);
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
}
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
body {
-webkit-transform: rotate(90deg);
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
}
}
}
Expert: duncanb7 replied at 2024-11-30 19:44:13
Thanks for your pt.
Have a nice day
Duncan
Have a nice day
Duncan
Author: burnedfaceless replied at 2024-11-30 19:41:59
Got it working
Accepted Solution
Expert: duncanb7 replied at 2024-11-30 17:37:59
500 points EXCELLENT
Did you read these articles ? Hope it will help you similar question that
all tablets into landscape
http://htmlemailboilerplate.com/
http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Hope understand your question completely. If not , please point it out
Duncan
all tablets into landscape
http://htmlemailboilerplate.com/
http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Hope understand your question completely. If not , please point it out
Duncan