![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Hope no-one is offended by my probably noob question... Context: I have a web page design, which always centres in the middle of the screen (using a 100%*100% HTML-table). Now I also use layers, that get visible when something is clicked. All works fine. |
|
Problem: All works fine... Except when chancing screen resolution or when resizing the browser window I need the layers to stay centered on thecentered HTML-table, when resizing the web page or when a user uses a different screen resolution. Question: Is it possible to dynamically center/reposition the layers I use, when a user is resizing the web page or when a user uses a different screen resolution..? Many thanks for any help/advise/links, Frederik, Amsterdam, Holland |
#3
| |||
| |||
|
|
On Tue, 24 Aug 2004 23:05:18 +0200, Freek te Water f.tewater (AT) amc (DOT) uva.nl> wrote: Hi, Hope no-one is offended by my probably noob question... Context: I have a web page design, which always centres in the middle of the screen (using a 100%*100% HTML-table). Now I also use layers, that get visible when something is clicked. All works fine. I'll assume "layers" in this context means positioned or floated elements, which is I believe a Dreamweaver term. Be aware the term "layers" is not properly a CSS term, and can mean other things in different contexts. |
|
Problem: All works fine... Except when chancing screen resolution or when resizing the browser window I need the layers to stay centered onthe centered HTML-table, when resizing the web page or when a user uses a different screen resolution. Question: Is it possible to dynamically center/reposition the layers I use, when a user is resizing the web page or when a user uses a different screen resolution..? Many thanks for any help/advise/links, Frederik, Amsterdam, Holland It might be possible, but first you need to provide a link for us! Set up a test case which demonstrates the problem with as little detail as you can. Post the URL here and we'll look it over. |
#4
| |||
| |||
|
|
Neal wrote: Freek te Water wrote: |
#5
| |||
| |||
|
| Freek, mag jij van je moeder het water wel in? |

#6
| |||
| |||
|
|
Els wrote: Freek, mag jij van je moeder het water wel in? Ja, dat mag ik, echt..! Maar niet tegen m'n moeder zeggen ![]() |
#7
| |||
| |||
|
|
Problem: All works fine... Except when chancing screen resolution or when resizing the browser window I need the layers to stay centered onthe centered HTML-table, when resizing the web page or when a user uses a different screen resolution. Question: Is it possible to dynamically center/reposition the layers I use, when a user is resizing the web page or when a user uses a different screen resolution..? Many thanks for any help/advise/links, Frederik, Amsterdam, Holland It might be possible, but first you need to provide a link for us! Set up a test case which demonstrates the problem with as little detail as you can. Post the URL here and we'll look it over. |
#8
| |||
| |||
|
|
Hi Neal & everyone here, |
|
I would like to repeat my earlier question (Dynamically center layers...), to avoid it getting lost in chitchat with Els ... |
|
Thanks, I've set it all up at this address: http://www.isabelnabuurs.nl/try.htm |
#9
| |||
| |||
|
|
Sorry, but afaics this won't work. You need to put that table *inside* the div that you are now "laying it over" (hope that makes sense) Position:absolute takes stuff out of the flow of the page. You state for the LIVEthumbox: position:absolute; left:319; top:100px; That's where you put the pics. exactly 319 pixels from the left side of the window, and 100px from the top. You use Z-index to make them show in front of the page. That page you make liquid. This page just does what you tell it to. If the window gets narrow, the page goes to the left, and the thumbnails stay where you told them to stay: 319 pixels from the left. Btw, great picture: http://www.isabelnabuurs.nl/images/l...and/DeDijk.jpg |
![]() |
| Thread Tools | |
| Display Modes | |
| |