[css-d] spacing problem in IE

2009-01-28 Thread Jody Levinson
Hi everyone, I'm having a hard time incorporating Live Person chat support on a site. The placement works for me in IE and FF on Mac and PC, but my client, also using IE on a PC, sees the layout broken. I've uploaded a screen shot of what she sees here: http://www.atlas-inspection.com/Pictu

Re: [css-d] spacing problem in IE

2009-01-28 Thread Jody Levinson
I think I may have fixed it. I'll be uploading the page in a moment. Thanks anyway! Jody On Jan 28, 2009, at 2:25 PM, Jody Levinson wrote: > Hi everyone, > > I'm having a hard time incorporating Live Person chat support on a > site. The placement works for me in IE and FF on Mac and PC, but my

Re: [css-d] spacing problem in IE

2009-01-28 Thread David Laakso
Jody Levinson wrote: > > I'm having a hard time incorporating Live Person chat support on a > site. The placement works for me in IE and FF on Mac and PC, but my > client, also using IE on a PC, sees the layout broken. I've uploaded a > screen shot of what she sees here: > http://www.atlas-i

Re: [css-d] spacing problem in IE

2009-01-28 Thread David Laakso
Jody Levinson wrote: > I think I may have fixed it. I'll be uploading the page in a moment. > > Thanks anyway! > > Jody > > > >> http://www.atlas-inspection.com/privacy.html >> >> >> Jody >> >> As of this writing XP IE 6/7 Mac Safari and Mac Firefox appear very similar. OTOH, only Mac Op

Re: [css-d] spacing problem in IE

2009-01-29 Thread Gunlaug Sørtun
David Laakso wrote: >> http://www.atlas-inspection.com/privacy.html >> > > FWIW, for anyone following this thread-- It is not positioned > correctly in XP IE 6/7 (don't know about Vista or Win/200) and Mac > Safari (don't know about PC Safari or Chrome). PC Safari: mildly broken at my end - butt

Re: [css-d] spacing problem in IE

2009-01-29 Thread Jody Levinson
Thank you for the comments. I've been having trouble aligning the fonts in the header and I haven't been able to figure out how to make it work right. I want the phone numbers to be aligned to the bottom right of the contain they're in, but nothing I do seems to work consistently. I also kn

[css-d] spacing problem in IE windows

2006-05-22 Thread Dale Lists
Hello, Having a spacing problem with IE 6.x on Windows. the URL is: http://www.conditioncritical.net/test.php the CSS is: http://www.conditioncritical.net/css/test.css The spacing 'problems' are with the top random image along the top, there is more white space in IE that doesn't appear in Fire

[css-d] Spacing problem in IE when using image replacment (launch on Mon, Aug 21!)

2006-08-18 Thread Matt Harris
Thanks for taking a minute to look at my question. We're launching the site on Monday, Aug 21, so any help would be greatly appreciated. I'm using text-indent to replace a title (h3) with a graphic for a News & Events highlight on http://beta.wesleyseminary.edu/. Unfortunately, in IE there is 20

Re: [css-d] Spacing problem in IE when using image replacment (launchon Mon, Aug 21!)

2006-08-18 Thread Matt Harris
Thanks for the suggestions, but it ended being the float on the h3. I removed it and it corrected the problem. #wrapnewsevents h3 {display:block; *float:left;* text-indent:-px; margin: 0; padding: 10px 0; width: 210px;} __ cs

Re: [css-d] Spacing problem in IE when using image replacment (launch on Mon, Aug 21!)

2006-08-18 Thread Gunlaug Sørtun
Matt Harris wrote: > I'm using text-indent to replace a title (h3) with a graphic for a > News & Events highlight on http://beta.wesleyseminary.edu/. > Unfortunately, in IE there is 20 pixels of extra space between the h3 > and the first item in the 'News and Events' highlight on the bottom, >