Re: [css-d] Odd IE6 issue

2008-01-23 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > http://www.abbeyrentssf.com/party-rentals/rentals-overview.html > > You'll notice that the word "overview" is not there in IE6. There is > absolutely no difference in code - either HTML or CSS - than any of > the other pages, yet the text is gone. It's there (just "v

Re: [css-d] Odd IE6 issue

2008-01-23 Thread Holly Bergevin
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >http://www.abbeyrentssf.com/party-rentals/rentals-overview.html > >You'll notice that the word "overview" is not there in IE6. >http://www.abbeyrentssf.com/ie6.css Assuming that the problem is only in IE6, you can put the fix in that style sheet.

Re: [css-d] Extra vertical space between LI elements in IE

2008-01-23 Thread David Dorward
On 23/01/2008, Erik Domingo <[EMAIL PROTECTED]> wrote: > I'm having a problem with an unordered list, where there is extra vertical > space between LI elements when viewing in IE6 and IE7. IE has a very fun bug when it comes to list items. Try removing (or commenting out) the whitespace between th

Re: [css-d] Extra vertical space between LI elements in IE

2008-01-23 Thread David Laakso
Erik Domingo wrote: > I'm having a problem with an unordered list...] > > Erik Domingo > Validate the markup. Write back if you still drop the float in IE/6.0 and have more vertical space between the li's in IE6 & 7. -- http://chelseacreekstudio.com/ ___

[css-d] Extra vertical space between LI elements in IE

2008-01-23 Thread Erik Domingo
Hi all, I'm having a problem with an unordered list, where there is extra vertical space between LI elements when viewing in IE6 and IE7. You can see the problem at http://bdsredesign.bluelangroup.net/index.php, in the navigation links at the upper left (Admissions, Faculty, etc). Note that the si

Re: [css-d] Odd IE6 issue

2008-01-23 Thread David Laakso
[EMAIL PROTECTED] wrote: > So, an example of how the page *should* look is here: > > http://www.abbeyrentssf.com/services.html > > Please note the word "services" in white text > > http://www.abbeyrentssf.com/party-rentals/rentals-overview.html > > You'll notice that the word "overview" is not ther

[css-d] The way IE6 clears, now with examples

2008-01-23 Thread Christian Kirchhoff
Christian Kirchhoff schrieb: > Hello, > > it seems to me that Firefox or IE7 - if an object has clear: left, right > or both - only clear floated objects up to a parent that is positioned > absolutely or relatively. IE6 seems to clear all floated objects on the > page. > > Is that correct? > > I

Re: [css-d] February 12th, 2008 - a Glorious day for web designers / developers

2008-01-23 Thread david
Richard Grevers wrote: > On 1/22/08, James Leslie <[EMAIL PROTECTED]> wrote: >> Microsoft is pushing an update on February 12th, 2008 that will >> force-upgrade Internet Explorer to IE7. >> >> http://support.microsoft.com/kb/946202 has the details. >> >>

Re: [css-d] Odd IE6 issue

2008-01-23 Thread [EMAIL PROTECTED]
Interesting. Okay, I've had a couple of people email me and say they see it just fine - but I still don't see it, and neither does the client. It's *only* on that section - that particular page and all pages that stem from it. It's really weird that you all are seeing it, no problem. I will

Re: [css-d] Why is a class ignored inside an ID?

2008-01-23 Thread Christian Kirchhoff
Geoffrey Hoffman schrieb: > This is my first post to this list. Thanks to Glish, AListApart, > Listamatic, BoxLessons, ZenGarden, BlueRobot, All the amazing people > who figured out all the box model hacks and browser targeting stuff I > cannot live without. IE6 is evil. Okay... > > I just stumbed

[css-d] Why is a class ignored inside an ID?

2008-01-23 Thread Geoffrey Hoffman
This is my first post to this list. Thanks to Glish, AListApart, Listamatic, BoxLessons, ZenGarden, BlueRobot, All the amazing people who figured out all the box model hacks and browser targeting stuff I cannot live without. IE6 is evil. Okay... I just stumbed onto something that I could not expla

Re: [css-d] menu box that floats with scrolling

2008-01-23 Thread Nancy E. Sosna Bohm
> From: [EMAIL PROTECTED] > > I have seen the effect on at least two sites, one of which is > http://www.quirksmode.org/css/display.html > > Disabling the *.js file stops those menus from opening, but not from > scrolling, suggesting control is by the CSS. > Simple copy and paste into a new file

Re: [css-d] February 12th, 2008 - a Glorious day for web designers / developers

2008-01-23 Thread Nancy Johnson
I feel I need to keep IE6 on my machine for testing until the percentage of users diminishes. How do I ensure that IE6 will not be overridden? Nancy On Jan 21, 2008 10:58 AM, Jon Hughes <[EMAIL PROTECTED]> wrote: > Microsoft is pushing an update on February 12th, 2008 that will > force-upgrade I

Re: [css-d] source/solution of inconsistencies between FF2 and IE7

2008-01-23 Thread Rob Emenecker
Hi again, I've resolved the second of the three items in my laundry list. It appears that IE7 was clipping the 1-pixel bottom border on the last line in the page. I added a rather arbritrary padding-bottom value of 5px to the div#foot and the border now appears below the hyperlink. ...Rob

[css-d] source/solution of inconsistencies between FF2 and IE7

2008-01-23 Thread Rob Emenecker
Hi all, I have a web site that I'm working on where I'm getting a few niggling inconsistencies between FF2 and IE7 (Win), that I want to get resolved cleanly, without hacks. First, here is the link: http://www.italiascornercafe.com/menu.html Relevant CSS: http://www.italiascornercafe.com/incl

[css-d] Odd IE6 issue

2008-01-23 Thread [EMAIL PROTECTED]
I was hoping you all could help me with this. I'm a sub for someone, and I've sent in my files to these guys. Things were working well, until a few edits were made, and now something very weird is happening in IE6. I cannot, for the life of me, figure out why it's doing what it's doing. So,

Re: [css-d] February 12th, 2008 - a Glorious day for web designers / developers

2008-01-23 Thread Richard Grevers
On 1/22/08, James Leslie <[EMAIL PROTECTED]> wrote: > > Microsoft is pushing an update on February 12th, 2008 that will > force-upgrade Internet Explorer to IE7. > > http://support.microsoft.com/kb/946202 has the details. > > --- > > Forgive my ignorance