Welcome Guest, Not a member yet? Register   Sign In
google maps position problem
#8

[eluser]boltsabre[/eluser]
Basic css positioning using a wrapper div champ !!!
Code:
<div s.tyle="margin-left:100px">
    &lt;?php echo $map['html']; ?&gt;
</div>
(replace s.tyle with style)

Or whatever works... depending on the rest of your code you may want/have to use one of (or a combination of):
- float:right;
- padding-left:100px;
- position:relative; left:100px;
- position:absolute; left:100px;


Messages In This Thread
google maps position problem - by El Forum - 07-23-2012, 07:33 AM
google maps position problem - by El Forum - 07-23-2012, 07:57 AM
google maps position problem - by El Forum - 07-23-2012, 08:21 AM
google maps position problem - by El Forum - 07-23-2012, 08:34 AM
google maps position problem - by El Forum - 07-23-2012, 08:39 AM
google maps position problem - by El Forum - 07-23-2012, 08:39 AM
google maps position problem - by El Forum - 07-23-2012, 08:50 AM
google maps position problem - by El Forum - 07-23-2012, 08:57 AM
google maps position problem - by El Forum - 07-23-2012, 09:51 AM
google maps position problem - by El Forum - 07-24-2012, 05:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB