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
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
> _
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
~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
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/
_
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
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]) .
> 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
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
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
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
11 matches
Mail list logo