The page-zoom tag has no wiki summary.
3
votes
2answers
149 views
How can I detect changes in zoom level?
Open this page on Chrome or Safari and fiddle with the zoom level. You'll notice a cute easing effect on its elements when you change the zoom level.
Apparently this only works on Chrome and Safari ...
3
votes
1answer
435 views
Disable browser zoom on certain elements in Firefox
Is it possible to disable the in-browser, full-page zoom in Firefox (activated by Ctrl +) for a webpage? How about for certain elements in a webpage? I just notice that sometimes elements look ...
2
votes
0answers
89 views
jQuery function stops when browser zooms out
I'm using SmoothDivScroll 1.1 and everything is working fine till I zoom out in a browser (firefox, chrome and safari tested on windows 7) (when zoomed in the scroller doesn't stop). The way ...
1
vote
1answer
60 views
how to center text and control user zoom in CSS
basically i'm trying to set a footer to the center but when i zoom in / out it moves
this is my code:
div#footer {
font-size:16px;
text-align:center;
position:absolute;
bottom:0;
}
1
vote
2answers
599 views
jQuery keyboard shortcut by clickevent
I would like to have a button on my site which simulates CTRL + + (zoom-in). So I need to create 2 keypresses or something. I have the folowing which fires 1 keypress:
<html>
<head>
...
0
votes
1answer
33 views
How to scale target webpage linked with parse
I have a program with a button to login via GET method, it works perfectly, but when I log in, the form appears zoomed out far and little. I wanted to know if there is any option with ...
0
votes
1answer
25 views
How can we do a “zoom in” feature when clicked on a tab of a website with html?
I have a page which is designed in HTML, and there are some tabs on the left side of the page. Now if I click one a tab, it has to display the page with a Zoom-in feature (i.e. that tab has to come ...
0
votes
0answers
21 views
Zooming webpage - do not scale the dropdowns in IE8
Select boxes (dropdowns) do not scale in IE8 when zooming the webpage...any clue?
0
votes
0answers
178 views
Page zoom breaks nav in Webkit
I've inherited a site that is literally about to go live. I've got an issue which only affects webkit - when the page is zoomed out, the last nav item drops down to the next line.
It's fine in all ...
0
votes
1answer
57 views
IE7 page zoom - major errors?
I have a problem with a layout im building. Page zoom works in every browser without errors, but in IE7 it does not. Even a little zoom makes the page looks wierd - background colors of elements does ...
0
votes
1answer
90 views
How do I deal with this page resize issue in Safari for windows?
I tested the following code using firefox and Safari.When I zoomed the page in firefox, the text as well as the picture was scaled..However,in Safari,when I zoomed on the page, only the text could be ...
0
votes
2answers
30 views
Get the same zoomlevel in OpenURL(http) as in Safari? (OpenURL view not zoomable)
Same behavior on Iphone 3 and 4, both with OS 4.3.2.
I open URLs not in a UIWebview but externally, with openURL() --> Safari.
If I go to visiteksjo.se in the Safari app, I get a zoomed-out view, ...
0
votes
0answers
37 views
Zooming/scaling a set of canvas images
Is it acceptable to rely on page zoom factor (i.e. Ctrl + Mouse Wheel) to scale the contents of a canvas, or is there a valid reason why that might be considered bad practice?
Not trying to be ...
0
votes
1answer
50 views
Page zoom slows down page rendering
I'm building a map viewer much like Google maps and i've run into an interesting performance problem when a page is zoomed (i.e ctrl + OR ctrl -). It seems to affect all major browsers but Firefox has ...