Re: [css-d] Unexplained behavior IE7 - menu floating?

2011-10-27 Thread Kym Costanzo
On Thu, Oct 27, 2011 at 10:53 PM, Al Sparber wrote: > >> > Wow that's bloated CSS and script. Remove "height: 100%", "overflow-x: > hidden" and "overflow-y: scroll" from your body element. > > Then remove height "height: 100%" from your HTML element. > > Then, if you want to have a persistent vert

[css-d] Unexplained behavior IE7 - menu floating?

2011-10-27 Thread Kym Costanzo
I have a situation I have not been able to figure out on my own, and so hoping the brilliant minds out here can give me a hand. The site: www.thevineyardscommunity.net The problem: the menu navigation, and the home page featured image/slider area, are "floating" down the page when I scroll the pa

[css-d] FW: Train wreck in IE6

2010-02-07 Thread Kym Costanzo
Paul Novitski wrote: > > Kym, you're making a simple typographical error in the HTML comment > syntax. > > For each list item, the first IE conditional comment should be > correctly embedded in an HTML comment: > > .. > Thanks, Paul - you're right, and I didn't notice that (nose in fron

Re: [css-d] Train wreck in IE6

2010-02-07 Thread Kym Costanzo
> -Original Message- > From: Chris F.A. Johnson [mailto:ch...@cfajohnson.com] >There were 12 errors at validator.w3.org. > I conceded that - when I posted my initial question, I ~did~ state there were validation errors. But if you'd looked at all 12 of them, every one of them was rela

Re: [css-d] Train wreck in IE6

2010-02-06 Thread Kym Costanzo
> On Sun, 7 Feb 2010, Kym Costanzo wrote: > > > I've got a train wreck in IE6, so bad that my attempts to fix this are only > > making it worse. The site is great in IE7, IE8, Chrome, FF3. I really wish > > IE6 would just die already. > >

[css-d] Train wreck in IE6

2010-02-06 Thread Kym Costanzo
I've got a train wreck in IE6, so bad that my attempts to fix this are only making it worse. The site is great in IE7, IE8, Chrome, FF3. I really wish IE6 would just die already. I know some of the issues are stemming from the CSS navigation menu I got from a CSS menu site (haven't been able t

Re: [css-d] Need IE CSS adjustment for list item indent (I think)

2010-01-29 Thread Kym Costanzo
> Kym Costanzo wrote: > > Having an issue in IE 7 and below. On the following page: > > http://www.ilovestraightteeth.com/blog/ > > > > In the right sidebar, the list items are indented too far to the right. >David Laakso wrote: > > Feed 6 and 7 a mi

[css-d] Need IE CSS adjustment for list item indent (I think)

2010-01-28 Thread Kym Costanzo
Having an issue in IE 7 and below. On the following page: http://www.ilovestraightteeth.com/blog/ In the right sidebar, the list items are indented too far to the right. This has to be a simple thing, but I have tweaked seemingly every single CSS element trying to figure out why in IE this

[css-d] Couple of drop-down nav menu issues

2009-12-12 Thread Kym Costanzo
First I would like to thank David for your previous help with this site - I really appreciate your fixes. Makes me realize I have so, so much more to learn. I have two little issues that remain on my client's site: http://www.herrenkohlblog.com: 1.In IE7, the drop-down nav menu at th

Re: [css-d] Frustrated with IE 6: two sites

2009-12-07 Thread Kym Costanzo
Sent: Monday, December 07, 2009 5:03 PM To: Kym Costanzo Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Frustrated with IE 6: two sites Mon 5:01 p, EST No-show. Error establishing a database connection Best, ~d __ css-di

Re: [css-d] Frustrated with IE 6: two sites

2009-12-07 Thread Kym Costanzo
k you very much! Kym -Original Message- From: David Laakso [mailto:da...@chelseacreekstudio.com] Sent: Monday, December 07, 2009 4:55 PM To: Kym Costanzo Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Frustrated with IE 6: two sites Kym Costanzo wrote: > >

[css-d] Frustrated with IE 6: two sites

2009-12-07 Thread Kym Costanzo
Hi all, I've got two similar situations going on with two different sites I'm working on. Hope it's OK to list both here in one post. The sites look fine in modern browsers, but in IE6 I've got the classic column-shifting going on - but I've tried all the tricks and fixes I've used in the past

[css-d] Font syntax question

2009-05-28 Thread Kym Costanzo
Hi, I'm modifying a CSS template and within it there is the following font size syntax: font: normal 1.2em/1.3em Verdana, serif; I don't know what the slash between the two values means. I'm new to ems, but learning. Any help appreciated - I couldn't figure out the correct googl

[css-d] IE 6 display issues

2009-03-16 Thread Kym Costanzo
Hi all, I thought I had my site working correctly in IE 6 and IE 7 but now that I'm all done and went back I see that there are issues in IE6 still. Site works fine in IE7 and Firefox. The content in my main div is dropping down below the bottom of my sidebar. So I thought maybe it was either

Re: [css-d] Tweak needed for IE6

2008-12-02 Thread Kym Costanzo
> | > | Staging site: http://www.youregoingtolovethisbank.com > | > | CSS file: http://www.youregoingtolovethisbank.com/css/hnc_styles.css > | > | I am sure it is a minor tweak but I can't seem to find out exactly > | what tweak that is... any help

Re: [css-d] Tweak needed for IE6

2008-12-02 Thread Kym Costanzo
> > IE6 interprets empty elements to contain whitespace, and > since IE6 doesn't respect declared dimensions it expands the > element to contain that imaginary whitespace. > > Add... > #navbottom {overflow: hidden;} > ...to enforce declared dimensions, and it'll be fine. > > regards >

[css-d] Tweak needed for IE6

2008-12-01 Thread Kym Costanzo
This is my first post to the list, I hope I post according to list etiquette! The site I am working on looks fine in IE7 and Firefox 2 and 3. But it is messed up in IE6. The contents of my main content area are being pushed down and do not begin displaying until below my sidebars in IE6. Stag