Tag Archives: css

CSS Genius at work.

And no, it’s not me.  Someone sent me a link to Matthew James Taylor’s “Equal Height Columns with Cross Browser CSS” post.  It’s a really smooth way to get equal height columns with different backgrounds working smoothly. Since reading this … Continue reading

Posted in CSS, HTML, Technology | Tagged , | Comments Off

Rollover dynamic text with CSS

Ok, technically it’s not dynamic because you have to enter the text in the html so it’s not “created on the fly”.  This is still a cool feature if you wanted a list of terms and have the definition pop … Continue reading

Posted in Technology, misc | Tagged , | Comments Off

Pure CSS two column page

I’ve been working on a web page that I want a left hand menu column on with the content being on the right.  Pretty easy right?  Well, yeah, unless you want a background color in the left hand column and … Continue reading

Posted in Technology, misc | Tagged , | 1 Comment