Category Archives: CSS
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.
Using “Go to Symbol” in a Texmate CSS File
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 … Continue reading
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 … Continue reading