Michdd Posted July 24, 2009 Share Posted July 24, 2009 I'm creating a map editor for a tile-based game in JavaScript/PHP. I'm planning on having 2 sections, one of the left (which will contain the map GUI) and the right will contain the list of tiles to select from. The problem is that I want to set overflow for the map div but because I have to use margins for the tiles to set properly the overflow never triggers. Even I have overflow: auto; if the map is large it'll still display outside of it's element's box. Quote Link to comment Share on other sites More sharing options...
haku Posted July 24, 2009 Share Posted July 24, 2009 Without code and/or screenshots and/or a link, there isn't really much we can do. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.