GoogleJump / Breakpoint

0 stars 2 forks source link

Divs on top of Divs #1

Closed darylsew closed 10 years ago

darylsew commented 10 years ago

See SO Q1 and SO Q2. We need to figure out how to accomplish this with a div (preferably containing an actual thing but that's optional). I'm having some issues getting the style of answer in the 2nd link to work (and ergo the style of the rest of the answers).

darylsew commented 10 years ago

This might have some clues... looks like we can't go with the 100% css map size, and need to add a listener to window size

darylsew commented 10 years ago

That turned out to be it. Fixed in 6a5a939.

kevinco26 commented 10 years ago

I was going to tell you.. Its okay if we don't use the 100% map size since the heatmap that Jenny and me found and worked in turned out to be a portion of the screen and not 100%

Kev

On Jul 20, 2014, at 3:05 AM, Daryl Sew notifications@github.com wrote:

That turned out to be it. Fixed in 6a5a939.

— Reply to this email directly or view it on GitHub.

darylsew commented 10 years ago

Could you elaborate? I don't understand what you said. I'm planning to add a jquery listener that will resize the map according to the window size in order to achieve the 100% effect.

On Sunday, July 20, 2014, kevinco26 notifications@github.com wrote:

I was going to tell you.. Its okay if we don't use the 100% map size since the heatmap that Jenny and me found and worked in turned out to be a portion of the screen and not 100%

Kev

On Jul 20, 2014, at 3:05 AM, Daryl Sew <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

That turned out to be it. Fixed in 6a5a939.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/GoogleJump/Breakpoint/issues/1#issuecomment-49554466.

jennyzw commented 10 years ago

I think what kevin is saying is that we could just use the gmaps.html for the base of our map. It already provides functions for adding data points and such

darylsew commented 10 years ago

Ah yeah that seems like a good plan, just had a look at gmaps.html.

On Sun, Jul 20, 2014 at 12:16 PM, jennyzw notifications@github.com wrote:

I think what kevin is saying is that we could just use the gmaps.html for the base of our map. It already provides functions for adding data points and such

— Reply to this email directly or view it on GitHub https://github.com/GoogleJump/Breakpoint/issues/1#issuecomment-49556412.