The point is this:

I need to move gmap under div main ( it has 3 hole ..) ... Can anyone suggest some solution? Thanks!
|
The point is this:
I need to move gmap under div main ( it has 3 hole ..) ... Can anyone suggest some solution? Thanks! |
|||||
|
|
Just use CSS on the div: position: absolute top: x px left: x px More on position property: http://www.w3schools.com/css/pr_class_position.asp |
|||
|
|