Re: [css-d] unwanted space between divs

2009-08-10 Thread Fiona Hayward
- Original Message - From: "Philippe Wittenbergh" > > On Aug 8, 2009, at 10:10 PM, Fiona Hayward wrote: > >> Apparently an image will be treated as an inline element and even >> though I >> had zeroed margins and paddings, browsers will st

Re: [css-d] unwanted space between divs

2009-08-08 Thread Fiona Hayward
> Hi everyone, > > Im at a loss to know where the extra space is coming from on this page. > Hoping some kind soul can point me in the right direction. > > http://highlandswebsitecompany.com/garden-wall/ > > Cheers > Fiona > Ive answered my own question, although maybe someone could shed more li

[css-d] unwanted space between divs

2009-08-08 Thread Fiona Hayward
Hi everyone, Im at a loss to know where the extra space is coming from on this page. Hoping some kind soul can point me in the right direction. http://highlandswebsitecompany.com/garden-wall/ Cheers Fiona __ css-discuss [cs...

Re: [css-d] Dont understand float drop

2009-01-14 Thread Fiona Hayward
Fiona wrote >Thanks Bill >It did fix it, but Im really not sure why. >Maybe Ive just been looking at it for too long to see what would be flowing >out. The images in the middle box (#content) were too long, but I fixed >those and it was still happening Ignore that last post - I found the offendi

Re: [css-d] Dont understand float drop

2009-01-14 Thread Fiona Hayward
Bill wrote >Hi Fiona, >Looks like you've got something flowing out of one of your column boxes. This fixes it: >#left,#content,#right{overflow:hidden} >...but you may also want to target exactly what it is causing the overflow. >Hope it helps. >Bill Thanks Bill It did fix it, but Im really n

[css-d] Dont understand float drop

2009-01-14 Thread Fiona Hayward
Hello, Ive been trying to work out why I have a float drop in IE6 (but not in IE7, 5.5, or Firefox (Windows)). Ive spent hours scouring the code and searching online, but cant work it out. I seem to remember dealing with this before on another project, but I think I just fixed with trial and err