RE: [WSG] firefox treatment of wrapper overflow height

2008-07-18 Thread michael.brockington
Sorry folks, but am I missing something here? Why do you think that it is important to stuff something invisible inside an (otherwise) empty div? Regards, Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Hucklesby Sent: Thursday, July 17,

Re: [WSG] firefox treatment of wrapper overflow height

2008-07-18 Thread kevin mcmonagle
its used as a shim. [EMAIL PROTECTED] wrote: Sorry folks, but am I missing something here? Why do you think that it is important to stuff something invisible inside an (otherwise) empty div? Regards, Mike *** List

[WSG] Show overflow in overflow:hidden

2008-07-18 Thread s1ntez
Hi, Is it possible to show div with position:relative in container with overflow:hidden property applied. In my case the div with overflow:hidden is cutting the content of relatively positioned block, but i need to show it.

RE: [WSG] firefox treatment of wrapper overflow height

2008-07-18 Thread michael.brockington
Not the clearing div, I know what that is for!! What is the _content_ of the div supposed to do, that an truly empty div would not? Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kevin mcmonagle Sent: Friday, July 18, 2008 10:33 AM To:

Re: [WSG] firefox treatment of wrapper overflow height

2008-07-18 Thread kevin mcmonagle
empty div wont validate right? [EMAIL PROTECTED] wrote: Not the clearing div, I know what that is for!! What is the _content_ of the div supposed to do, that an truly empty div would not? Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[WSG] AJAX and Clickable Elements

2008-07-18 Thread James Jeffery
Just a quick question. I am developing my first Ajax application. It links in with google maps and will allow users to anonymously plot markers on a map with images. There will be various clickable items such as: Get All Markers which will return a list of links to markers plotted in a given

Re: [WSG] AJAX and Clickable Elements

2008-07-18 Thread David Dorward
On 18 Jul 2008, at 13:54, James Jeffery wrote: I am developing my first Ajax application. It links in with google maps and will allow users to anonymously plot markers on a map with images. There will be various clickable items such as: Get All Markers which will return a list of links to

Re: [WSG] AJAX and Clickable Elements

2008-07-18 Thread James Jeffery
*Why? Can't you have a sensible fallback (e.g. in case the user middle clicks to open in a new tab).* Because the data is going to be loaded into an element within the document dynamically. There would be no option to open it in a new tab. The loaded data will allow users to click on links that

RE: [WSG] AJAX and Clickable Elements

2008-07-18 Thread michael.brockington
I have a similar issue with www.calcResult.com: everything is done with JavaScript, but what I do is make all forms link to a page explaining that the site requires JavaScript, and why. Sometimes I see that page when a script I am working on fails, but even that is arguably better than nothing

Re: [WSG] firefox treatment of wrapper overflow height

2008-07-18 Thread David Hucklesby
[EMAIL PROTECTED] wrote: Sorry folks, but am I missing something here? Why do you think that it is important to stuff something invisible inside an (otherwise) empty div? For some reason, Internet Explorer thinks an empty DIV - div/div - contains text, and may create an unwanted gap.

Re: [WSG] Show overflow in overflow:hidden

2008-07-18 Thread David Hucklesby
On Fri, 18 Jul 2008 12:43:24 +0300, s1ntez wrote: Hi, Is it possible to show div with position:relative in container with overflow:hidden property applied. In my case the div with overflow:hidden is cutting the content of relatively positioned block, but i need to show it. Applying

[WSG] old underscore hack question

2008-07-18 Thread kevin mcmonagle
hi, i want to use the underscore hack instead of conditional comments because it will be easier to keep track of image paths. Its only an ie6 because transparency workaround. In my understanding the below code should only serve the gif to ie 6, not later versions? but IE net renderer is