Hi
Is there a way for us to customising the explorer window, ie: put our logo etc at the extreme right of the window?
Cheers
Rajia
10/31/2007 2:43 PM
Yes, this can be done by only editing default.aspx file, let me know about the details and I can help you.
Cem Alacayir
11/8/2007 10:04 AM
Hi Cem
Thanks.
Sorry for the delay again.
We have a small logo 98x32 that I would like to put on the default page between the icons on the left and the user details on the right. centre if possible.
I can change this size if required.
I did have a go at trying to modify it but kept getting the alignment out of kilter!
Any help much appreciated.
This feature can be a request for enhancement of your product.
Cheers
Rajia
11/15/2007 3:17 PM
Hi Raji,
Open default.aspx and add the below div code after the closing of <div id="divUserInfo"> tag:
<div style="position: absolute; right:200px;"><img src="logo.jpg"></div>
Ok, adding custom logo feature may be included.
Cem Alacayir
11/16/2007 5:49 PM
Hi,
does anybody know if it is possible to change the appearance of filevista?
We want to implement it on our website on the downloadstage,but want it to essentially look the same as our site, so is it possible to make certainy layers of the GUI transparent for example, we are willing to hardcode it as well but are not sure if it is possible at all.
ali
6/20/2008 2:14 AM
You can customize the appearance of FileVista by editing the default.css file (FileVista\FileVistaControl\styles\default.css).
For instance, you can make the control background transparent easily in default.css by changing these styles:
.fileVistaControl
{
background-color: transparent;
.grid
{
background-color: transparent;
Cem Alacayir
6/20/2008 7:50 AM