Re: [css-d] very long page in opera 9.64 and 10.54 on both windows and mac

2010-06-22 Thread Erik Visser
David Laakso schreef op 6/21/10 11:45 PM:
 Erik Visser wrote:
 (tested on windows xp and mac os x snow leopard)
 both opera 9.64 en 10.54 make this page very long:

 http://beta.ottermeerhoeve.nl
 
 
 
 This...
 /div  !-- wrapper_extra --
 /div !-- container --
 /div !-- minwidth --
 div id=footer.../div  !-- id=footer --
 /body
 /html
 
 
 
 Becomes this...
 /div  !-- wrapper_extra --
 div id=footer.../div  !-- id=footer --
 /div !-- container --
 /div !-- minwidth --
 /body
 /html
 
 

Thanks David, this fixed it for some pages.

But pages with small photos at the bottom of the left column still have 
a long page.

And i think i also found what is causing the long page.

The small photos in the left column are kept together in a div:
div class=foto_colleft vertcalalign

To keep the photos at the bottom of the page, the class .verticalalign 
has this css (file style.css):

.verticalalign {
 position: absolute;
bottom: 0px;
 }

When i remove position absolute. Then the page get its normal length.

But then the photos are not at the bottom of the page anymore.

So one solution might be to apply another method for keeping the div 
with small photos at the bottom of the page.

Anybody any idea for an alternative method?

Or is there some other solution to avoud the long pages in Opera?.

Thank you, Erik Visser
__
css-discuss [cs...@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] very long page in opera 9.64 and 10.54 on both windows and mac

2010-06-22 Thread David Laakso
Erik Visser wrote:
 David Laakso schreef op 6/21/10 11:45 PM:
 Erik Visser wrote:

 http://beta.ottermeerhoeve.nl



 Thanks David, this fixed it for some pages.


 Thank you, Erik Visser






Point to the pages that don't work.

Best,
~d




-- 
desktop
http://chelseacreekstudio.com/

__
css-discuss [cs...@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] very long page in opera 9.64 and 10.54 on both windows and mac

2010-06-22 Thread Erik Visser
David Laakso schreef op 6/22/10 6:56 PM:

 http://beta.ottermeerhoeve.nl
 
 
 Point to the pages that don't work.
 


these (amongst others) have still long pages:
http://www.ottermeerhoeve.nl/index.php
http://www.ottermeerhoeve.nl/biobloemen.php
http://www.ottermeerhoeve.nl/natuurkamperen.php
http://www.ottermeerhoeve.nl/natuur.php

As i describd before all these pages have small photos on the bottom of 
the left column.

Erik
__
css-discuss [cs...@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] very long page in opera 9.64 and 10.54 on both windows and mac

2010-06-22 Thread David Laakso
Erik Visser wrote:
 David Laakso schreef op 6/22/10 6:56 PM:
   
 http://beta.ottermeerhoeve.nl
   
 Point to the pages that don't work.

 


 these (amongst others) have still long pages:
 http://www.ottermeerhoeve.nl/index.php
 http://www.ottermeerhoeve.nl/biobloemen.php
 http://www.ottermeerhoeve.nl/natuurkamperen.php
 http://www.ottermeerhoeve.nl/natuur.php

 As i describd before all these pages have small photos on the bottom of 
 the left column.

 Erik
   



I do not have time to check/correct all of the above pages.
This [1] is your index.php file with the following markup:

div class=foto_colleft !-- verticalalign--
img class=foto_colleft src=ev_files/dsc_0012.jpg alt=foto 
perenlaantje /
img class=foto_colleft src=ev_files/dsc_0455.jpg alt=foto ondiep 
water voor de kleintjes /
img class=foto_colleft src=ev_files/FRanwbsn.jpg alt=foto heerlijk 
zwemmen in het ven met grote zwembad /
/div  

/div !-- col_inner --
/div  !-- id=col_left --
div id=col_right
div class=col_inner
div id=right_header/div

/div  !-- col_inner --
/div  !-- id=col_right --
/div  !-- wrapper -- !-- nonfooter --
/div  !-- wrapper_extra --
/div !-- container --
/div !-- minwidth --
div id=footer
pa href= onclick=window.open('http://www.erikvisser.net')
img src=ev_files/realisat.gif alt=webdesign: www.erikvisser.net //a
a href= onclick=window.open('http://www.eceat.nl')
img class=logos src=ev_files/logo_ece.gif alt= //a
a href= onclick=window.open('http://www.natuurkampeerterreinen.nl/')
img class=logos src=ev_files/logo-nkt.gif alt= //a
a href= onclick=window.open('http://www.anwb.nl')
img class=logos src=ev_files/logo_anw.gif alt=website anwb //a
/p
/div  !-- id=footer --

/body
/html



[1]
 http://chelseacreekstudio.com/ca/cssd/ev.htm

If this does not correct the problem for you then perhaps someone else 
can resolve it.

Checked in:

[a]
Opera/9.80 (Macintosh; Intel Mac OS X; U; en) Presto/2.5.24 Version/10.54
[b]
Mac Safari/4.1
[c]
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.3) 
Gecko/20100401 Firefox/3.6.3
[d]
Camino/2.0.3
[e]
Mac SeaMonkey/2.0.4

Best,
~d











-- 
desktop
http://chelseacreekstudio.com/

__
css-discuss [cs...@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] very long page in opera 9.64 and 10.54 on both windows and mac

2010-06-21 Thread Erik Visser
(tested on windows xp and mac os x snow leopard)
both opera 9.64 en 10.54 make this page very long:

http://beta.ottermeerhoeve.nl

css:
http://beta.ottermeerhoeve.nl/css/style.css
http://beta.ottermeerhoeve.nl/css/makeup.css
http://beta.ottermeerhoeve.nl/css/menu.css
http://beta.ottermeerhoeve.nl/script/shadowbox/shadowbox.css

any ideas on how correct this?

Thank you,
Erik Visser
__
css-discuss [cs...@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] very long page in opera 9.64 and 10.54 on both windows and mac

2010-06-21 Thread David Laakso
Erik Visser wrote:
 (tested on windows xp and mac os x snow leopard)
 both opera 9.64 en 10.54 make this page very long:

 http://beta.ottermeerhoeve.nl



 Erik Visser
   





This...
/div  !-- wrapper_extra --
/div !-- container --
/div !-- minwidth --
div id=footer.../div  !-- id=footer --
/body
/html



Becomes this...
/div  !-- wrapper_extra --
div id=footer.../div  !-- id=footer --
/div !-- container --
/div !-- minwidth --
/body
/html



Best,
~d

-- 
desktop
http://chelseacreekstudio.com/

__
css-discuss [cs...@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/