---
title: "problem med hemsida"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/70780-problem-med-hemsida"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "adslstavve"
published: "2003-03-11T21:02:56.000Z"
updated: "2003-03-12T12:02:11.000Z"
replies: 1
views: 189
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/html-css/70780-problem-med-hemsida"
---

# problem med hemsida

## #1 — adslstavve, 2003-03-11T21:02Z

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](http://w1.911.telia.com/~u91113461/ny/index.htm)

Permalänk: https://www.webforum.nu/p/70780

## #2 — Flashes, 2003-03-12T12:02Z

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

Permalänk: https://www.webforum.nu/p/976230

---

Tråden på webben: https://www.webforum.nu/amne/html-css/70780-problem-med-hemsida
