Category: CSS Tips
Thursday, May 28, 2009
Text replacement using Cufon in Struturo
Have you ever wanted to use a graphical font but you were limited by the browsers? Well now you can use this simple technique to do a dynamic text replacement. This demonstration video shows step-by-step how to use the technique in your Struturo database.
Friday, August 8, 2008
Tip: Use backgrounds and borders to find the edges in your CSS blocks
One of the most confusing things about CSS layouts are the use of floats. So I'm passing on a tip that helps me visualize where the backgrounds and edges are of blocks during the styling. Comes in handy during cross-browser testing.
Wednesday, January 9, 2008
Adding pizazz to a title
Tuesday, January 8, 2008
Great technique for graphical tabs
Thursday, November 8, 2007
Making your Struturo pages print nicely
Printer friendly is nice but what's even nicer is producing a good result even if the user just chooses File\Print from the menu while viewing a page.
Saturday, August 4, 2007
Customizing a section using the 'body tag' feature
Easy way to make one section unique without having to add more HTML content to the page.
Suppose you have a section that requires each H2 tag to have more space above it than all the other pages in the site? Rather than edit every H2 tag in that section by adding a class, wouldn't it be much easier to just add a class to the body tag of that section?