[css-d] Site check please

2006-04-04 Thread rolfsf
I just launched a site this morning - designed and built on a very rushed schedule and without time for extensive testing on a wider range of browsers (the company is in a heavily IE space). Since I'll be adding to the site later in the week (hopefully) I'll have a chance to fix other issues

[css-d] IE, alphaImageLoader img (not background)

2006-04-02 Thread rolfsf
Hey all, I've tried on various occasions to use the AlphaImageLoader filter to get IE to properly display PNGs with alpha transparency... though I'm never really successful. What I want to do is display those PNGs as regular images, not as background-image. Is it possible? Or does the

[css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread rolfsf
I've bumped into a background-image display problem on Safari 2.0.3 -- I've heard of the no-repeat bug showing up in older versions of Safari, but I was under the impression it was fixed... and perhaps it is, but I'm doing something wrong. I'm using a little display box with rounded corners

Re: [css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread rolfsf
On Mar 6, 2006, at 1:05 PM, [EMAIL PROTECTED] wrote: I've posted a test file at http://www.monkeypuzzle.net/testfiles/ safari_repeat/ A screenshot of what I'm seeing is here: http://www.monkeypuzzle.net/ testfiles/safari_repeat_screenshot.gif Sorry - One of the links I posted was

Re: [css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread rolfsf
On Mar 6, 2006, at 4:00 PM, Philippe Wittenbergh wrote: Yes, that is the same background-repeat bug when the image is larger than the size of the box. The bug has been fixed in nightly Webkit builds, (future versions of Safari). BTW - Konqueror 3.5 appears to suffer from the same bug.

Re: [css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread rolfsf
On Mar 6, 2006, at 4:54 PM, Philippe Wittenbergh wrote: As your box has a fixed width, you should be able to do it with just on image, applied boxhead h2. It's only fixed width in this test file - I've pulled this out of a much more complicated page to try and isolate the problem. Else,

[css-d] overflow strategy for a fixed width table?

2005-12-30 Thread rolfsf
I've got a fixed width table (750px) with 10 columns on a fixed width page. I've been asked to squeeze an additional 2 or 3 columns of data into the same space. In some cases, the data simply won't fit horizontally in the space allotted at readable font sizes. I know the arguments for

Re: [css-d] Vertical centering in a table cell using CSS

2005-12-07 Thread rolfsf
okay, so slightly OT here... could someone explain the use of display:table-cell? I can never seem to get my brain around the how's and why's Like, why wouldn't you use a table instead of divs acting like tables and table cells? thanks! Is there a way to vertically center content in a