Re: [css-d] IE7 Background problem with scrollbar

2007-03-24 Thread TerraNetwork - Edith Karnitsch
Ingo - many thanks! You're spot on - it's a has layout problem. I've tried zoom:1; display: inline-block; min-height: 0; and all work To be on the safe side I will use one of the fixes which work for both IE6 and IE7 - in the past I've usually stuck with display: inline-block; as it validates.

Re: [css-d] site check for spacing issues

2007-03-24 Thread Rob Stevenson
On 23-Mar-07, at 10:53 PM, David Hucklesby wrote: Both Opera and IE increase em-based font sizes by 25%,... Hello, Is that a generally true statement? Or was it in reference only to the site under discussion? I ask because I'm having a problem with button text sliding out to the right of

Re: [css-d] site check for spacing issues

2007-03-24 Thread ~davidLaakso
Rob Stevenson wrote: On 23-Mar-07, at 10:53 PM, David Hucklesby wrote: Both Opera and IE increase em-based font sizes by 25%,... Hello, Is that a generally true statement? Or was it in reference only to the site under discussion? I ask because I'm having a problem with button

[css-d] problems with design in IE6

2007-03-24 Thread Karl Bedingfield
Hi there, I seem to be having major problems with my design in IE6 (thus far fine in IE7 and Firefox, though I imagine IE5.5 will have the same problems). I have a DIV named: #latest that has the following: /* Latest News Style --- */ #latest {

Re: [css-d] problems with design in IE6

2007-03-24 Thread Ian Young
Subject: [css-d] problems with design in IE6 Hi there, I seem to be having major problems with my design in IE6 (thus far fine in IE7 and Firefox, though I imagine IE5.5 will have the same problems). Not necessarily! However, it is really difficult to assist you here without the rest of

Re: [css-d] site check for spacing issues

2007-03-24 Thread jeffrey morin
On 3/23/07, David Hucklesby [EMAIL PROTECTED] wrote: Hi Jeffrey, I took a look at your page on my laptop with IE7 and Opera 9: http://www.melissagerstein.com/tests/akon/akon.htm Because I have a high-definition screen, Windows is set to 120 DPI. Both Opera and IE increase em-based font

[css-d] Simple numbering of headings fails on IE - why?

2007-03-24 Thread Jukka K. Korpela
It occurred to me that I could number headings in CSS in a simple way, like h2 { display: list-item; list-style-type: decimal; } This works nicely on Firefox, but IE (both IE 6 and IE 7) uses strange numbering. It seems to use numbers that reflect the position of the h2 element as a

Re: [css-d] site check for spacing issues

2007-03-24 Thread David Hucklesby
On Sat, 24 Mar 2007 10:04:34 -0300, Rob Stevenson wrote: On 23-Mar-07, at 10:53 PM, David Hucklesby wrote: Both Opera and IE increase em-based font sizes by 25%,... Hello, Is that a generally true statement? Or was it in reference only to the site under discussion? That is universally

Re: [css-d] site check for spacing issues

2007-03-24 Thread Rob Stevenson
On 24-Mar-07, at 10:36 AM, ~davidLaakso wrote: PS Thou shalt not steal the thread :-) . Sorry! Enthusiasm made me do it. Back to your regularly scheduled programming Rob __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Simple numbering of headings fails on IE - why?

2007-03-24 Thread francky
Jukka K. Korpela wrote: It occurred to me that I could number headings in CSS in a simple way, like h2 { display: list-item; list-style-type: decimal; } This works nicely on Firefox, but IE (both IE 6 and IE 7) uses strange numbering. It seems to use numbers that reflect the

Re: [css-d] Simple numbering of headings fails on IE - why?

2007-03-24 Thread francky
Forgotten my footnote: From msdn: http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/liststyletype.asp The display:list-item property is available as of Microsoft Internet Explorer 6 and later. francky

Re: [css-d] Simple numbering of headings fails on IE - why?

2007-03-24 Thread Jukka K. Korpela
On Sat, 24 Mar 2007, francky wrote: I never believe things without a testpage A useful principle. :-) Without a counter setting... - - ...my Firefox2 doesn't give any number except zero. Oh my... you're right. My test page had a syntax error in it, a lone ul tag as a holdover from a

Re: [css-d] problems with design in IE6

2007-03-24 Thread francky
Karl Bedingfield schreef: Hi there, I seem to be having major problems with my design in IE6 (thus far fine in IE7 and Firefox, though I imagine IE5.5 will have the same problems). I have a DIV named: #latest that has the following: /* Latest News Style

[css-d] image replacement with links in IE

2007-03-24 Thread brian
My apologies if this has been answered already. I can't figure out how to retrieve my password in order to search the archives. I'm working on a site that uses a lot of transparent PNGs for the navigation. Obviously, this requires that i use the AlphaImageLoader filter for IE. However, i'm

Re: [css-d] image replacement with links in IE

2007-03-24 Thread David Hucklesby
On Sat, 24 Mar 2007 17:55:38 -0400, brian wrote: I'm working on a site that uses a lot of transparent PNGs for the navigation. Obviously, this requires that i use the AlphaImageLoader filter for IE. However, i'm struggling to come up with a replacement method that will also ensure that the

[css-d] Radio button borders/artifacts IE win

2007-03-24 Thread Timothy Martens
Anyone know how to fix this? The radio buttons have a strange border. screenshot: http://browsershots.org/png/full/72/72352f2b59993cbb9af05ed2549f1ae9.png live: http://66.216.113.114/bookings/ css: http://66.216.113.114/stylesheets/grendel133i.css

Re: [css-d] Radio button borders/artifacts IE win

2007-03-24 Thread Amy M Ostrom
Dear Timothy: You have all input tags with a border, this includes radio buttons. If you wish to only apply the border to certain input tags, use a specifier of some sort (either group them in a fieldset and give the inputs inside that a border or no border or give certain inputs a class

Re: [css-d] image replacement with links in IE

2007-03-24 Thread brian
David Hucklesby wrote: On Sat, 24 Mar 2007 17:55:38 -0400, brian wrote: I'm working on a site that uses a lot of transparent PNGs for the navigation. Obviously, this requires that i use the AlphaImageLoader filter for IE. However, i'm struggling to come up with a replacement method that will

[css-d] More Testing: cssframes / sliding drop downs / rounded tabs / Testing / Please / Thank You /

2007-03-24 Thread Steven Tchorzewski
Hi All, I've decided to give out the PHP source code for the content management system that I have be developing to generate a CSSZenGarden.com type of a layout that is easy to change the design of without changing the XHTML, at all. Can you can see how I created a master page with both the PHP

Re: [css-d] Site Help - IE trouble

2007-03-24 Thread Cole Tuininga
Hi folks - sorry I didn't get a chance to write back before now, but I just wanted to say thanks for the willingness of folks to step up and help me on such short order. It was much appreciated. :) __ css-discuss [EMAIL