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
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
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.
Should I Use only tabs and not any frames ?
Try to use DIV-Tags, ID's and so on.
But If you use frames: Keep it simple!! Not more frames as needed.
Thanks to all I have made a more simple page but I've keep this design :moon:
sound good, is it already loaded? - because of all the framesets I can't really see the complete code
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 ![]()
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 >.
A last thing, I think I can upload the good version end of August
Originally posted by sniper1747@Jul 31 2004, 12:43 AMOk 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
Thanks and it's in French :woot: