[help] Frames Problem

I have a problem on my page I think it's because the frame move.

See my page to know more about my problem : http://macosxemulation.tk

Thanks

----------------------

Please use tags. This is a [Help] thread, right?

The Topic Has Been Tagged

// Seph

#196066

Apologies in advance for the harshness of my words.

That is some of the most appalling code I've ever had the misfortune to come across!

<frameset rows="*" cols="105,*" framespacing="0" frameborder="NO" border="0">
 <frame src="../../unavailable.html" name="leftFrame" scrolling="NO" noresize>
 <frameset rows="*" cols="*,103" framespacing="0" frameborder="no" border="0">
   <frameset rows="156,*" cols="*" framespacing="0" frameborder="NO" border="0">
     <frame src="../../unavailable.html" name="topFrame" scrolling="NO" noresize >
     <frameset rows="*,17" cols="*" framespacing="0" frameborder="NO" border="0">
       <frameset rows="*" cols="124,*" framespacing="0" frameborder="NO" border="0">
         <frame src="../../unavailable.html" name="leftFrame1" scrolling="NO" noresize>
         <frame src="../../unavailable.html" name="mainFrame">
       </frameset>
       <frame src="../../unavailable.html" name="bottomFrame" scrolling="NO" noresize>
     </frameset>
   </frameset>
   <frame src="../../unavailable.html" name="rightFrame" scrolling="NO" noresize>
 </frameset>
</frameset>

Nested frames are not a good idea. Frames themselves aren't that great either. I'd suggest looking at some basic web design techniques from google before you try anything else.

#196071

Should I Use only tabs and not any frames ?

#196072

Try to use DIV-Tags, ID's and so on.

But If you use frames: Keep it simple!! Not more frames as needed.

#196076

Thanks to all I have made a more simple page but I've keep this design :moon:

#196077

sound good, is it already loaded? - because of all the framesets I can't really see the complete code

#196097

No frames, no problems.

It's usefull for Admin CP only. ;)

Use tables or layers instead.

#196100

Originally posted by Wizard[WA

,Jul 30 2004, 12:35 PM]

No frames, no problems.

It's usefull for Admin CP only. ;)

Use tables or layers instead.

<{POST_SNAPBACK}>

Better still, use CSS for positioning, instead of 8-year-old kludges ;)

#196128

Ok thanks to all I go trying CSS but I must find a tutorial or something to learn because I don't know how to use CSS >.

#196155

A last thing, I think I can upload the good version end of August

#196156

Originally posted by sniper1747@Jul 31 2004, 12:43 AM

Ok thanks to all I go trying CSS but I must find a tutorial or something to learn because I don't know how to use CSS  >.<

<{POST_SNAPBACK}>

This may help: http://www.brainjar.com/css/positioning/

Also look at the links here: http://www.w3.org/Style/CSS/learning

Must not forget the garden: http://www.csszengarden.com/

Edit: Somehow I came across this: http://www.w3.org/Style/Examples/011/firstcss

#196161

SelfHTML.Teamone - that's one of the best tutorials for me. It includes everything, you can know about css and html

#196162

Thanks and it's in French :woot:

#196173