Go to content Go to navigation Go to search

Maikimo.net taxonomy tags

Intertwingularity revealed

Articles filed under tag “css”

Tags: , , Textpattern: Simple per-section masthead image selection

I find a simple way to implement a per-section masthead image in Textpattern.

read more...

Tags: , , , Live-action CSS (I finally grok CSS bookmarklet)

[Screenshot: Mozilla using 'edit styles' bookmarklet]And from my cube comes a mighty Duh. I never before realized this:

Using an appropriate browser bookmarklet, you can observe the effect of CSS style definition changes rendered in real time.

At least with this tool combo —

— a click of the “edit styles” bookmarklet in a browser window opens another window containing a copy of the open page’s governing stylesheet. Make style definition changes to that open stylesheet text and you see the changes rendered live in the browser window. When satisfied with the result, copy-and-paste the modified stylesheet text into the real stylesheet file.

I can’t believe I’ve let this bit of designing efficiency sit under my nose all this time. If this bookmarklet works in IE, too, this should really cut down the number of CSS tweak iterations needed to accommodate IE/Win’s CSS borkage.

I’m always glad when radical coolness rears its lovely head, even when I’ve been really slow to recognize it.

Thanks, Simon and Jesse.