---
title: "Framespacing i NS & Mozilla?"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/72548-framespacing-i-ns-mozilla"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "joel_sundkvist"
published: "2003-03-29T16:33:32.000Z"
updated: "2003-03-29T17:35:50.000Z"
replies: 1
views: 165
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/72548-framespacing-i-ns-mozilla"
---

# Framespacing i NS & Mozilla?

## #1 — joel_sundkvist, 2003-03-29T16:33Z

Min sida visas inte korrekt i Netscape och Mozilla. Har angett 5 px framespacing mellan menu och main. Det funkar dock i IE. 

  [sundkvist.tk](http://www.sundkvist.tk) 

En teori någon?

```
<frameset rows="*, 470, *" border="0" frameborder="0">
	<frame src="../vit.html" name="top" scrolling="no">
	<frameset cols="*, 665, *" border="0" frameborder="0">
		<frame src="../vit.html" name="leftest" scrolling="no">
		<frameset rows="85, *" border="0" frameborder="0" framespacing="0">
			<frame src="logo.html" name="logo" scrolling="no"  marginwidth="0" marginheight="0" NORESIZE> 
			<frameset cols="140, *" border="0" frameborder="0" framespacing="5">
				
        <frame src="menu.html" name="menu" scrolling="no" NORESIZE>
				
        <frame src="news.html" name="main" scrolling="auto" NORESIZE> 
			</frameset>
		</frameset>
		<frame src="../vit.html" name="rightest" scrolling="no">
	</frameset> 
	
  <frame src="../bottomest.html" name="bottomest" scrolling="no">  
</frameset><noframes></noframes>
```

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

## #2 — Peter S, 2003-03-29T17:35Z

Anledningen till det är att *framespacing* är ett IE-specifikt attribut och fungerar således ej i andra webbläsare.

Ett tips är att validera sidan på <http://validator.w3.org>

 :)

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/72548-framespacing-i-ns-mozilla
