I have my main content in the center of the page about 900px wide. on a large screen there is enough space between the right margin of my content and the right side of the browser window that I can display a small 100x100px div in the bottom right corner and it looks good because there is no overlap between that div and the main content. When the screen size is less that div which is relatively positioned overlaps with the bottom right corner of my content. How can I set the display=none of the div if it comes within 20px of my content? Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I'd go for a pure CSS solution here. Sounds like a perfect case for
That CSS will only display the Example: http://jsfiddle.net/7CCtH/ |
|||||||||||
|
|
As for media queries are not familiar with IE I suggest you kindly this solution for your problem: DEMOcode used:
or like THIS |
||||
|
|
