>
> Does .dots contain something that contribute to the height of .leftcol?
>
> This is a possible solution:
>
> .leftcol { position: relative; }
> .dots { position: absolute; top: 0; bottom: 0; }
>
This looks like it's gonna work well. Thanks Philippe.
--
Tom Livingston | Senior Front-End De
Sent from my iPhone
> On Jun 15, 2014, at 10:29 PM, Philippe Wittenbergh wrote:
>
>
>> Le 16 juin 2014 à 10:05, Tom Livingston a écrit :
>>
>> List,
>>
>> Can't post a link right now so bear with me...
>>
>> Given:
>>
>>
>>
>>
>>Facebook
>>
>>
>> .cta-wrap and .dots are fl
Le 16 juin 2014 à 10:05, Tom Livingston a écrit :
> List,
>
> Can't post a link right now so bear with me...
>
> Given:
>
>
>
>
> Facebook
>
>
> .cta-wrap and .dots are float left
> .facebook-widget is float right
> .leftcol has clearfix applied
>
> I have .dots set as heigh
List,
Can't post a link right now so bear with me...
Given:
Facebook
.cta-wrap and .dots are float left
.facebook-widget is float right
.leftcol has clearfix applied
I have .dots set as height 100% - which should be 100% the height of
.leftcol, thing is, I can't define a hei
hello,
url: http://www.gjh.sk/~ambrus/emental/
css: http://www.gjh.sk/~ambrus/emental/assets/css/global.scss
when viewed on desktop, everything works as it should. however, on iOS6
Safari the images contained in the gallery slider are displayed as 1:1
(ie. they don't shrink to the container's
> trevor bayliss wrote:
> > Thanks for the replies I did the following using
> conditional comments for IE6 directly in the css:
> >
> > Cheers
> >
> >
> >
>
>
> The CC goes in the head of the document not on the CSS
> file:
>
>
>
> src="js/photocindex.js">
>
>
>
> Please bottom post.
trevor bayliss wrote:
> Thanks for the replies I did the following using conditional comments for IE6
> directly in the css:
>
> Cheers
>
>
>
The CC goes in the head of the document not on the CSS file:
Poggio alle Corti-Villa Italy, Villa Tuscany, Villa Corti,
Florence, Italian Villa
http
-- On Sun, 6/21/09, Paul Farnell wrote:
> From: Paul Farnell
> Subject: Re: [css-d] Height 100%
> To: "trevor bayliss"
> Cc: css-d@lists.css-discuss.org, "Divya Manian"
> Date: Sunday, June 21, 2009, 4:26 AM
> On 21 Jun 2009, at 07:43, trevor
> baylis
On 21 Jun 2009, at 07:43, trevor bayliss wrote:
> Thanks Divya I used min-height and it works well for IE 8 and FF.
> What is the workaround for IE6 please? Thank you
Hi Trevor. For IE6 you can simply specify the height as 535px. It'll
auto-expand to be larger than that if the content requir
On 21/06/2009, at 6:43 PM, trevor bayliss wrote:
>
> What is the workaround for IE6 please?
>>
>>
>> For IE 6, you would have to set the div to be 535px as it
>> does not
>> understand min-height
>>
Divya gave the workaround in the original message. IE6 will ignore min-
height. However, if you
Thanks Divya I used min-height and it works well for IE 8 and FF. What is the
workaround for IE6 please? Thank you
--- On Sat, 6/20/09, Divya Manian wrote:
> From: Divya Manian
> Subject: Re: [css-d] Height 100%
> To: "trevor bayliss" , css-d@lists.css-discuss.org
> D
Hi Trevor
On 6/20/09 11:18 PM, "trevor bayliss" wrote:
>
> Hi all,
> I changed the height of the div #insidecentre to 100% instead of 535px as the
> fixed pixel height was making the text in the div overlap the footer.
> 100% works fine to sort out that problem but now the div is only as high
Hi all,
I changed the height of the div #insidecentre to 100% instead of 535px as the
fixed pixel height was making the text in the div overlap the footer.
100% works fine to sort out that problem but now the div is only as high as the
text inside the div and when there is little text this means
Gercek Karakus wrote:
> I am working on a website and have a problem with width property. I
> want my left column background to extend to the footer. I tried
> several methods... However, I could not achieve my goal. Does anyone
> have an opinion?
What's the best method depends on the case at
Hi,
I am working on a website and have a problem with width property. I want my
left column background to extend to the footer. I tried several methods...
However, I could not achieve my goal. Does anyone have an opinion?
This is the address of the website I am working on:
http://anxiety.binghamt
caparuni wrote:
> hi all, i'm a new member and like to share my problem and hope that
> someone could help me out, cause i'm stuck here for days ;(
>
> http://www.caparuni.or.id/konsulat_philipines/main5.htm
> http://www.caparuni.or.id/konsulat_philipines/main6.htm
>
> i've made those 2 layout an
hi, maybe you can use the faux columsn method
http://www.communitymx.com/abstract.cfm?cid=AFC58
Quoting caparuni <[EMAIL PROTECTED]>:
> hi all, i'm a new member and like to share my problem and hope that
> someone could help me out, cause i'm stuck here for days ;(
>
> http://www.caparuni.or.i
hi all, i'm a new member and like to share my problem and hope that
someone could help me out, cause i'm stuck here for days ;(
http://www.caparuni.or.id/konsulat_philipines/main5.htm
http://www.caparuni.or.id/konsulat_philipines/main6.htm
i've made those 2 layout and have some problem with heigh
i think i know just the solution for you. note that to allow any
element within the page a 100% height, both body and html need to be
given some height property, which may be why yours wasn't working.
http://www.themaninblue.com/experiment/footerStickAlt/
taken from
http://css-discuss.incutio.c
Hi all,
We have a site built using XHTML transitional. We need a footer div to sit at
the bottom of the page, even when the content doesn't reach the bottom fold, so
basically the body DIV which comes before it in the code needs to have a height
of 100% to push it down.
As far as I am aware he
Hi!
A further problem will then be that IE does not understand min-height,
so you need to have a min-height filter for that. It might look like this:
/* for Mozilla/Safari/Opera */
*>#youritem {
min-height:100%;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #youritem {
height: 100%;
}
/*
On 01.01.2006 19:03, Arno @ Raketnet wrote:
> Hi list,
>
> First: all the best wishes for this new year. May it turn out to be as much
> a problem-less year as possible ;o)
>
> Anyway... My year doesn't seem to start as problemless as I hoped.
> In the stylesheet I set the height for the column
al Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Hulse
Sent: Friday, 4 November 2005 11:28 AM
To: CSS-Discuss
Subject: Re: [css-d] Height:100% problems
On Nov 3, 2005, at 5:20 PM, Josh McDonald wrote:
> Is there any way to have a div that's height:100%,
On Nov 3, 2005, at 5:20 PM, Josh McDonald wrote:
> Is there any way to have a div that's height:100%, but grows when the
> content is outside of the viewport? Why on earth is this difficult?
http://www.sitepoint.com/forums/showpost.php?p=1243541&postcount=8
That might help.
You may also want to
Is there any way to have a div that's height:100%, but grows when the
content is outside of the viewport? Why on earth is this difficult?
-Josh
--
My name was Brian McGee
I stayed up listening to Queen
When I was seventeen
Josh 'G-Funk' McDonald :: Pirion Systems, Brisbane
07 3257 049
I have a site that has a repeating background y only. And i want it
to adjust to the screen. got that to work but it seems like i need a
minimum requirements because when i resize the window so the content
is lager than 100% of the screen it cuts off the background that
being repeated.
ht
26 matches
Mail list logo