Read the previous post for better insight. I will not make you wait so check out the latest update.
There are three relative minor updates. I have fleshed out the text styling by adding list styles. I have adding extra white space between content and comments which causes the comments to move off my […]
CSS
-
Update on the Mojebus redesign
-
Now I am excited
I am a dork for getting so excited after reading a short blog post from David Baron. A bunch of nice selectors have been landed in the branch of Mozilla. They are :nth-child(), :nth-last-child(), :nth-of-type(), :nth-last-of-type() :first-of-type, :last-of-type, and :only-of-type.
-
Playfully Positioning
Play first and then read. Or, read first and then play. Or, read while you play. Or, just play.
Since you are reading now, allow me to illustrate why you must play and not just read:
How do I make my text red and uppercase with style sheets?”
Simple, color: red and text-transform: uppercase.”
Wow, that sure is […] -
Add A Class Randomly From a Set
I was recently asked by a friend for information about how to have a random background image. Well not completely random, the background image should be from a set of images. My idea: add a class, randomly from a set, to the body (or another element) with Javascript. I could just change the style […]
-
CSS Styled Forms
Elegance of CSS code, make your checkboxes and radio buttons match your theme without Javascript.
-
Windows XP CSS
Magic Sandwich has a humorous use for CSS menus with a bit of styling to create a CSS Start menu.
-
IE7B Float Box Clip Bug
With the release of IE7 beta, I tested my new site in it. I found that it did an almost perfect job. The most noticeable problem was that the header for the page was getting clipped about half way down. I reduced it to a simple problem with negative margins and floating. I had […]
-
CSS to PDF
The ability to take XML and CSS to create a print material is coming around. What does that mean for the likes of Quark and InDesign.