[css-d] Probs with background changing position in IE

2010-03-02 Thread Glow
I've been testing a site on Mac/PC in various browsers, and seem to be having a problem in IE only with the background image shifting position on some of the pages (notably the "Neighborhoods" link and on the property listings accessed through "Properties - Listings") Can anyone help me figure o

Re: [css-d] Strange line in Chrome

2010-03-02 Thread David Laakso
Louis Andrews wrote: > > On 2-3-2010 15:05, David Laakso wrote: > >> Chrome*and* Safari are cut from the same cloth so both exhibit the >> problem. Adding a width seems to correct it on this end. >> >> p.bodytext {width: 550px;border: 1px solid red; } >> >> Best, >> ~d >> >> > Thanks,

Re: [css-d] Strange line in Chrome

2010-03-02 Thread Louis Andrews
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Thijs Hakkenberg Sent: Tuesday, March 02, 2010 10:51 AM To: css-d@lists.css-discuss.org Subject: Re: [css-d] Strange line in Chrome On 2-3-2010 15:05, David Laakso wrote

Re: [css-d] Definition List not Displaying in IE5.5/IE6

2010-03-02 Thread Alex Mitchell
> > > Alex, > > This brings up in IE/6 and IE/5.5 on this end. > * html #left dl {position:relative; zoom: 1;} > Ahh thanks a ton. This worked for me also. Alex __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.

Re: [css-d] Definition List not Displaying in IE5.5/IE6

2010-03-02 Thread David Laakso
Alex Mitchell wrote: > On Mon, Mar 1, 2010 at 6:04 PM, David Laakso > wrote: > >> Alex Mitchell wrote: >> >>> The Issue: >>> The definition lists aren't displaying at all in IE6 or below. >>> The DLs are contained in a 535px width box, and it displays perfectly >>> in IE7+, FF, Safari, Chr

Re: [css-d] Definition List not Displaying in IE5.5/IE6

2010-03-02 Thread Alex Mitchell
On Mon, Mar 1, 2010 at 6:04 PM, David Laakso wrote: > Alex Mitchell wrote: >> >> The Issue: >> The definition lists aren't displaying at all in IE6 or below. >> The DLs are contained in a 535px width box, and it displays perfectly >> in IE7+, FF, Safari, Chrome, and Opera. >> >> Any suggestions? >

Re: [css-d] Having problems with ww3 validator

2010-03-02 Thread David Laakso
Noah Learner wrote: > Hi all, > > Any of you seen this error before: > http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.youngsbicycleshop.com%2F#fatal-errorsAny > clue how to fix it? This is a first for me. > Go to the above uri. Read all of it. 1/ click the link that reads: check

Re: [css-d] Having problems with ww3 validator

2010-03-02 Thread Jack Timmons
On Tue, Mar 2, 2010 at 10:21 AM, Noah Learner wrote: > I am stumped.  I am trying to validate code on > http://www.youngsbicycleshop.com and the service doesn't seem to be able to > parse the page.  Any of you seen this error before: > http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.y

[css-d] Having problems with ww3 validator

2010-03-02 Thread Noah Learner
Hi all, I am stumped. I am trying to validate code on http://www.youngsbicycleshop.com and the service doesn't seem to be able to parse the page. Any of you seen this error before: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.youngsbicycleshop.com%2F#fatal-errorsAny clue how to f

Re: [css-d] Strange line in Chrome

2010-03-02 Thread jeffrey morin
On Tue, Mar 2, 2010 at 8:00 AM, Thijs Hakkenberg wrote: > Dear list, > > In Chrome a vertical line appears because the content is wider then the > frame. In FF and IE, the text breaks up nicely, but not in Chrome. > http://www.lawandroar.nl/index.php?id=158 > > Anyone know why? > _

Re: [css-d] How Important is CSS Validation?

2010-03-02 Thread Felix Miata
On 2010/03/02 07:45 (GMT-0800) Elli Vizcaino composed: > I'm posing this question because there are some CSS 3 properties that are > in use in a wordpress plugin (sociable) stylesheet and of course it > doesn't validate. There are also some proprietary opacity properties being > used to target IE

Re: [css-d] How Important is CSS Validation?

2010-03-02 Thread Climis, Tim
> What is the general consensus with regards to CSS validation? I'm really > inclined to leave the opacity effect in. Validation of CSS is great for finding misspelled properties, bad values, missing semi-colons, etc, but hacks, proprietary properties, and CSS 3 stuff is fine (or even necessar

Re: [css-d] Strange line in Chrome

2010-03-02 Thread Eric A. Meyer
At 2:00 PM +0100 3/2/10, Thijs Hakkenberg wrote: >In Chrome a vertical line appears because the content is wider then the >frame. In FF and IE, the text breaks up nicely, but not in Chrome. >http://www.lawandroar.nl/index.php?id=158 > >Anyone know why? The best I could determine is that your

Re: [css-d] Strange line in Chrome

2010-03-02 Thread Thijs Hakkenberg
On 2-3-2010 15:05, David Laakso wrote: > Chrome*and* Safari are cut from the same cloth so both exhibit the > problem. Adding a width seems to correct it on this end. > > p.bodytext {width: 550px;border: 1px solid red; } > > Best, > ~d > Thanks, that solved it. The problem is there is a link w

[css-d] How Important is CSS Validation?

2010-03-02 Thread Elli Vizcaino
I'm posing this question because there are some CSS 3 properties that are in use in a wordpress plugin (sociable) stylesheet and of course it doesn't validate. There are also some proprietary opacity properties being used to target IE and older gecko browsers, which I can remove. I guess I could

Re: [css-d] odd float (double float?) on IE7

2010-03-02 Thread Rob Emenecker
Thanks Jeffrey. That did not work for me with IE8 in IE7 mode, but I think you're suggesting is the right direction to take, but maybe with different elements. For this very moment, I've doing some "brute force" fix with a conditional "lte IE7" style sheet until I can spend a few hours dissecti

Re: [css-d] IE7 Zoom Breaks Layout

2010-03-02 Thread Elli Vizcaino
> Elli Vizcaino wrote: > Not sure if there would be any way to tell IE7 via CSS > not to break the layout when the zoom feature is used? I > notice when this site: http://keithkemper.net/blog/ gets re-sized to less > than 100% with IE7's zoom feature it breaks the layout. The > background should

Re: [css-d] Strange line in Chrome

2010-03-02 Thread David Laakso
Thijs Hakkenberg wrote: > Dear list, > > In Chrome a vertical line appears because the content is wider then the > frame. In FF and IE, the text breaks up nicely, but not in Chrome. > http://www.lawandroar.nl/index.php?id=158 > > Anyone know why? > > Chrome *and* Safari are cut from the same

[css-d] Strange line in Chrome

2010-03-02 Thread Thijs Hakkenberg
Dear list, In Chrome a vertical line appears because the content is wider then the frame. In FF and IE, the text breaks up nicely, but not in Chrome. http://www.lawandroar.nl/index.php?id=158 Anyone know why? __ css-discuss [cs.

Re: [css-d] A fonts, font-replacement, standards, and accessibility question

2010-03-02 Thread Philippe Wittenbergh
On Mar 2, 2010, at 5:34 AM, Reese wrote: > At root of the > issue: how to preserve the intent of the designer while keeping the > page accessible to everyone. > > We experimented with some different font replacement technologies > for reproduction of column header text that the designer wanted

Re: [css-d] IE7 Zoom Breaks Layout

2010-03-02 Thread David Laakso
Elli Vizcaino wrote: > Hello CSS Discuss, > > Not sure if there would be any way to tell IE7 via CSS not to break the > layout when the zoom feature is used? I notice when this site: > http://keithkemper.net/blog/ gets re-sized to less than 100% with IE7's zoom > feature it breaks the layout. T