Re: [css-d] IE and background colour

2009-01-15 Thread Elle Meredith

On 13/01/2009, at 8:42 PM, Philippe Wittenbergh wrote:

 But if you go to the css validator there is an option to select to  
 validate against the css3 profile (under 'more options', below the  
 input field).

Did not know that. Thanks Philippe :)

Elle

http://designbyelle.com.au/
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE and background colour

2009-01-13 Thread David Laakso
Elle Meredith wrote:

 The site is at: http://farmpeacelove.com/italiano/alloggio
 

 At the moment I only test the page through browsershot.org -- and zoom: 
 1 didn't fix the problem.

 Elle
   

As of this writing your page is crashing:
Version
10.00 Alpha
Build
6166
Platform
Mac OS X
System
10.4.11
Java
Java Runtime Environment installed
Browser identification

Opera/10.00 (Macintosh; Intel Mac OS X; U; en) Presto/2.2.0


Validate the CSS?

~d



-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE and background colour

2009-01-13 Thread Elle Meredith

On 13/01/2009, at 6:11 PM, David Laakso wrote:

 The site is at: http://farmpeacelove.com/italiano/alloggio


 At the moment I only test the page through browsershot.org -- and  
 zoom: 1 didn't fix the problem.


 As of this writing your page is crashing:
 snip


 Validate the CSS?

I get 4 errors:

URI : http://farmpeacelove.com/css/typography.css
27: Unknown pseudo-element or pseudo-class :last-child

URI : http://farmpeacelove.com/css/screen.css
31: h1, h2, #main h3: Property text-shadow doesn't exist in CSS level  
2.1 but exists in [css2, css3] : 0 1px 1px rgba(0,0,0,0.6)
46: .box:  Value Error : background-color rgba(224,219,206,0.3) is not  
a background-color value : rgba(224,219,206,0.3)
97: * html .mini_gallery li: Property zoom doesn't exist : 1


The question is: can't I use CSS3 properties? and if I do implement  
CSS3 properties, would they validate in a CSS 2.1 validator? (my logic  
would say: no, they will not)... Still I do think there is no reason  
to avoid them -- especially if older browsers either ignore unknown  
properties or I hide it from them.

The only one I don't understand from the above errors is the Property  
zoom doesn't exist : 1 -- I just don't know enough about zoom: 1  
besides that I know it is used for having layout.

Your thoughts?

Elle


http://designbyelle.com.au/
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE and background colour

2009-01-13 Thread Philippe Wittenbergh

On Jan 13, 2009, at 6:33 PM, Elle Meredith wrote:

 The question is: can't I use CSS3 properties? and if I do implement
 CSS3 properties, would they validate in a CSS 2.1 validator?

No.
But if you go to the css validator there is an option to select to  
validate against the css3 profile (under 'more options', below the  
input field).

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE and background colour

2009-01-13 Thread David Laakso
Elle Meredith wrote:


 The site is at: http://farmpeacelove.com/italiano/alloggio


 The only one I don't understand from the above errors is the Property 
 zoom doesn't exist : 1 -- I just don't know enough about zoom: 1 
 besides that I know it is used for having layout.

 Your thoughts?

 Elle


It is an invalid hack. See Properties and CSS Hacks.
http://www.satzansatz.de/cssd/onhavinglayout.html#properties
Enclose it in an IE conditional comment. This will not make it valid. 
However, it will hide it from the CSS Validation Service.



-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE and background colour

2009-01-13 Thread Ingo Chao
Opera does not crash because of the proprietary (and of course, invalid)
zoom property; Opera ignores it.

Ingo
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE and background colour

2009-01-12 Thread Ingo Chao
2009/1/12 Elle Meredith li...@designbyelle.com.au


 ...
  probably display: inline-block for li helps.
 
  This did not work. The thumbnails do not float anymore. Any
  suggestion?

  The site is at: http://farmpeacelove.com/italiano/alloggio

 Actually decreasing margin-right fixed the problem in IE6 but not IE7.
 Do you think it has anything to do with using outline?


outline?

It is still dropping in IE6. Let us try zoom: 1 instead of
display:inline-block for li.
Ingo
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE and background colour

2009-01-12 Thread Elle Meredith
On 13/01/2009, at 6:11 AM, Ingo Chao wrote:

 2009/1/12 Elle Meredith li...@designbyelle.com.au

  The site is at: http://farmpeacelove.com/italiano/alloggio

 Actually decreasing margin-right fixed the problem in IE6 but not IE7.
 Do you think it has anything to do with using outline?

 outline?

CSS3 Basic User Interface property:
http://www.w3.org/TR/css3-ui/#outline1
http://designshack.co.uk/tutorials/introduction-to-css3-part-4-user-interface
which IE 6 (not sure about 7) does not recognise.



 It is still dropping in IE6. Let us try zoom: 1 instead of  
 display:inline-block for li.

At the moment I only test the page through browsershot.org -- and zoom: 
1 didn't fix the problem.

Elle
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE and background colour

2009-01-11 Thread Ingo Chao
2009/1/11 Elle Meredith li...@designbyelle.com.au

 Hello again,

 I've got quick 2 more questions -- and again problems with IE.
 1. Background colour is not  appearing on #quote and #bookings


it does what ie.css says: #f2f3e6



 2. .mini-gallery last floated li falls below. I tried to specify a
 smaller margin for IE but it still does not help.


probably display: inline-block for li helps.



 The site is at: http://farmpeacelove.com/italiano/alloggio


Ingo
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE and background colour

2009-01-11 Thread Elle Meredith

 1. Background colour is not appearing on #quote and #bookings


 it does what ie.css says: #f2f3e6
Silly me. True and fixed.

 2. .mini-gallery last floated li falls below. I tried to specify a  
 smaller margin for IE but it still does not help.


 probably display: inline-block for li helps.

This did not work. The thumbnails do not float anymore. Any suggestion?

 The site is at: http://farmpeacelove.com/italiano/alloggio

Thanks Ingo.


Elle
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE and background colour

2009-01-11 Thread Elle Meredith

On 12/01/2009, at 12:17 PM, Elle Meredith wrote:
 2. .mini-gallery last floated li falls below. I tried to specify a  
 smaller margin for IE but it still does not help.

 probably display: inline-block for li helps.

 This did not work. The thumbnails do not float anymore. Any  
 suggestion?

 The site is at: http://farmpeacelove.com/italiano/alloggio

Actually decreasing margin-right fixed the problem in IE6 but not IE7.  
Do you think it has anything to do with using outline?

Elle

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE and background colour

2009-01-10 Thread Elle Meredith
Hello again,

I've got quick 2 more questions -- and again problems with IE.
1. Background colour is not  appearing on #quote and #bookings
2. .mini-gallery last floated li falls below. I tried to specify a  
smaller margin for IE but it still does not help.

The site is at: http://farmpeacelove.com/italiano/alloggio

TIA,
Elle


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/