Search…

X3 Photo Gallery Support Forums

Search…
 
roby
Topic Author
Posts: 18
Joined: 30 Sep 2006, 19:27

problems with frames

27 Oct 2009, 08:00

hi,
i have problems some with Explorer 6 and 7 ( Explorer 8 works fine )
my home page has 3 frames ( 2 on the left and Gallery Imagevue on the right ) , when you load the homapage you can see only 1 blank page,
with a Macintosh Safari and Firefox i have not problems,
here my home page :

http://www.sashapivovarova.com/home.html

can u help me ? :)
thanks
 
roby
Topic Author
Posts: 18
Joined: 30 Sep 2006, 19:27

28 Oct 2009, 04:29

Anybody can help me ? :roll:
here its the code of Html with 3 frame page :

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<meta name="description" content="Sasha Pivovarova">
<title>Sasha Pivovarova</title>
</head>

<frameset border="0" cols="250,*" frameborder="no" framespacing="0">
<frameset border="0" framespacing="0" rows="110,*">
<frame name="radio" noresize scrolling="no" src="http://mywebsite.html">
<frame name="menu" noresize scrolling="no" src="http://mywebsite.html">
</frameset>
<frame name="mainframe" noresize src="gallery/index.php">
<noframes>

<body bgcolor="black" text="white" link="yellow" vlink="yellow" alink="yellow">
<p></p>
</body>

</noframes>
</frameset>

</html>

-------
thank you
 
roby
Topic Author
Posts: 18
Joined: 30 Sep 2006, 19:27

30 Oct 2009, 07:49

Please Mark or any other Moderator can you help me ? :?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

30 Oct 2009, 10:29

A bit hard for me to diagnose as it works fine here on Mac/Firefox. Unfortunately I cant see anything in the code, but I dont have a lot of experience with framesets either ...
 
User avatar
carter2
Experienced
Posts: 206
Joined: 13 Oct 2008, 13:00

30 Oct 2009, 10:32

Try taking out the doctype.

*edit* Or Use
Code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
I'm just going from memory here as it has been a long time since I messed about with frames. I thought that the frame and frameset tags were deprecated?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

30 Oct 2009, 11:23

Tried to fix it too.. but failed miserably.
If removing doctype won't help, then just recreate this layout using table or css.
firedev.com
 
roby
Topic Author
Posts: 18
Joined: 30 Sep 2006, 19:27

02 Nov 2009, 05:42

:cry:
thanks for trying to help me,
its so strange because with the old version Imagevue 1 i had not problems,
also its impossible for me to change layout because on the left Frame i have a Menu and on the right i use to see "forums, gallery imagevue, photos and others" , i think i cant make it with css or tables :(
i will try again to find the solution, so strange because the new version 8 works fine...so i think the problem is the "code" php of gallery...
Roby :?
 
User avatar
carter2
Experienced
Posts: 206
Joined: 13 Oct 2008, 13:00

02 Nov 2009, 05:57

It's always going to be difficult to get the fames working on all browsers and like Pain said the best way is to use CSS. Framesets are so 90's :)

The following link will generate a CSS "frameset" for you. I manged to duplicate your page layout in a few clicks.

>>>CSS Frameset<<<

Once you have the layout that you need then just view the page source, copy and adjust the content to your needs.
 
roby
Topic Author
Posts: 18
Joined: 30 Sep 2006, 19:27

18 Nov 2009, 10:00

thank you carter2 :)
but i have problems with the link you sent me,
can u please send me the CSS code for my page ?
Please :wink:
thanks carter2
Roby :P
 
Chrisfx
Posts: 7
Joined: 28 Oct 2009, 17:18

22 Feb 2010, 08:45

Hi all !

I have the same problem (on internet explorer 7(no problem on firefox)) i have no try with other versions of internet explorer or other browsers yet ...
i have a menu set on the left frame, one on the top frame and imagevue in the Mainframe ...
when i load a group of frame (theses 3 frames) when i start my website see this link (in internet explorer 7): http://chrisfx.free.fr/3D/nouveautes1024FR.htm
i can see the left and top frame loaded and when he finished to load the main frame with imageveue ... it swith to one white full page without frame ...

but if i clic quickly on an icone (of the top frame) which open a html page in the main frame : it work (because he don't have the time to load imagevue)
then (with this configuration) if i clic on the first top icone on the left frame (which open imagevue in the mainframe ... ): it works !

so in conclusion i think that if you open an imagevue frame from an html frameset: it works but if you load a group of frames (like the link above) which contain imagevue in one of them there is the problem with white page result ... may be is a hint to solve the problem ....

do you have a solution ?

Thanks a lot
Chris.
Chrisfx.

My Photographies:
http://www.vision-du-monde.com

My 2D-3D Porfolio:
http://www.chrisfx.net
 
User avatar
SofTones
Experienced
Posts: 146
Joined: 19 Dec 2009, 08:46

22 Feb 2010, 11:15

Works ok for me Windows 7 IE8.... I was impressed with your layout Chris BUTTTTTT...your "Chinese" filemod is a bit "too" don't you think??? looks like a bit of Guangshi, and the great wall and things that are just not anywhere near the great wall why not go to my "Beautiful China gallery" ( which you can find at http://www.sinastudio.net ) and browse a nice China photo?? ... you may download your fancy without any watermark or copyright infringement... but I very like your setup, it's very nice...
 
Chrisfx
Posts: 7
Joined: 28 Oct 2009, 17:18

Frame problem

26 Feb 2010, 04:56

Karl, Nick any ideas about this problem since your first researchs about it ?

if there no solutions ...: i must to remove my start flash welcoming page in the main frame which block my website .. it will be a pity :(
Thanks a lot in advance.
Chris.
Chrisfx.

My Photographies:
http://www.vision-du-monde.com

My 2D-3D Porfolio:
http://www.chrisfx.net
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

03 Mar 2010, 07:11

Sasha is cool and everything but i really think you need to remove that frames horrification, frankly I didn't even try to do anything since.
firedev.com