Re: [WSG] IE bug?

2007-09-19 Thread Karl Lurman
Cant seem to see the problem you are experiencing. It works every time I look at the page in IE6 and IE7... Karl On 9/19/07, Stijn Audooren [EMAIL PROTECTED] wrote: Hello, I have a little trouble with IE :-(. Don't know if someone can help me or if you know anybody who could help me fix the

Re: [WSG] IE bug?

2007-09-19 Thread Marghanita da Cruz
Karl Lurman wrote: Cant seem to see the problem you are experiencing. It works every time I look at the page in IE6 and IE7... In which case Stijn, I would guess you have images turned off in IE - try all the menus or maybe an IE user could help. There are two options for displaying text

Betr.: Re: [WSG] IE bug?

2007-09-19 Thread Stijn Audooren
Lurman [EMAIL PROTECTED] Verzonden door: [EMAIL PROTECTED] 19/09/2007 08:43 Please respond to wsg Aan:wsg@webstandardsgroup.org cc: Onderwerp: Re: [WSG] IE bug? Cant seem to see the problem you are experiencing. It works every time I look at the page in IE6

Betr.: Re: [WSG] IE bug?

2007-09-19 Thread Stijn Audooren
pauze om onze website te bekijken en vertel ons hoe we u kunnen helpen: www.tvh.be/nl Marghanita da Cruz [EMAIL PROTECTED] Verzonden door: [EMAIL PROTECTED] 19/09/2007 08:58 Please respond to wsg Aan:wsg@webstandardsgroup.org cc: Onderwerp: Re: [WSG] IE bug

RE: Betr.: Re: [WSG] IE bug?

2007-09-19 Thread Kepler Gelotte
Hi, I noticed your images are pretty large. Are you on a slow bandwidth connection like dial up? I know IE gives up if something doesn't download within a specific time period (I believe it is 60 seconds by default - could be wrong about the default). You could try bringing your images into

Betr.: RE: Betr.: Re: [WSG] IE bug?

2007-09-19 Thread Stijn Audooren
:wsg@webstandardsgroup.org cc: Onderwerp: RE: Betr.: Re: [WSG] IE bug? Hi, I noticed your images are pretty large. Are you on a slow bandwidth connection like dial up? I know IE gives up if something doesn?t download within a specific time period (I believe it is 60

Re: [WSG] IE bug?

2007-09-19 Thread David Laakso
Stijn Audooren wrote: I have a little trouble with IE :-(. Don't know if someone can help me or if you know anybody who could help me fix the problem... Don't know if this is a bug or something wrong from my side. _ __www.tessadockers.be/agenda/september.htm_

RE: [WSG] IE bug: Displaying an inline unordered list in a div.

2005-05-26 Thread Ben - StraightForward
Just in case anyone looked and had the page render as something other than html in IE.That particular issue is fixed. And everything validates (Cheers Scott for the heads up). Ben Wrighton

Re: [WSG] ie bug - content disappears on hover

2005-04-29 Thread Ingo Chao
Drake, Ted C. schrieb: When you mouse over some of these divs, the content disappears and the background color appears. It's like you are erasing it in blocks. http://positioniseverything.net/explorer/guillotine.html In case it is not the guillotine, you could provide an URL to a simplified test

Re: [WSG] IE bug

2004-02-21 Thread Martin Chapman
Hi I've actually had a crack at fixing this problem for the guy, over at macosx.com. I originally thought that it may have been the 'ol IE whitespace bug (I asked him to try, but didn't get round to it myself). I then tried to use horizontal rules (which worked great on every browser except

Re: [WSG] IE bug

2004-02-21 Thread James Ellis
Chris Have you tried : #id form { margin : 0; padding : 0; } ? It's always good to do this so as not to leave the margin and padding size to the user agent. Every UA will default to it's own spec if not told otherwise. Hopefully they'll listen to us. Cheers James Chris Stratford wrote: Is

Re: [WSG] IE bug

2004-02-20 Thread russ weakley
Michael, Haven't looked but it may be a simple Win/IE6 carriage return bug. It seems that Win/IE is the only browser that renders carriage returns or line feeds as whitespace directly before a closing containing element: http://www.maxdesign.com.au/presentation/mystery/ Two things to try if this

Re: [WSG] IE bug

2004-02-20 Thread Michael Donnermeyer
I had thought about something like that, but never tried anything. I think I had a similar issue with a list a while back or something, can;t remember. I forwarded what you said on to the guy, hopefully this is the issue and it solves it. He was getting a bit unnerved with the XHTML/CSS

Re: [WSG] IE bug

2004-02-20 Thread Chris Stratford
Is that why when you close a form /form it leaves a gap... that ALWAYS annoyed me sooo much! Its only in IE - well as far as i know... Chris Stratford [EMAIL PROTECTED] Http://www.neester.com russ weakley wrote: Michael, Haven't looked but it may be a simple Win/IE6 carriage return

RE: [WSG] IE bug

2004-02-20 Thread Peter Firminger
So move your form out to surround an area that isn't pixel-perfect critical.. the whole page if necessary.. P From: Chris Stratford [mailto:[EMAIL PROTECTED] Sent: Saturday, February 21, 2004 2:36 PMTo: [EMAIL PROTECTED]Subject: Re: [WSG] IE bug Is that why when you close

Re: [WSG] IE bug

2004-02-20 Thread Lea de Groot
On Sat, 21 Feb 2004 14:36:14 +1100, Chris Stratford wrote: Is that why when you close a form /form it leaves a gap... that ALWAYS annoyed me sooo much! Its only in IE - well as far as i know... Thats more likely to be due to the predefined margins/padding set in IE on the form element.