overlay

alter prettyphoto to pull from div or span, not title

Here's the section of code from prettyphoto.js that I need to alter. What I am trying to achieve is have each photo have a following hidden div or span that holds the description for the photo. This way I can include html in the description. Possible? Thanks! var images = new Array(), titles = new Array(), descriptions = new Array();...

Android - drawing path as overlay on MapView

Hello, I have a class that extends Overlay and implemments Overlay.Snappable. I have overriden its draw method: @Override public void draw(Canvas canvas, MapView mv, boolean shadow) { Projection projection = mv.getProjection(); ArrayList<GeoPoint> geoPoints = new ArrayList<GeoPoint>(); //Creating geopoints - ommited for read...

How do you access country/state/province polygons in google maps api?

I have fairly large map overlay that I am displaying over the google maps data but would still like to see the country/state/province lines through my overlay (so the lines would essentially be on top of my overlay). As I understand, these lines are simply polygons drawn over the maps. Is there any way to access these? If so, how do I...

javascript text overlay

Im pretty unknowledgeable about javascript being desktop application rather a web programmer but I'm trying to add an element to a friends website. Google has failed all my attempts to find a script I can adapt. What I want is a small text box in the bottom right hand corner of the browser window that sits above the html/css, that will d...

Android Map Itemized Overlay

In the android developer's webpage there's an example on how to show an alert dialog when the user taps on an item in the map. What I want to do is show the default bubble the maps App shows when you tap on a POI. Is there a way to do this? Am I missing something here? ...

How to overlay a div (or any element) over a table row (tr)?

I'd like to overlay a div (or any element that'll work) over a table row (tr tag) that happens to have more than one column. I have tried a few methods, which don't seem to work. I've posted my current code below. I do get an overlay, but not directly over just the row. I tried setting the overlay top to $divBottom.css('top'), but th...

jQuery iframe overlay with flash closing issue

Hello, I have a site that has a jQuery overlay, which contains an iframe, which pulls in another site that has flash in it. One of the buttons in the flash has editable parameters in xml, and I can change where the link points to. I want this button to close the overlay, but I can't quite figure out how to get it to work. I have trie...

Screen overlay with Python, paint over an active window with background python script

Hi I'm writing a python script that runs in the background and takes screenshots of another application that is active. Then it analyses the screenshots and now it should overlay a certain image over the active app or the screen. I still need to be able to make mouse and keyboard inputs in the active app. So I need a way to overlay/pai...

How to overlay images in javascript?

Hello! I need to solve the following problem. I have two (or more) .PNG images of the same dimensions. Each PNG image is created with transparent background color. I need to display img1 and upon it img2, so in places where img2 has trancparent color, img1 will be seen. For example: img1 upper part filled with transparent color and a...

OpenGL: Overlay one texture over another and suppress white background

I am a starter of Iphone opengl ES programming. I have two textures, the first one is the background and occupies the full screen. I am printing the second picture on top of the first image but the white background of the second image covers part of the background. I want the background to be visible where the foreground picture has no c...

Free overlay extensions with Prototype API?

Anyone know of free overlay extensions for the Prototype API? Lightview is great, but it costs money. The goal is to create attractive, simple overlays quickly for our client at http://www.panabee.com. Thanks! ...

How do I draw custom "Callout Bubbles" (the place name transparent-gray overlay) in an iPhone application using non-google maps ?

Hello, I'm building an iPhone application with a map inside (using route-me, not MapKit). I have some markers on the map, and I want to have an overlay - similarly to the google maps one - that appears once you click a marker: A black - a bit transparent - overlay, with a button inside, and a little triangle pointing to the marker th...

overlaying a jquery draggable div

I'm trying to make an optional draggable div, which shows up at some condition. This does work for me. The Initial location is fine, but the new div pushes the panel below further below. Now I want the draggable panel to be displayed on top of the rest of the panels (without reshuffling the existing panels). The code is below, and I put ...

OverlayItem not displaying markers!

Hello, I have the following code and the markers are not appearing on the map at all! private class SitesOverlay extends ItemizedOverlay<pfOverlayItem> { private List<pfOverlayItem> items=new ArrayList<pfOverlayItem>(); //private PopupPanel panel=new PopupPanel(R.layout.popup); public SitesOverlay() { super(null)...

css image mask overlay

I'm trying to get a transparent png frame image to hover over an img tag to create the look of a frame over it. I've tried multiple different approaches and none seem to work. The latest method I used was http://www.cssbakery.com/2009/06/background-image.html this doesn't seem to work either. HTML <div class="filler"> <div class="...

modal windows over homepage instead of loading new page

new to jquery, and going for some mighty challenging things right off the bat. i'm creating a portfolio website where the homepage contains images as links. when the user clicks on the links, instead of load to a new page, i would simply like a transparent overlay to occur, so that you can still see the content of the new page laid ove...

Make transparent overlay on page Jquery

Hey, how can I make it so that there's basically just a semi transparent color covering the whole page except for 1 div (which is going to be a message) Basically, page loads background gets covered with semi transparent blackness but a certain div (message box in this case) stays normal. Thanks ...

jQuery Overlay to parent frame

I'm working on project that needs to integrate some new HTML work that includes the jQuery overlay plugin. Because of the way it was designed this new page needs to be hosted in an IFrame. The overlay then needs to be created in the parent frame not the innerframe. Has anyone hacked around on this library before know a good fix? I don't ...

jquery overlay loading bar div

So I have a table of data, and I'm getting data back using ajax. When data is being retrieved, the data from the table disappears and a small little loading circle appears. I'd prefer for the data to stay (I know how to do that) and for the loading circle to appear over the table in the center of it (not necessarily vertically, just at l...

CSS Margin Negative without Moving Parent Container

Hi All, I am trying to get on this page (http://musicaladvocacy.org/) the area where it says "Home" (The White Container in the grey gradient) to go ~60 px up, but as you can see it does that as well as moves the parent container up. I just want the white box to move up NOT the whole thing. So it should look like this: http://musicalad...