Re: [WSG] light box issue can you help

2010-07-15 Thread Luke Hoggett
not really the right list for such a question. but http://www.google.com.au/search?q=prototype+ie8+lightbox seems to supply plenty of suggestions On 16/07/2010 9:43 AM, Luc wrote: Good evening list, i just received a mail from a member who has troubles mailing to the list so he asked me to p

Re: [WSG] light box issue can you help

2010-07-15 Thread Mathew Robertson
Not sure why you want to do that it is doing, when you can simply do a shift() without reimplementing it... But to fix the bug, make it "this.length - 2" in the for(). Mathew Robertson On 16 July 2010 09:43, Luc wrote: > Good evening list, > > i just received a mail from a member who has

[WSG] light box issue can you help

2010-07-15 Thread Luc
Good evening list, i just received a mail from a member who has troubles mailing to the list so he asked me to post his cry for help: Hi Everyone, This is my fist post but hope you can help I have a light box running on this page http://www.skyeshopfitters.com/clients.html It isn't run

RE: [WSG] Overflow hidden and floated divs

2010-07-15 Thread Foskett, Mike
Using overflow:hidden is the standard method of clearing floated objects. It'll even work on the ul directly. Sometimes IEv6 requires a width to be stated, but it doesn't have to be fixed. Note height is no longer needed. Which allows the user to increase text size while retaining some

Re: [WSG] Overflow hidden and floated divs

2010-07-15 Thread Jody Tate
I asked a similar question back in February and this link helped explain it: http://www.quirksmode.org/css/clearing.html -jody On Jul 15, 2010, at 8:11 AM, Stevio wrote: > I have a row of floated list items inside a container with height 1.2em, > which is inside a parent div with a background

Re: [WSG] Overflow hidden and floated divs

2010-07-15 Thread Luc
Good afternoon Stevio, It was foretold that on 15/07/2010 @ 16:11:50 GMT+0100 (which was 12:11:50 where I live) Stevio would write: S> However, if I add "overflow:hidden;" to the parent div, then the rightmost S> list item still jumps down, but now the box expands down the way, so

Re: [WSG] Overflow hidden and floated divs

2010-07-15 Thread Bechara - iLearn Treinamentos
First: The use a Div with only an list inside, it's not necessary. Use directely the to do all you want with CSS. divless! Thanks for semantic Web Bechara -Mensagem Original- From: Stevio Sent: Thursday, July 15, 2010 12:11 PM To: Web Standards Group Subject: [WSG] Overflow hidden a

[WSG] Overflow hidden and floated divs

2010-07-15 Thread Stevio
I have a row of floated list items inside a container with height 1.2em, which is inside a parent div with a background colour. e.g. something like this (not the actual HTML of course ;) - If the floated list items were too wide, the rightmost list item jumped down beneath, b