---
title: "Td som blir förstor i IE"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/146126-td-som-blir-förstor-i-ie"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "LOOlau"
published: "2006-04-27T07:40:45.000Z"
updated: "2006-04-27T07:40:45.000Z"
replies: 0
views: 290
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/146126-td-som-blir-förstor-i-ie"
---

# Td som blir förstor i IE

## #1 — LOOlau, 2006-04-27T07:40Z

tjrnare...

Har ett problem med att id=header blir förstor.. ser ut som den påverkas av den td:n med "finblid.gif" i, men det borde det väll den ändå inte göra, jag har ju rowspan 3 där?

Bild:
<http://member.webforum.nu/6719/page.jpg>

Har lekt runt lite men hittar inte på någon lösning på det.. 

"This Page Is Valid HTML 4.01 Transitional!"
"Valid CSS! This document validates as CSS! "

```
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<title>
			finsida.COM
		</title>

			<link rel="stylesheet" href="css/main.css" type="text/css" media="all">
			<link rel="stylesheet" href="css/guestbook.css" type="text/css" media="all">
			
	</head>
	<body>
			<table cellspacing=0 border=1 id='mainTable'>
			<tr>
				<td id='header' style='padding:0; margin:0;'>
					<div>
						<a href='?lang=swe'>swe</a>
					</div>
				</td>
				<td valign='top' rowspan=3>
				
					<div style=' width:88px; height:306; background-repeat:no-repeat; background-image: url("img/finbild.gif"); margin-top:10px; padding-top:19px; padding-left:35px; margin-left:20px;'>
						<div style='height:255px;'>
							<div style='line-height:0; font-size:0; background-repeat:no-repeat; background-image: url("img/finblid2.gif"); height:50%;'>
							</div>
						</div>				
					</div>
					
						<table style='background-color:red; width:120px; margin-top:30px; margin-left:20px;'>
							<tr>
								<td>
								
								</td>
							</tr>
							<tr>
								<td>
									
								</td>
							</tr>
						</table>
				</td>
			</tr>
			<tr>
				<td id='content' valign='top'>
					<div style='width:100%;'>
						lang 2<br />					
					</div>
				</td>
			</tr>
			</table>
	</body>
</html>
```

```
*
{
	margin:0;
	padding:0;
}

#mainTable
{
	margin-left:10px;
	height:100%;
}

body
{
	background-image: url("../img/background.gif");
	background-repeat:repeat-y;
}

#container
{
/*NO BACKGROUND-COLOR!!!!*/
	width:660px;
}	

#content
{
	padding-top:4px;
	padding-left:7px;
	background-image: url("../img/content.gif");
	background-color:white;
}

#header
{
/*NO BACKGROUND-COLOR!!!!*/
	background-image: url("../img/head.gif");
	background-position:0 10px;
	background-repeat:no-repeat;
	width:660px;
	height:100px;
}

#header div
{
	margin:10px 0 0 15px;
}
```

Vore tacksamm för hjälp
/Loo

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/146126-td-som-blir-förstor-i-ie
