Re: [css-d] stretch one div vertically in three column layout

2011-08-26 Thread Adam Ambrus

 On 25. 8. 2011 21:12, David Laakso wrote:





... i have come to a pretty stable css, when it comes to rendering it 
with firefox or chrome. but the internet explorer gives me headache 
and behaves absolutely idiotically :( can you please refresh the page 
and hint me, what might be wrong, or how could i resolve the issues? 
i am not going to describe them, i think you will understand the 
frustration when you see the IE rendering :)


thank you all for your time




For those among us who suffer from short-term-memory-loss and/or don't 
have time to look it up:

--what is your url?
--what versions of IE do you need to hit?
ie 6/7 reference:

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
sorry, i forgot to include the links in the e-mail, since thunderbird's 
threaded view of messages is very convenient :)


thank you for that link, it seems very helpful, i'll read it through and 
let you know if i had any progress.


~A
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] stretch one div vertically in three column layout

2011-08-25 Thread David Laakso

On 8/25/11 2:37 PM, Adam Ambrus wrote:


also, i have come to a pretty stable css, when it comes to rendering 
it with firefox or chrome. but the internet explorer gives me headache 
and behaves absolutely idiotically :( can you please refresh the page 
and hint me, what might be wrong, or how could i resolve the issues? i 
am not going to describe them, i think you will understand the 
frustration when you see the IE rendering :)


thank you all for your time



re:http://adif.sk/testversion/index.html


Umm, short of taking a coil of rope to the woods, think I'd just like 
sort of kinda forget about !E 6/7/8 and concentrate on IE/9, Chrome, 
Safari, Opera, and Firefox...


Best,
~d

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] stretch one div vertically in three column layout

2011-08-25 Thread Philip TAYLOR (Webmaster, Ret'd)


David Laakso wrote:

> For those among us who suffer from short-term-memory-loss and/or don't have 
> time to look it up:
> --what is your url?
> --what versions of IE do you need to hit?

I can confirm that http://adif.sk/testversion/index.html, viewed
in Internet Explorer V7 on Windows/XP, looks complete and utter
 when compared to the same page viewed in Seamonkey 2.3.1

Philip Taylor
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] stretch one div vertically in three column layout

2011-08-25 Thread David Laakso





... i have come to a pretty stable css, when it comes to rendering it 
with firefox or chrome. but the internet explorer gives me headache 
and behaves absolutely idiotically :( can you please refresh the page 
and hint me, what might be wrong, or how could i resolve the issues? i 
am not going to describe them, i think you will understand the 
frustration when you see the IE rendering :)


thank you all for your time




For those among us who suffer from short-term-memory-loss and/or don't 
have time to look it up:

--what is your url?
--what versions of IE do you need to hit?
ie 6/7 reference:

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] stretch one div vertically in three column layout

2011-08-25 Thread Adam Ambrus

 On 24. 8. 2011 21:35, Chetan Crasta wrote:



1) my wrapper  somehow doesn't stretch and lets the inner
content overflow and i have no idea what is causing that.


Try #silver { overflow: hidden; padding-bottom: 6.5em; }

2) i don't know how to hide the text from  's and let only
the images see through...

Try #navigation ul a { text-indent: -1000px; }

Regards,
Chetan Crasta


thanks, that text-indent helped me :)

also, i have come to a pretty stable css, when it comes to rendering it 
with firefox or chrome. but the internet explorer gives me headache and 
behaves absolutely idiotically :( can you please refresh the page and 
hint me, what might be wrong, or how could i resolve the issues? i am 
not going to describe them, i think you will understand the frustration 
when you see the IE rendering :)


thank you all for your time
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] stretch one div vertically in three column layout

2011-08-24 Thread Chetan Crasta
>
>
> 1) my wrapper  somehow doesn't stretch and lets the inner content
> overflow and i have no idea what is causing that.
>

Try #silver { overflow: hidden; padding-bottom: 6.5em; }


