Tagged Questions

2
votes
1answer
352 views

How to create & attach a nested OCG / layer to a parent using javascript in a acrobat PDF?

Half of my reason for posting is to put something on here that can be useful for others, as there is next to nothing good online about PDF OCGs/Layers, but I also need some help getting this to work ...
2
votes
1answer
413 views

Drag big picture in small layer?

I need a plugin for jquery or another js framework, where I can define a small div where i can drag around a big picture, so i get only a clipping of the picture. any ideas? edit: i try to explain i ...
2
votes
0answers
302 views

JavaScript to display hidden layers depending on selection from JQuery Flexbox

What I have is a set of 3 Jquery flexbox combo boxes (dropdowns). The first one is visible, the other 2 are hidden. What I want is to have the selection from the first box determine which layer ...
1
vote
1answer
42 views

styles over riding somewhere?

my html <link rel="stylesheet" type="text/css" href="css/main.css"> <link rel="stylesheet" type="text/css" href="css/nav.css"> that's the order I call in the style sheets .btn { ...
1
vote
2answers
304 views

How do you toggle the visibility of a div in FF with javascript? (IE and Chrome work fine)

So, I'm trying to toggle the visibility of a div layer using javascript and this is what it looks like: document.all["layer1"].style.visibility='visible'; and ...
1
vote
1answer
1k views

How to make movable DIV/Layer in HTML

How do I make a movable div that appears from bottom of screen. Like you see on sites where online support chat is available and on page load, a window appears from bottom which says something like ...
1
vote
4answers
284 views

Div tag's layering question

Suppose i am having two Div layer <div id="div1"> One </div> <div id="div2"> Two </div> I want them both to be overlapped and when i click the Button i want that the Div1 ...
1
vote
1answer
101 views

How to listen for a layer zoom event in Polymaps?

I'am using Polymaps.js library for making maps. It would be very useful to be able to observe zoom level changes on layers. I'm trying to keep a layer of points scaled by values in meters, so I need ...
1
vote
2answers
1k views

Semi-transparent layer, but clicks go through to lower layer

I need a semi-transparent image layered over everything in my webpage, but so that users can click through to the form inputs and text fields underneath. The user will not interact with the top image ...
1
vote
1answer
308 views

CloudMade Marker Overlays - Can The Z-Index Be Controlled?

Does the CloudMade API have the ability to control the z-order or z-index of the marker overlays (e.g.icons)? I have used this before in Google Maps to make certain icons with more importance draw ...
1
vote
3answers
458 views

Jquery adding and removing multiple Image layers on div

I have a problem of finding the right function , or logic to resolve this problem for adding layers to a div (transperant png). This is a part of a "configurator" for potential products. ...
1
vote
2answers
711 views

Efficiently loading hidden/layered images in web page

I have a layered div component which displays a successive series of large kb images by slide-animating away the top image to reveal the next image below. I'm trying to understand how best to ...
1
vote
2answers
131 views

Jquery - image,animate

I don't know if this will make sense but i will try my best to explain. I currently have image1 which fills the whole x-axis of my screen. I need to use j-query to animate this image so that when i ...
1
vote
0answers
2k views

google maps kml layer refresh problem

I have a kml layer on my google maps app. I tried to refresh the kml layer by generating a new google.maps.KmlLayer object every 10s. The kml file contains customized icons. It works fine for the ...
1
vote
3answers
3k views

Clear WMS layer before redraw on OpenLayers

I'm currently successfully displaying multiple layers using OpenLayers (Vector and WMS). My application allow the user to modify some parameters, which will : * modify bound * modify map center * ...

1 2 3
15 30 50 per page