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. Link to comment https://forums.phpfreaks.com/topic/167217-overflow-problems/ 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. Link to comment https://forums.phpfreaks.com/topic/167217-overflow-problems/#findComment-881735 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.