On Thu, 7 Apr 2011, Philip Taylor (Webmaster, Ret'd) wrote:

Chris F.A. Johnson wrote:

Beware of trying to fit text into a fixed-size container:

<http://t.cfaj.ca/postit.jpg>

For an example that works with any font size, see
<http://twd2.cfaj.ca/>. (I have just started to redo my site, so
there not much there besides the first page.)

I don't know how you've produced that rotated panel,

   It's CSS3:

-moz-transform: rotate(-4deg);
-webkit-transform: rotate(-4deg);
-o-transform: rotate(-4deg);
-ms-transform: rotate(-4deg);
transform: rotate(-4deg);

Chris, but it doesn't render well here :

        
http://web-consultants.org.uk/sites/tests/css/Fullscreen%20capture%2007-Apr-2011%20214031.jpg

   Thanks for that. On my screen the type looks a little wonky, but
   acceptable. Since it looks worse for some people, I'll remove the
   rotation.

--
   Chris F.A. Johnson, <http://cfajohnson.com/>
   Author:
   Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to