PBC Web Design wrote:
> ...
> I have an issue in NS7 on this page:
> 
> http://www.cedarcreekimages.com/new/
> 
> If you view in IE6 or FF, Opera 9 you'll note there is a letter *I* 
> image at the beginning of the first paragraph.  The problem is in NS7 
> the image doesn't show up.  ...

> http://www.cedarcreekimages.com/new/css/cci3columns.css
> 
> #content .imagine p {
>          padding: 10px 5px 20px 35px;
>          background: url(images/letter-I.gif) no-repeat 35px top;
>          font-size: 105%;
>          text-indent: 35px;
> }
> 

Try setting

background: url(images/letter-I.gif) no-repeat 35px 0px;

Specification:

- in CSS2.0:
"Keywords cannot be combined with percentage values or length values"

- in CSS2.1:
"Combinations of keyword, length and percentage values are allowed"

N7 does not follow the newer 2.1 here.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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