> 2) i don't know how to hide the text from  's and let only the
> images see through...
>
> Try #navigation ul a { text-indent: -1000px; }

Regards,
Chetan Crasta
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] stretch one div vertically in three column layout

2011-08-23 Thread Adam Ambrus

 On 23. 8. 2011 18:46, David Laakso wrote:

On 8/23/11 8:08 AM, Adam Ambrus wrote:

 hello all,

i am currently working on a redesign of an architectural studio's 
page. the original/current version can be found at www.adif.sk 
 . the mockup of the new design is here 
http://www.flickr.com/photos/king-muffin/6069114194/in/photostream


and finally, the new design *in progress* is at 
http://adif.sk/testversion/index.html with the CSS located at 
http://adif.sk/testversion/index_style.css (the backgrounds are 
colored only for my orientation, i find it easier to work with :))


the problem i am having is that i am unable to stretch the black bar 
(div id="navigation") from the very top to the very bottom of the 
page's content. although  stretches according to all of its 
conaining divs (demonstrated by the light pink), i don't understand 
why does height:100%; in the navigation div take only the 100% of the 
viewport size.



I guess that you have resolved this since you first posted to the list?




also, i would like the #left and #right divs' bottom edges to be 
always at the same level, whether there is more content in the #left 
or the #right div.





There is a page on the list wiki that discusses various methods for 
achieving this...








thank you for any answers, tips, critiques, comments etc.,
Adam



Best,
~d
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

hello,

thanks for the answer and links, in the meantime i stumbled upon them 
from googling. yes, i have made progress since the posting :) my problem 
is now that:


1) my wrapper  somehow doesn't stretch and lets the inner content 
overflow and i have no idea what is causing that.
2) i don't know how to hide the text from  's and let only the 
images see through...


~Adam
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] stretch one div vertically in three column layout

2011-08-23 Thread David Laakso

On 8/23/11 8:08 AM, Adam Ambrus wrote:

 hello all,

i am currently working on a redesign of an architectural studio's 
page. the original/current version can be found at www.adif.sk 
 . the mockup of the new design is here 
http://www.flickr.com/photos/king-muffin/6069114194/in/photostream


and finally, the new design *in progress* is at 
http://adif.sk/testversion/index.html with the CSS located at 
http://adif.sk/testversion/index_style.css (the backgrounds are 
colored only for my orientation, i find it easier to work with :))


the problem i am having is that i am unable to stretch the black bar 
(div id="navigation") from the very top to the very bottom of the 
page's content. although  stretches according to all of its 
conaining divs (demonstrated by the light pink), i don't understand 
why does height:100%; in the navigation div take only the 100% of the 
viewport size.



I guess that you have resolved this since you first posted to the list?




also, i would like the #left and #right divs' bottom edges to be 
always at the same level, whether there is more content in the #left 
or the #right div.





There is a page on the list wiki that discusses various methods for 
achieving this...








thank you for any answers, tips, critiques, comments etc.,
Adam



Best,
~d
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] stretch one div vertically in three column layout

2011-08-23 Thread Adam Ambrus

 hello all,

i am currently working on a redesign of an architectural studio's page. 
the original/current version can be found at www.adif.sk 
 . the mockup of the new design is here 
http://www.flickr.com/photos/king-muffin/6069114194/in/photostream


and finally, the new design *in progress* is at 
http://adif.sk/testversion/index.html with the CSS located at 
http://adif.sk/testversion/index_style.css (the backgrounds are colored 
only for my orientation, i find it easier to work with :))


the problem i am having is that i am unable to stretch the black bar 
(div id="navigation") from the very top to the very bottom of the page's 
content. although  stretches according to all of its conaining 
divs (demonstrated by the light pink), i don't understand why does 
height:100%; in the navigation div take only the 100% of the viewport size.


also, i would like the #left and #right divs' bottom edges to be always 
at the same level, whether there is more content in the #left or the 
#right div.


thank you for any answers, tips, critiques, comments etc.,
Adam

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/