Tagged Questions
0
votes
0answers
19 views
Zoom out does not woks fine
Jquery to zoom :
$("#ZoomUpperLeft").click(function () {
var e_tooth = $("#e_tooth_pk13");
var echart_botw = $("#echart_botw");
...
-2
votes
0answers
14 views
Web pages reformatted when i zoom out
I have the following css style for a div. I've used this style across various pages.
#central_content {
float:left;
width:697px;
margin:-5px 0px 0px 0px;
padding:0px 0px 0px 0px;
position:relative;
}
...
0
votes
0answers
55 views
Image rollover + zoom feature
I've created a rather simple build of what I want to achieve, however I have noticed a few bugs with it and glitches which I would like to improve/fix but i'm highly unsure of how to. Below i've ...
0
votes
0answers
25 views
Table Border and Contents don't zoom the same
I have a table made up of 125 columns by 75 rows. The table has a border and inside each is a div element whose size is set by my CSS. This works fine when the zoom is set to zero but when you zoom ...
0
votes
3answers
75 views
Change font and image size without changing original CSS
How can I scale the size of all the text and images on a webpage by some amount when I can't make changes to the CSS of the website, only additions?
I want to scale text by 200% and all img-elements ...
0
votes
0answers
24 views
Elements disappear on zoom-in(CTRL+) with fixed psotion [duplicate]
I have a simple menu with some <ul>s contained into it as you can see in the codes here(http://ge.tt/7Z0tI6h/v/0).
My menu's position is fixed, and I want it to be fixed, the problem that on ...
0
votes
0answers
22 views
Making an IFrame unresizeable
I have this Iframe, which displays only a certain part of a website, and also blocking the scrolling up option.
Here it is:
<div style="overflow: hidden; margin-top: -205px; margin-left: ...
-3
votes
2answers
78 views
Everytime I zoom with the browser my website divs get so messy [closed]
I'm building a site and every time I zoom in or out (perfect zoom 100%) some div tags change their position (to the left if I'm zooming out and to the right if I'm zooming in). I know the issue is ...
0
votes
1answer
55 views
How to draw shapes on image and allow zoom on html page
Please help,
Is there a solution for getting an image, draw some shapes on the image by x,y points, dispaly it on html page and allow the user to zoom in and out on the image?
1
vote
0answers
62 views
CSS screen resolution adaption with browser's “zoom”, “moz-zoom”, etc
While searching for an easy way to make my menu (http://www.ck-game.com/newIndex.html) fit screen size I stumbled over the possibility of using the browser's zoom functionalities (zoom, moz-zoom, ...
0
votes
2answers
73 views
HTML parsing / checking for certain value of certain attribute of certain tag [duplicate]
How can I, with JavaScript, check if a webpage has any of the following:
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1, user-scalable=no" />
<meta ...
0
votes
1answer
95 views
Website not zooming properly on most browsers, Most of the elements gets misplaced
I am building a website at the moment using HTML and CSS.
I have a small problem related to zooming. When the page is zoomed out most of the elements get messed up and out of place.
Browsers used:
...
1
vote
1answer
32 views
Strange bug with zoom IE9
I am developing an application with movable charts within a dashboard. Each chart has a set of options in the top right of the element that allows full screening, closing that chart etc. Due to image ...
0
votes
1answer
41 views
iPhone zoom doesn't zoom in on text in menu buttons
When I look at my page on an iPhone, I see the page in a zoomed out mode. This is fine, and all dimensions fit to each other of boxes etc.
But not the text. The text size is bigger compared to other ...
0
votes
0answers
114 views
Div does not fill width when iPhone zoom out
I wanted a simple website to look nicer on the iPhone so added
<meta name="viewport" content="width=device-width, initial-scale=1">
to the html and some very simple media queries. They are ...
0
votes
2answers
88 views
How to zoom in gradually in HTML? [closed]
Let's say I have a webpage, of a cat staring on me. The image will then start zooming in on the cats eyes. Deeper, and deeper....How can I make this in HTML/CSS/JavaScript?
1
vote
2answers
123 views
Can I use the zoom functionality of UIWebView to just make the HTML text size grow? And not lose any content off the sides?
I have a UIWebView that I am using to display pretty simple HTML. When I enable Scales Pages to Fit, I can pinch and zoom and its pretty cool. But the problem is that it isn't an "intelligent" zoom. ...
0
votes
0answers
93 views
Zoom in/out breaks 100% width of the div. A complicated example
Example 1 - Zoom in issue
Example 2 - Zoom out issue
How can we make the grey line 100% width (for both zoom in and out) ?
Notice: the left and the right div position
cause a white gap issue from ...
0
votes
1answer
333 views
How to zoom in / out depending on browser height, using CSS zoom property? [closed]
I have a website containing a large square (same height as width).
I would like the square to always have 95% of the browser window height as its height. But I don't want to actually change the ...
0
votes
1answer
299 views
Zooming of iframe contents with iframe itself?
I have this code for zooming contents of iframe
function SetZoom(){
var ZoomValue = 100;
try{
iframeDoc.body.style.zoom=ZoomValue+'%';
}catch(err){}
try{
iframe.body.style.OTransform = ...
-1
votes
1answer
220 views
automatic browser zoom on load [duplicate]
Is it possible to set the browser zoom on a webpage I'm making to say 75% automatically on load with javascript? if so how can you do this?
I've googled but haven't really found anything.
thanks.
0
votes
1answer
63 views
Prevent zooming on mobile site not working
I have my site up at Isotope Labs.
It uses a mediaquery to detect mobile and set a mobile stylesheet (mobile.css) with body width of 100%.
The scripts.js file disables the jQuery scripts for mobile ...
0
votes
1answer
77 views
Images shift position when page is zoomed
Here is the actual project (test page), as I'm having trouble recreating the issue:
http://benphilippi.com/ben-home-final.php
I have a series of linked images positioned over a background image, as ...
1
vote
1answer
199 views
Text overflowing from div on zoom in and out
I have a text inside the div. When I adjust the zoom level of the page, the text inside the div moves out of the div.I required the text to remain in the div as it is and not adjust the width of the ...
1
vote
0answers
58 views
Zoom in/out in a container
I want to implement a system to zoom in/zoom out a container div in "real time" with javascript.The container contains different subdivs which are connected through a line using the jsPlumb library My ...
0
votes
1answer
324 views
How to check zoom level is below 100% (ctrl and - ) in each browser?
In the browser by default the user can either use ctrl +/- or ctrl scroll to zoom in or zoom out the page. I would like to know is there any way to check the zoom level is below 100% and not doing ...
0
votes
2answers
159 views
text flow and css3 zoom property
I have a div containing text. In editmode this div is zoomed out to roughly 0.9 using css to fit in my admin interface.
In presentation mode it is however not zoomed out, and there - loand behold - ...
0
votes
0answers
82 views
tooltip for zoomed image map in IE9
Why in IE9, alt doesn't appear on defined area of image-map, when I use zoom:
<style type="text/css">
#wrap {zoom:50%; -moz-transform:scale(50%); -webkit-transform:scale(50%) }
</style>
...
-1
votes
2answers
115 views
How to change 'zoom out ability' of the website user [closed]
I'm working on a site that has a background color of blue. I would like the blue to show no matter how far the user zooms out of the site. On the other hand I would like the user to only be able to ...
1
vote
2answers
96 views
Using a link to display an image on the same page
I have a large group of thumbnail images, all the same size.
I'd like for the user to be able to click a thumbnail image to display the full version of that image on the same page.
The full images ...
0
votes
0answers
70 views
Image cuts when using zoom and resizing the window
I have an ASP.NET page, and some images in it (asp:Image)
In the middle of the screen, there is an image acting like a background that is certain width.
Let's say the window looks OK on Zoom 100%, ...
1
vote
0answers
164 views
How does browser zoom affect pixels defined in CSS?
For example: I have an element with width of 300px. Then if I zoom in I still have element with width of 300px but every css pixel will be bigger. But if I set max-width: 1000px and then will be zoom ...
0
votes
0answers
989 views
jQuery zoom in/zoom out [closed]
I want to draw a calendar with all 12 months in one html page and I want to have a zoom in on left mouse click and zoom out on right mouse click on one month, how can I do that with jQuery?
Here is a ...
0
votes
1answer
119 views
Center a bigger div inside a smaller div with overflow
I can not find or figure out.
Inside a div with overflow, I put another div with a zoom option.
I like to center the inner div in the outer div when it becomes bigger by zooming but solutions like ...
0
votes
1answer
277 views
Default mobile browser zoom only in Safari and IE mobile
Does anyone know why despite using the meta viewport tag, if a min-width is assigned to the body, Safari and IE mobile still zoom pages in on load? I've searched a lot, but my specific case doesn't ...
-3
votes
2answers
711 views
How to zoom out a webpage using CSS or HTML? [closed]
This is the website that I want to zoom out using HTML
http://student.atilim.edu.tr/~tuncel.manil/
I've tried lots of methods but still I couldn't figure it out.
I'd be appreciated if you can help me.
...
0
votes
1answer
97 views
Zoom and resolution
I have given heights and widths in percentages. And even the font sizes.
Now on zoom in, the heights and widths of container do not change but font sizes change. It causes problem, as text comes out ...
0
votes
2answers
303 views
Image magnifier issue on IE9 cloud zoom plugin extension for joomla
I have been using a plugin for joomla name cloud zoom, it's a plugin that provides our gallery the capability to create an image magnify effect when you hover over the large image on this link ...
0
votes
1answer
91 views
Div spanning 100% height of the browser and zooming
body, html{
min-height: 100%;
height: 100%;
}
#wrapper_with_fancy_bg_that_blends_into_bodys_bg{
height: 100%;
min-height: 100%;
}
It is emberassing, but I can't figure out how to ...
1
vote
0answers
136 views
Textarea in IE when using CSS zoom
I've come across a bit of an oddity in IE, surprise surprise ;) It seems IE gets a bit confused when CSS zoom is applied to a textarea. When using some zoomlevels the text carret gets "stuck" on some ...
1
vote
2answers
163 views
How to do browser zoom in effect on click
I want to add a browser zoom effect when a user clicks on a button.
This is for elderly people so they can zoom in on the text to make it easier to read.
I dont want to make the actual text bigger as ...
0
votes
2answers
184 views
Fluid HTML Framework
How to place the 'content' in the following code so that it doesn't overlaps the text-box on the right using the Bauhaus fluid framework since on zooming in, the 'content' overlaps the sidebar ...
0
votes
1answer
162 views
screen resolution/zoom adaptative website
I am making a website for someone and I want it to resize itself depending on the screen resolution and the zoom of the browser(I am not including smartphones). I currently have a menu wich is like ...
-1
votes
1answer
256 views
Automatically zoom out the whole website on Magento?
is there a way to make my website automatically zoom out to 90% ?
Thanks
9
votes
3answers
364 views
Zooming out on Browser causes styling issues
When zooming out on Firefox (and most other browsers), the layout of the right side-bar and the top menu breaks. The side-bar jumps to the bottom of the page. To replicate this issue, please visit the ...
-4
votes
1answer
102 views
css background size zooming? [closed]
anyway to do css background-size:cover; with zooming 120%?
I tried many time but still not working..
background-size:cover; have a grey border on top/bottom
how to remove the grey border?
-1
votes
1answer
283 views
Fix a zoom in and out coding
I am using the following coding
<html>
<head>
<style>
#thediv {
margin:0 auto;
height:400px;
width:400px;
overflow:hidden;
}
img {
position: ...
1
vote
1answer
52 views
Width issue of Roatated Image in IE
I have written below code. Need to run on IE versions, so used filter for rotation. Clicking several times on the button, that will update the width of the image, will re-position the image.
Any help ...
0
votes
1answer
281 views
CSS zoom property behaves differently in FF
I want to make a slider which always fits 100% of the screen and is aligned to the center, no matter what the resolution. I want to do it with the zoom property and change it by Javascript.
So far I ...
1
vote
1answer
265 views
How do you keep zoom between pages consistent? via CSS?
I am new to CSS/HTML and couldn't find the answer to this question probably because I'm not using the proper terminology.
I have my separate pages set-up and don't know how to keep the 'user-zoom' ...






