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 \</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>