If you interested in discussing a project related to design, UI, web standards, CSS, identity, etc, feel free to contact me through my company, Visual Notion.
If you interested in discussing a project related to design, UI, web standards, CSS, identity, etc, feel free to contact me through my company, Visual Notion.
It's funny to look back and see what you've learned about CSS and web design, as a whole. Looking back, I know that my first sites were terrible. I didn't know about Doctypes, symantically correct HTML, etc.
For those of us that have forgotten what it is like to be a new web designer, web developer, or on the client side of things, I have provided a list of CSS classes to use as a reminder (in light-hearted jest, of course).
<h1 class="secretary-turned-designer"></h1>
<h2 class="use-wherever-there-is-quoted-text"></h2>
<h3 class="gosh-awful"></h3>
<h4 class="gosh-awful capslock"></h4>
<h4 class="gosh-awful use-a-font-that-only-we-have"></h4>
<h5 class="because-i-dont-know-the-difference-between-a-header-and-bold-paragraph-text"></h5>
<h6 class="i-dont-care-about-symantically-correct-i-just-want-to-use-this-as-the-page-header"></h6>
CLObject (in order to give it an actual name), came about after frustration with getting Suckerfish Dropdowns to work with SWFobject. My Suckerfish dropdowns were behind my Flash animation in IE only. After trying various CSS changes (z-index, absolute positioning, etc), I realized that it might be possible to put conditional comments for IE on the embed tag, but Camino/Firefox/Flock would choke and not show anything at all while Safari and IE were fine.