Forums
This topic is locked
Specifying size of frames
Posted 21 Nov 2002 21:50:50
1
has voted
21 Nov 2002 21:50:50 James Barber posted:
I'd like to specify a specific size of frame so that the viewer can't change the size, could anyone tell me how to do this?I'd also like to get rid of the scrollbar or change it to something prettier, does anyone know how to do this?
cheers
Replies
Replied 23 Nov 2002 04:03:43
23 Nov 2002 04:03:43 Dave Thomas replied:
I hardly ever use frames, but from memory you can set the size of the frame in the properties box.
Or open up the frames panel and click on a frame and set its value there.
Note: you may have to double click on edge to select other frames, cant remember off top of my head.
_____
As for removing your scrollbar, this can also be done in the properties box, but beware of peeps with lower resolutions won't be able to view all your page if its not scrollable.
_____
You could always bang a bit of CSS script in your webpage to liven your scrollbar up. Like this for example
<style>
<!--
BODY{
scrollbar-face-color:#75EA00;
scrollbar-arrow-color:brown;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>
just modify the colours to suit your own design.
Regards,
Dave
UD4 | Flash 5 | SQL | Access | ASP/VBScript | XP-Pro
Or open up the frames panel and click on a frame and set its value there.
Note: you may have to double click on edge to select other frames, cant remember off top of my head.
_____
As for removing your scrollbar, this can also be done in the properties box, but beware of peeps with lower resolutions won't be able to view all your page if its not scrollable.
_____
You could always bang a bit of CSS script in your webpage to liven your scrollbar up. Like this for example
<style>
<!--
BODY{
scrollbar-face-color:#75EA00;
scrollbar-arrow-color:brown;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>
just modify the colours to suit your own design.

Regards,
Dave
UD4 | Flash 5 | SQL | Access | ASP/VBScript | XP-Pro