[css-d] Vertical alignment weirdness?

2006-05-26 Thread Ian Skinner
expect in HTML and XHTML transitional, but does not display as I would expect, with the generated content staying on the baseline, in HTML and XHTML strict. Is there some deference in the behavior of vertical-align in strict mode? -- Ian Skinner Web Programmer BloodSource

[css-d] Vertical alignment weirdness?

2006-05-26 Thread Ian Skinner
handle generated CSS content. TIA -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | | - "C code. C code run. Run code run. Please!" - Cynthia Dunning Confidentiality Notice: This message

RE: [css-d] Getting back into css...

2005-09-22 Thread Ian Skinner
Not to be too snarky, but how about the Zen Garden book. "the Zen of CSS design" by Dave Shea and Molly Holzschlag published by New Riders. I have my copy, but have yet had the chance to read it, so I can only comment that it exists and had decent review on Amazon. ------ I

RE: [css-d] Flash content in a print style sheet

2005-09-08 Thread Ian Skinner
>From a CSS discussion list? Hide the flash container {display: none} and show a container that links to the desired image with a standard tag, {display: inline|block}. For how Flash could help one with this, one would need to address this on some kind of Flash forum. --

RE: [css-d] HUGE gap tween DIVS in Firefox, not in IE???

2005-07-29 Thread Ian Skinner
is my code or quirks of IE. Once I have it worked out in FF and verified by a validator. I know the problems with my code have been worked out. Then I can test in IE and usually don't have too many problems as long as I have avoided the worst short comings of IE. ------ Ian Sk

RE: [css-d] Stretching wider then the view port.

2005-07-15 Thread Ian Skinner
mode. Luckily, I can work with this for now on this project. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning ...-Original Message- ...From: Gunlaug Sørtun [mailto:[EMAIL

RE: [css-d] Stretching wider then the view port.

2005-07-14 Thread Ian Skinner
d thus the table. But that does not work, at least not in IE6. ------ Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning ...-Original Message- ...From: Keith Sader [mailto:[EMAI

[css-d] Stretching wider then the view port.

2005-07-14 Thread Ian Skinner
tried width 100%, but apparently that is 100% of the view port not 100% of the body for IE6 at least. (It's a large report, the users want it this way, what can I say?) ------ Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Ru

[css-d] Using non-standard Fonts

2005-07-08 Thread Ian Skinner
Revarial.ttf. But when I tried to use the following HTML, the alternate fonts did not display. Is there something else I should be using for the font names? Fonts Fonts Fonts -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run

[css-d] percentage width of absolute positioned elements.

2005-07-06 Thread Ian Skinner
want the layered elements to have a width proportional to the element that is the parent of the layered element. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning Confidentiality Not

[css-d] intersection of a col and tbody

2005-07-01 Thread Ian Skinner
Is there anyway in CSS to easily select TD cells that are the intersection a specific col and tbody row grouping? -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning Confidential

[css-d] Keeping headers visible

2005-06-30 Thread Ian Skinner
specified column widths, even though that means some of the heading cells' content does not fit. Firefox stretches those cells. I would have expected the reverse. PSS I suppose a link would have been useful: http://www.bloodsource.org/bugtests/collectionDetailsTable.cfm ------ Ian Sk

[css-d] Keeping headings visible

2005-06-30 Thread Ian Skinner
specified column widths, even though that means some of the heading cells' content does not fit. Firefox stretches those cells. I would have expected the reverse. ------ Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code r

[css-d] Vertical Text

2005-06-30 Thread Ian Skinner
I'm pretty sure the answer is no, but I would like to confirm it. There is currently no well supported way to orient text vertically with CSS, correct? For Example (using ASCII art) ### # # ### # # # # # # # # # # # # # # # # -----