CSS files have a tendency to get unruly - I feel like I’m always scrolling up and down the file, even when I have it nice and organized by section, just to find a section. Sure, sometimes I bring up the Find dialog. Using the keyboard shortcut of Apple+f is handy enough. But when I [...]
Archive for the CSS category:
The joy (and headaches) of cascading style sheets. Say bye-bye to those table-based layouts! Also includes general tips on the various Internet Explorer bugs.
Absolute Relative Positioning in CSS
Often, when you’re putting a design into CSS you run into various browser support issues, especially with float behaviors. Let’s say you have a thin top layer, which may contain some navigation and/or a banner, and below that you have a main content container. Now, let’s say you have a logo, or some other element [...]