RE: [css-d] CSS to format table for printing

2005-05-18 Thread Jean Korte
I have successfully used inches to size printed output in my print style sheet. If the requirement is as simple as it sounds, you can size the table itself: table {border: 1px solid black; width: 7.5in; height: 10in; margin: .5in; } td {border: 1px solid black;} I have successfully used inche

RE: [css-d] suggestions on centering nav Gifs?

2005-05-16 Thread Jean Korte
The problem is, I believe, with the images themselves. If you use border=1 to create a border around each image button, you will see that they are not all the same size. Those buttons whose labels contain letters with descenders (style contains "y") are larger to allow space for the descender.

RE: [css-d] Berea Street rounded corner problem

2005-05-05 Thread Jean Korte
The square corners on the original image do not show because they share the white background. The solution to your problem is to edit the picture file, tsr.gif, and make the corners match your background or, better yet, make them transparent so that you can use the same file with any color of

RE: [css-d] Print Page Break with New Headline on Top of Next Page

2005-05-03 Thread Jean Korte
If you are willing/able to force the printing function to use FireFox, then you can configure the browser to add headings etc. I don't know whether the print on the page headings can be formatted or not. --- Quilting and Whatnot:

RE: [css-d] em-based layout query

2005-05-02 Thread Jean Korte
Take a look at this layout: http://webhost.bridgew.edu/etribou/layouts/skidoo/lean/index.html The side columns are sized in ems. cheers jean --- Quilting and Whatnot: http://www.quiltingwhatnot.com/ Patterns, tips, techniques. Or

RE: [css-d] fixed -Problems: Hover formatting in IE, Print styles in Firefox

2005-05-02 Thread Jean Korte
://www.quiltingwhatnot.com/ Patterns, tips, techniques. Original Message Follows From: "Jean Korte" <[EMAIL PROTECTED]> To: css-d@lists.css-discuss.org Subject: [css-d] Problems: Hover formatting in IE, Print styles in Firefox Date: Sun, 01 May 2005 21:39:13 -0600 I'm learning a lot reading t

[css-d] Problems: Hover formatting in IE, Print styles in Firefox

2005-05-01 Thread Jean Korte
I'm learning a lot reading the posts to this list. Now it's my turn to ask a question. I am re-organizing my site and I have tripped over a couple of problems. When I reorganized the page, I put my scripts, common portions of the page header and page footer into external files. I also modif