Re: [css-d] list markers not showing up in ie7

2007-09-24 Thread Sandy
> There is simply an error in the path to this last css (js_css/ie7-hacks.css > with an extra js_) thanks Bruno! And thanks again, too, to Rick, who spotted this as well. It's sorted - and I am very relieved and grateful to this list (and embarrassed as anything about the wandering path!) Sa

Re: [css-d] list markers not showing up in ie7

2007-09-24 Thread Bruno Fassino
Sandy wrote: > WHAT is going on?!! > > If I add the style to each individual li > http://www.claimanalytics.com/TEST2/x30px.shtml > the list markers show in ie7 > http://www.browsercam.com/public.aspx?proj_id=379833 > > but if I add the style to a hacks style sheet > http://www.claimanalytics.com/T

Re: [css-d] list markers not showing up in ie7

2007-09-24 Thread Rick Faircloth
Sent: Monday, September 24, 2007 3:15 PM To: CSS discuss Subject: Re: [css-d] list markers not showing up in ie7 WHAT is going on?!! If I add the style to each individual li http://www.claimanalytics.com/TEST2/x30px.shtml the list markers show in ie7 http://www.browsercam.com/public.aspx?proj_id

Re: [css-d] list markers not showing up in ie7

2007-09-24 Thread Sandy
WHAT is going on?!! If I add the style to each individual li http://www.claimanalytics.com/TEST2/x30px.shtml the list markers show in ie7 http://www.browsercam.com/public.aspx?proj_id=379833 but if I add the style to a hacks style sheet http://www.claimanalytics.com/TEST2/x.shtml links to http:/

Re: [css-d] list markers not showing up in ie7

2007-09-24 Thread Sandy
> 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 vi

Re: [css-d] list markers not showing up in ie7

2007-09-24 Thread Rick Faircloth
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 { paddi

Re: [css-d] list markers not showing up in ie7

2007-09-24 Thread Rick Faircloth
I see why you need the float:right on the lists now... -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 s

Re: [css-d] list markers not showing up in ie7

2007-09-24 Thread 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://ww

Re: [css-d] list markers not showing up in ie7

2007-09-24 Thread Rick Faircloth
Sandy - for some reason padding-left didn't affect the bullets, however, margin-left did. Try margin-left... Rick -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 marker

Re: [css-d] list markers not showing up in ie7

2007-09-24 Thread 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

[css-d] list markers not showing up in ie7

2007-09-24 Thread Sandy
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-le