Re: [css-d] div height problem

2008-07-11 Thread Kelly Moore
On Thu, Jul 10, 2008 at 6:39 PM, Adam Ducker <[EMAIL PROTECTED]> wrote: > Kelly Moore wrote: >> >> I have a sub-section to my navigation tabs which looks fine in FF, but >> is waaay to tall in IE. any ideas? am I doing something weird with >> my divs? >> >> here is a sample: >> >> http://yakmast

Re: [css-d] div height problem

2008-07-10 Thread Adam Ducker
Kelly Moore wrote: > I have a sub-section to my navigation tabs which looks fine in FF, but > is waaay to tall in IE. any ideas? am I doing something weird with > my divs? > > here is a sample: > > http://yakmaster.net/test/faq.html > _

[css-d] div height problem

2008-07-10 Thread Kelly Moore
I have a sub-section to my navigation tabs which looks fine in FF, but is waaay to tall in IE. any ideas? am I doing something weird with my divs? here is a sample: http://yakmaster.net/test/faq.html __ css-discuss [EMAIL PROT

Re: [css-d] DIV HEIGHT PROBLEM

2006-10-26 Thread Zoe M. Gillenwater
~davidLaakso wrote: > Mijin Vladimir wrote: > >> I have a problem, how to display a left colum background image to the whole >> width od left side, regardles mainpart length. >> >> >> > Add > background: url(../images/background_img.gif) repeat-y; > to the #wrapper selector. > > Mij

Re: [css-d] DIV HEIGHT PROBLEM

2006-10-25 Thread ~davidLaakso
Mijin Vladimir wrote: > I have a problem, how to display a left colum background image to the whole > width od left side, regardles mainpart length. > > Add background: url(../images/background_img.gif) repeat-y; to the #wrapper selector. Best, ~dL -- http://chelseacreekstudio.com/ _

[css-d] DIV HEIGHT PROBLEM

2006-10-25 Thread Mijin Vladimir
I have a problem, how to display a left colum background image to the whole width od left side, regardles mainpart length. // HTML ... something ... ... something ... ... //CSS #wrapper{ width:900px; position: relative; text-align:left; height:100%; m

Re: [css-d] div height problem in FF/Opera but not IE

2006-07-10 Thread Ingo Chao
cj wrote: >> Trying to catch a float ... >> http://www.complexspiral.com/publications/containing-floats/ >> >> This must be one of the most-cited links in this list. And if not, it >> should be. > > i actually prefer method #2 in the wiki on clearing floats (though my > code varies a little [1]) .

Re: [css-d] div height problem in FF/Opera but not IE

2006-07-10 Thread cj
> Trying to catch a float ... > http://www.complexspiral.com/publications/containing-floats/ > > This must be one of the most-cited links in this list. And if not, it > should be. i actually prefer method #2 in the wiki on clearing floats (though my code varies a little [1]), but they have other l

Re: [css-d] div height problem in FF/Opera but not IE

2006-07-10 Thread Ingo Chao
Debbie Campbell wrote: > In this page the height of the #content div is expanding to fit the content > fine in IE, but not in FF or Opera. I've got min-height set to 440 and > that's what FF/Opera is showing - it won't do anything but 440, no matter > what goes in the div. > http://www.parallaxwebd

[css-d] div height problem in FF/Opera but not IE

2006-07-10 Thread Debbie Campbell
In this page the height of the #content div is expanding to fit the content fine in IE, but not in FF or Opera. I've got min-height set to 440 and that's what FF/Opera is showing - it won't do anything but 440, no matter what goes in the div. http://www.parallaxwebdesign.com/projects/falcon/pmachi

[css-d] div height problem

2005-05-17 Thread Marty Martin
I am trying to adapt the solution found here: http://www.quirksmode.org/css/100percheight.html but am running into some difficulty. I have given and heights of 100% in my stylesheet. When I give my container a height of 100% though, it does not stretch the entire height of it's container