problem med hemsida

HTML & CSS

1 svar · 189 visningar · startad av adslstavve

Medlem sedan mars 20033 inlägg
Trådstart#1

När jag förminskar mitt fönster i webbläsaren så försvinner mitt logoframe bakom mitt mainframe. Och högra utfyllnadsramen blir vit eller visas inte korrekt i ie5.2 i mac. Kan det vara dålig kod(stora risker....)
Tack för all hjälp på förhand. Hälsningar Håkan Johansson

<frameset rows="*, 480, *" border="0" frameborder="0">
	<frame src="top.html" name="top" scrolling="no">
	<frameset cols="*, 665, *" border="0" frameborder="0">
		<frame src="top.html" name="leftest" scrolling="no">
		<frameset rows="130, 350" border="0" frameborder="0" framespacing="0">
			<frame src="logo.html" name="logo" scrolling="no" noresize> 
			<frame src="main.html" name="main" scrolling="auto" noresize> 
			<frameset rows="*,*"  framespacing="0" frameborder="0" border="0">
			</frameset>
		</frameset>
		<frame src="top.html" name="rightest" scrolling="no">
	</frameset> 
	<frame src="top.html" name="bottom" scrolling="no">  
</frameset><noframes></noframes>

http://w1.911.telia.com/~u91113461/ny/index.htm

Medlem sedan jan. 2003282 inlägg
#2

Så här fungerar det i en IE 6,0 för Windows

<frameset rows="*, 480, *" border="0" frameborder="1">
	<frame src="top.html" name="top" scrolling="no">
	<frameset cols="*, 665, *" border="0" frameborder="1">
		<frame src="top.html" name="leftest" scrolling="no">
			<frameset rows="130, *" border="0" frameborder="1" framespacing="0">
			<frame src="logo.html" name="logo" scrolling="no" resize=="no"> 
			<frame src="main.html" name="main" scrolling="auto"> 
			</frameset>
		<frame src="top.html" name="rightest" scrolling="no">
	</frameset> 
	<frame src="top.html" name="bottom" scrolling="no">  
</frameset><noframes></noframes>

Mvh
Jan-Olov

275 ms totalt · 4 externa anrop · v20260731065814-full.d34c6d5a
123 ms — deklarationer (db)
0 ms — hämta statistik (cache)
143 ms — hämta tråd, inlägg och bilagor (db)
128 ms — ändringar (db)