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. ;-)
- 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/

Reply via email to