The site I'm maintaining has been designed pretty rigidly using pixels for font sizes, dimensions, absolute positioning etc.
Now there is a feature request to add font resizing by users. While I ... |
Simple - I have a layout that is 800 by 600. When I press Ctrl and +, it zooms in and looks wonderful.
I want to know if there's a CSS/Javascript way ... |
I'm having a problem while trying to dynamically change a table cell's styling class using JavaScript.
The following issue happens on FF, I opened the page on other browsers too and ... |
I would like to know how zoom property can be controlled through javascript,
like div.style.top , how to specify for zoom ?
|
for zooming I am using
el.style.zoom = 1.5;
el.style.WebkitTransform = 'scale(1.5)';
here e1 will be ,
I use webkit based browsers.
Now how do I zoom back to original size ? Confused bec document says ... |
Sitepoint reference says
Internet Explorer for Windows versions
5.5 and above support the non-standard property zoom, which sets the
magnification scale of an element.
... |
Is there a way to replicate or trigger the zoom feature of a web browser using Javascript?
|
|
I want to know how to change the cursor point to zoom in and zoom out symbol.
I know how to change the cursor to busy, wait and etc,
document.manual_production.style.cursor='wait';
but I don't know ... |
Possible Duplicate:
Detecting Browser Zoom level with javascript
Hi
Is it possible to detect the borwser zoom level when the user changed the zoom level of browser, ... |
I have this site which was developed few years back. At that time it was developed keeping 1024x768 resolution in mind. Now a days people use much higher resolution.
I was thinking ... |
I want to have a photo in a site, and when I mouse over, I want a little magnifier zoom effect.
Can I do this in html with canvas or something? javascript ... |
I have a website that when the user zooms, lines no longer line up exactly in some situations. Unfortunately, I don't have an example to show, but I know this has ... |
I want to detect if the browser is zoomed in or out (don't really care to know the value, but I assume it will need to be found anyway in the ... |
Let's say I've got a page with a div, and a button. When you click the button, the div should be zoomed in on. In other words, if that div was ... |
Is there a way to "mipmap" with typeface.js or cufon, such that a full-page zoom in a browser will not destroy the crispness of the rendered text? I could not find ... |
Im attempting to build a series of thumbnails that enlarge on hover. My preliminary build accomplishes the enlarge/zoom part by using CSS3 transform:scale and ease-in-out. The problem is that they overlap ... |
I am using object.Style.Zoom for making zoom inside the div tag, it is working in IE. I need it for firefox. Please guid me. Can i get any replacement for style.zoom.
... |
I want a button that zoom in (increase font size is the main objective but images and tables etc is also wanted)
|
my site looks fine untill people start zooming in and out and after hours of work on it and messing with its css I am clueless on how to fix this ... |
Some web users may require larger fonts than the norm due to issues with their eyesight, and whilst traditionally designers may have implemented script that would resize text at the click ... |
Ok im looking for some help, I've googled my butt off, and i really cant find anything thats really "that good". I want to build an image zoom script where you would have 1 image in the foreground which would be regular sized, and another image in the background which would be a very high rez version of the one in ... |
Fancybox zoom feature and how to display html in source code I'm not exactly sure as to whether this question should be posted here or on the php forum, but I think it mainly has to do with fancybox's zoom feature. My problem is this. I'm doing SEO for an already established site and this site has a features area with ... |