After adding margin-left:30px to all li's, everything looks good.

If I go back and add padding-left:13em to the ol,
the ol list gets pushed down a line.

Then adding padding-left:13em to the ul, nothing changes visually,
but the padding just extends out to the left.  Position and visibility
of the bullets is the same as well as the li's of the ul.

Do you need padding-left on the ol and ul?

Rick


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth
Sent: Monday, September 24, 2007 10:16 AM
To: 'Sandy'; 'CSS discuss'
Subject: Re: [css-d] list markers not showing up in ie7

Oh, nevermind... I see that you did put margin-left
on the li's...

When I put padding-left on the ol and ul, it didn't affect
the bullets...it just adding padding to the left...

Taking the padding off didn't have any effect on the bullets,
either...position or visibility.

I just realized, however, that I'm not taking into account
your .content class...

I see that your ol and ul have a float:right; on them...do you
need that on the lists?



-----Original Message-----
From: Sandy [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 24, 2007 9:56 AM
To: Rick Faircloth; CSS discuss
Subject: Re: [css-d] list markers not showing up in ie7



Rick - thanks so much for taking the time to look at this for me!

I have changed the ie7 hacks styles to

.content ul {
padding-left : 13em
}

.content ol {
padding-left : 13em
}

.content li {
margin-left : 30px
}

http://www.claimanalytics.com/TEST2/css/ie7-hacks.css


Now, when I check this in browsercam
http://www.browsercam.com/public.aspx?proj_id=379734
it looks like it didn't work.

Am I seeing a cached page? Is it working for the rest of the world? 
Should I change the css - take out the ul and ol styles?

thanks!
Sandy


> Tinkering around with css in IE7's Developer Toolbar,
> I was able to get the list elements (number and disc)
> to show up by adding margin-left: 30px; to the li's
> in each list.
> 
> Rick
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Sandy
> Sent: Monday, September 24, 2007 9:01 AM
> To: CSS discuss
> Subject: [css-d] list markers not showing up in ie7
> 
> Help Please!
> 
> I have a page
> http://www.claimanalytics.com/TEST2/x.shtml
> with styles here
> http://www.claimanalytics.com/TEST2/css/claimanalytics.css
> 
> The page has 2 lists, a ul and an ol. The markers were not showing up in 
> IE6 and IE7. I have got them appearing now in IE6 by adding some 
> padding-left to a IE6 hacks style sheet
> http://www.claimanalytics.com/TEST2/css/ie6-hacks.css
> 
> but the same padding added to and IE7 hacks style sheet does nothing. I 
> have tried adding way more, and the lists move in, but the markers still 
> don't show up.
> http://www.claimanalytics.com/TEST2/css/ie7-hacks.css
> 
> Can anyone think of what might be happening? I am absolutely stumped.
> 
> Thanks so much for your help
> Sandy
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> 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-discuss [EMAIL PROTECTED]
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-discuss [EMAIL PROTECTED]
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/

Reply via email to