PDA

View Full Version : offsetting CSS


dga
05-20-2003, 08:25 PM
hiya

while designing my website, i've been quite successful using CSS with javascript and DHTML ... until now.

is it possible to position a layer to appear outside of the current browser window? i have yet to be able to do this, or find out if it can be done.

i've tried to learn by example from a (right click) contextmenu that does this. thanks.

dga

Frank
05-21-2003, 03:06 PM
I don't think it can be.

Your best bet would be to have another window open where you would have had the layer and turn the button bar, location bar, etc off. It may give you the look your looking for.

window.open("sample.htm", "name", "width=350,height=100,top=50,left=10,scrollbars=NO,menubar=NO,toolbar=NO");