Twitter Bootstrap2 100% height responsive

前端 未结 3 2038
遇见更好的自我
遇见更好的自我 2020-12-24 13:28

I want to make a responsive layout with twitter\'s bootstrap v2, with a column and a map.

The idea is to build a UI like that from maps.google.com, but using a respo

3条回答
  •  时光取名叫无心
    2020-12-24 14:08

    I'm not sure that I totally understand what you are looking for, but take a look at http://reactivewebdesign.net/Chicago/Traffic which has a top menu (adding the bootstrap navbar should be easy).

    The left column spans 3 columns and the map occupies 9 columns. There is also a link in the left menu named "Where Am I" that also uses a Google map. The css for the map is at the top of the page. If you are looking to squeeze the map into three columns, merely reverse the 3 & 9 to 9 & 3 - it should still work.

    Hope this helps.

提交回复
热议问题