francky wrote:

>cj wrote:
>
>  
>
>>[...]
>>html and css validate except for a css line-height error that i don't
>>understand.
>>
>>http://sltclan.com/images/cj/z-index-problem.html
>>
>>==============================================
>>other questions that are bugging me but not as bad as the menu:
>>
>>- [...]
>>- how can i move my background globe picture up 1-2em so that it
>>clears the footer?  it needs to stay on the body element(?), though.
>>[...]
>>
>>    
>>
>Hi cj,
>Two out of the bunch:
>- The css-error means that you didn't give a unit for the amount of the 
>line-height: Without units some browsers don't know what to measure: px 
>or em or miles. ;-)
>  
>
Leading (line-height) is expressed as a raw number. There is no unit of 
measure(px, em, %) used with it. The validator is just being a little 
over-zealous, and complaining about a parse error open string.
line-height: 2; is correct.
To make the *validator* happy, close the string, like so:
line-height: 2.0;
~davidLaakso

>- body {background: transparent url(graphics/bg-service-1.png) no-repeat 
>fixed right 80%; }
>
>francky
>______________________________________________________________________
>css-discuss [EMAIL PROTECTED]
>http://www.css-discuss.org/mailman/listinfo/css-d
>IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
>List wiki/FAQ -- http://css-discuss.incutio.com/
>Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
>
>
>  
>

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to