css expanding based on portrait or landscape screen size?
问题 I have two divs that are floating next to each other. What i would like is to have it have a width of 100px when you are looking at it in portrait mode and lets say 200 px in landscape. This happens viewing on a mobile device actually. So the div will expand when in landscape mode and shrink up a bit in portrait. Any ideas? 回答1: Well this is not possible with CSS2, but it would be possible to do what you want with Javascript (read out the screen size etc.). I'm not sure what technology you