[css-d] alpha opacity filter in FF

2010-02-09 Thread Supita
Hello to all: I'm working on some panels. We need that, when the text doesn't fit in one line, the text be cutted at the end of the line, and it looks like it is fading. I can do that effect using filter: progid:DXImageTransform.Microsoft.Alpha(...); in IE, in the div that contains all my rows.

[css-d] Deprecations in recent versions of HTML cause CSS problems‏

2010-02-09 Thread fred dagg
As a learner when it comes to HTML/CSS I am a little confused about (apparently) recent changes to HTML, moving functionality to CSS. As an academic I have been required to reference others' work in my publications according to one style or another (by default I use APA5). In transferring

Re: [css-d] alpha opacity filter in FF

2010-02-09 Thread David Hucklesby
On 2/9/10 2:42 PM, Supita wrote: Hello to all: I'm working on some panels. We need that, when the text doesn't fit in one line, the text be cutted at the end of the line, and it looks like it is fading. I can do that effect using filter: progid:DXImageTransform.Microsoft.Alpha(...); in

Re: [css-d] Deprecations in recent versions of HTML cause C SS problems‏

2010-02-09 Thread Theresa Mesa
One thing you must consider, too, is that on the web, you should only underline something that is an actual link, so you must find other ways to accomplish the intent of your cites. You may need to use quotes instead, except that book titles are not quoted. In APA style, book titles are

[css-d] How to control width via CSS

2010-02-09 Thread MarvinC
Anyone know the best way to change or control the width of a frame via CSS? I'm trying to modify the default look of the WordPress Rotating Post plugin but can't seem to increase or decrease the width of the frame. I can modify height via the highlighted options below but can't seem to decrease

Re: [css-d] Deprecations in recent versions of HTML cause C SS problems‏

2010-02-09 Thread Brian Funk
On 2010-02-09 8:23 PM, fred dagg wrote: As an academic I have been required to reference others' work in my publications according to one style or another http://www.chicagomanualofstyle.org/tools_citationguide.html ...offers a large variety of examples. One of them might be right for you.

[css-d] FF 3.6 and lesser rendering square bullets for ul

2010-02-09 Thread Gerard Wilson
Hi, Not sure if it is a CSS issue. I am looking at source code in FF3.6 on an XP machine. I have a bunch of add-ons in FF3.6. I am having trouble with ul and square bullet points; they do not render evenly. Are there any issues re: CSS or is it another issue with FF Here is the detail from

Re: [css-d] FF 3.6 and lesser rendering square bullets for ul

2010-02-09 Thread Philippe Wittenbergh
On Feb 10, 2010, at 2:28 PM, Gerard Wilson wrote: Not sure if it is a CSS issue. I am looking at source code in FF3.6 on an XP machine. I have a bunch of add-ons in FF3.6. I am having trouble with ul and square bullet points; they do not render evenly. Are there any issues re: CSS or is

Re: [css-d] Deprecations in recent versions of HTML cause CSS problems?

2010-02-09 Thread Bob Rosenberg
At 18:42 -0800 on 02/09/2010, Theresa Mesa wrote about Re: [css-d] Deprecations in recent versions of HTML cause C: One thing you must consider, too, is that on the web, you should only underline something that is an actual link Which is ALSO displayed in BLUE (or the user's selected LINK

Re: [css-d] alpha opacity filter in FF

2010-02-09 Thread Michael Adams
On Wednesday 10 February 2010 11:42, Supita wrote: Hello to all: I'm working on some panels. We need that, when the text doesn't fit in one line, the text be cutted at the end of the line, and it looks like it is fading. I can do that effect using filter: