Matthew Slyman
Member since May 9, 2011
- Profile: /members/8300-matthew-slyman.htm
- URL: http://www.slyman.org/blog/
- Comments: 2
Recent Blog Comments By Matthew Slyman
-
Negative CSS Margins Are Not Cool
Posted on May 9, 2011 at 12:44 PM
...Just to explain my previous comment... The idea is that on small screens <= 480px, div.main will have 460px width with 10px margins. On larger screens, div.main's width will asymptotically approach 33.4% of the width of the body tag.... read more »
-
Negative CSS Margins Are Not Cool
Posted on May 9, 2011 at 12:39 PM
Re: Website design that uses NEGATIVE MARGINS. Struggling to figure out an alternative that works... OBJECTIVE: allow my website to look sensible on any size of screen. I don't want to use Javascript for basic website layout if I can avoid it. I want div.main to be centrally positioned and have wid... read more »