Grever
07-15-2003, 06:10 PM
Hi there,
I was just wondering if you can have a scroll bar on a chromeless window that suits it , if you know what i mean, not a normal browser scroll bar.
Is that possbale? if it is could you tell me how?
Thanks
Grever
dYslExiC hEarT
07-15-2003, 07:41 PM
eep..is there a way to do the chromeless window w/o it taking up the whole screen? :-\ that kinda messes up the page but i looooove the chromelessness
MaGiCSuN
07-15-2003, 08:28 PM
dyslexic you just have to set width and height from the chromeless window, it's in the code somewhere. Lissa explains how to do it on her page under "javascript"
please next time use your own thread for it, or search the forum. Don't post under someone else's thread thank you
Love,
mirna
gonron
07-16-2003, 02:40 AM
like this?
http://www.gonron.com/example/chromeless.htm
(kinda matching this site)
just use the same css style tags to change the scrollbars on the target window
<style type="text/css">
BODY {
SCROLLBAR-FACE-COLOR: buttonface;
SCROLLBAR-HIGHLIGHT-COLOR: white;
SCROLLBAR-SHADOW-COLOR: buttonface;
SCROLLBAR-3DLIGHT-COLOR: buttonface;
SCROLLBAR-ARROW-COLOR: buttonshadow;
SCROLLBAR-TRACK-COLOR: silver;
SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
SCROLLBAR-BASE-COLOR: buttonface;
}
</style>
Grever
07-16-2003, 09:21 AM
thanks thats great..exept theres another problem now .. not only does the Chromeless Windows scoll bar turn a differnt color, but so does the previous page that i load the Chromeless Window from.
I dont want this to happen, is there sumthing i can do?
gonron
07-16-2003, 08:13 PM
as long as you didn't add that style to that page or incorporate that into the CSS file referenced by the referring site instead of just the window you want chromeless.
Grever
07-16-2003, 10:04 PM
Great! Thank you :)
Theres another slight problem that i have, and im wondering if anyone could tell me why its happening and how to stop it.
When i open the chromeless, it opens full screen, but only for me! for every 1 else that loads it up, its comes the normal size.
Does any 1 know whats wrong? :(
dYslExiC hEarT
07-17-2003, 12:48 AM
exactly! grever. that was my problem. it would come up fullscreen instead of the size it was supposed to. the only thing i got to almost work was to go into the javascript file and edit the fullscreen=1 part but then the chromeless part was just inside the window and the titlebar was back. if that makes any sense? heellppp[/COLOR]
lefty
07-17-2003, 02:37 AM
Do either of you have windows XP? Because the full-screen chromeless window happens with winXP with service pack 1 installed [although I've installed nothing and it still happens to me, so I'm pretty sure you can't fix it.].
Grever
07-17-2003, 10:57 AM
Yes i have windows XP , but my other computer also has XP , and that one loads it fine. Im confused now lol