---
title: "Menyer kluris"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/91616-menyer-kluris"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "JonWal"
published: "2003-12-01T10:23:44.000Z"
updated: "2003-12-01T12:10:48.000Z"
replies: 3
views: 253
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/91616-menyer-kluris"
---

# Menyer kluris

## #1 — JonWal, 2003-12-01T10:23Z

Hej !

Vill få de tre dropplisterna på ramens övre kant topmargin=0

hUr göra ?

\<?xml version="1.0" encoding="iso-8859-1"?\>
\<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"\>
\<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sv" lang="sv"\>
	\<head\>
		\<title\>Banner\</title\>
		\<link href="/xxx.css" rel="stylesheet" type="text/css" /\> 
		\<script language=javascript\>
	
		function DoljVerktygMain()
		 {
		parent.huvudet.cols = "\*,0";
		 }
		function VisaVerktyg()
		 {
		 parent.huvudet.cols = "\*,225";
		 }
	\</script\>
	\</head\>

	\<body background="/images/layout/bla_rut_bg.gif"\>

	\<table\>
	\<tr\>
		\<td\>
		
		\<Form name="1"\>
				\<select name="combokoncern" onChange="parent.main.location=this.options\[this.selectedIndex\].value; VisaVerktyg();" class="form1"\>
				\<option value="XXXX"\>Välj koncernhandbok\</option\>
				\</select\>   
			\</Form\>		
		
		\</td\>
		\<td\>
				\<Form name="omrade"\>
				\<select name="comboomrade" onChange="parent.main.location=this.options\[this.selectedIndex\].value; DoljVerktygMain();" class="form1" \>
				\<option value="XXX"\>Välj område&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\</option\>

		\</select\>    	
		\</Form\>
		\</td\>
		\<td\>
				\<Form name="process"\>
				\<select name="comboprocess" onChange="parent.main.location=this.options\[this.selectedIndex\].value; DoljVerktygMain();" class="form1" \>
				\<option value="http://xXX"\>Välj process\</option\>

		\</select\> 

 		\</form\>
		
		\</td\>
				\<td style="text-align: center; height: 0px; padding: 8px; width: 70%; font-size: 85%"\>
				\<form\>
				\<input type="button" value="Åter startsidan" onClick="top.parent.main_frame.location='http://xxxx'"\>
				\</form\>
				\</td\> 

		\</tr\>
	\</table\>
	\</body\>
\</html\>

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

## #2 — Choronzon, 2003-12-01T10:45Z

cellpadding=0, cellspacing=0 i tabellen, och style="padding:0;" i formen borde ge någon form av resultat...

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

## #3 — JonWal, 2003-12-01T11:42Z

Tack !

Tog även bort padding=8px och det löst sig ! :birp

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

## #4 — Web-Tor, 2003-12-01T12:10Z

**JonWal »**
Eftersom det inte går att skicka PM eller e-post till dig så skriver jag det här:

Läs igenom (och följ) [forumtips/riktlinjer](http://www.webforum.nu/showthread.php?s=&threadid=85744&forumid=12).

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/91616-menyer-kluris
