I need a little help...

Can someone look at this site I came across and give me some pointers?

http://www.matrizcomunicacao.com.br/html/index.html

If you like at this site you will see the room, using software I have I know the background image used is only of the room. and when you resize your browser all the content stays in place in that “room”

I’m trying to do something like this I am using a background image yet when I place graphic or html boxes over the image and test it in Safari and resize the browser it changes the items to move from the place I placed them over the image…How can I prevent this from happening?

(if you resize your browser using the bottom right corner of Safari the content stays in place on this site… )

I hope I made it clear what I was trying to ask. Thanks in advance for any insight on this.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Sorry for the typo like = look :slight_smile:


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Roughly speaking, what it appears the site is doing in having everything in a div wrapper, moving that div 50% to the left and down 50%. Then adding half the div’s height and width as a negative margin the the top and left respectively.

This has the net effect of centering the wrapper div in the window regardless of screen size. The brief experiments I have tried in Fw to replicate have come close but failed to easily reproduce.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I see okay thanks for the info Weaver.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

There are actually two backgrounds involved. The main background of the rooms walls is the actual “background”. The rooms contents is the second background which appears to be what the wrapper settings are for. Will take some experimenting to see what that does.

The javascript library JQuery is also being used for part of this as well.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Chuckamuck! Sounds like something like this can’t be done in Freeway than or it’s a little more advanced than I am. thanks for the info!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Sometime around 1/10/08 (at 21:07 -0400) John B said:

I’m trying to do something like this I am using a background image
yet when I place graphic or html boxes over the image and test it in
Safari and resize the browser it changes the items to move from the
place I placed them over the image…How can I prevent this from
happening?

You can reverse-engineer the example and try to work it out in a
complex way, or, if you can live without the vertical centering…

Set your Freeway page alignment to Center, then set the Horizontal
aligment for your background image to Center as well. Both of these
steps are done using the Inspector palette.

Simple, if you can live with just horizontal centering.

The vertical alignment is more complex, but if you choose your
background image and ‘foreground’ content height position well you
can usually pretty much remove the need for this.

(Remember, on very large screens virtually all web pages will have
alignment and space issues.)

k


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks thatkeith, after reading everyones answer I think I just need to think of a different idea for a website. :slight_smile:


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The Image Information tool in Firefox is sometimes a good way to see how a site has been constructed


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes true, I use XyleScope myself. But that’s not enough to help me reproduce it in Freeway… :frowning: thanks Helveticus!!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options