[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 ;) - div with background colour ul with height 1.2em li floated/li li floated/li li floated/li /ul

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: snipped a bit 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

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 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. ul style=width:100%; overflow:hidden; background:#000; color:#fff li floated / li floated / li floated

[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: begin mail 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

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 l...@dzinelabs.com wrote: Good evening list, i just received a mail from a

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