View Full Version : div layer question


chamorrita
11-01-2003, 03:29 AM
pls forgive me if there is an answer on the forum for my problems, i've looked, no luck so far- i'm frustrated enough so pls bare w/ me & i thank you in advance to whoever helps me.

How come when I view my site on MY computer, it's fine, but if I go to my site on ANOTHER computer it looks messed up.

I positioned my tables & iFrame perfectly on my computer at home but, when I go somewhere else to view it, it's overlapping.

You can check it HERE. (http://www.chamorrita.org/donna~.html)

Cuz see, i usually have my 'favorites' opened on the side of my browser & when I do that my tables & iFrame overlaps. I use Internet Explorer, in case you're wondering.

Well, I guess what I'm asking is, is there a way to LOCK down your div layers for it to stay?

I really hope I made sense...thanks :)

Rosey
11-01-2003, 04:53 AM
I'm not sure exactly what you mean but when I go to your site, it looks ok, the only thing is that there is a big space between "chamoritta.org" and the content.

Is that what you are trying to fix?

isi333
11-01-2003, 07:39 AM
Probably the screens are different resolutions...I might haev got that wrong, but I think that is what affects it. But as for being able to make the site viewable in both resolutions, I don't know. I think that is one of the main problem with divs, and the reason many like to avoid them.

aviegrace
11-01-2003, 08:35 AM
Originally posted by chamorrita

Well, I guess what I'm asking is, is there a way to LOCK down your div layers for it to stay?

I really hope I made sense...thanks :)


http://www.yourhtmlsource.com/stylesheets/csslayout.html

Look under "Absolute Positioning""

:)

chamorrita
11-01-2003, 06:08 PM
rosey, that space is what i was talking about...but, thanks anyway for the help and advice...perhaps i'll avoid div layers...

Rosey
11-01-2003, 09:30 PM
Well I think the problem is this:


<div style="position: absolute; top: 28 ; left: 520;">
<IFRAME name="inlineframe" src="b2/index.php" width=420 height=450 marginwidth=0 marginheight=0 frameborder=1 scrolling=auto style="FILTER: chroma(color=#ff0000)" allowtransparency="true" ></IFRAME>
</div>




Try changing your values on the positioning, smaller numbers:

Try this:

<div style="position: absolute; top: 28 ; left: 310;">
<IFRAME name="inlineframe" src="b2/index.php" width=420 height=450 marginwidth=0 marginheight=0 frameborder=1 scrolling=auto style="FILTER: chroma(color=#ff0000)" allowtransparency="true" ></IFRAME>
</div>


and for the one that has your index and stuff try this:


<div style="position: absolute; top: 28; left: 100;">