---
title: "tabellstorlek med css"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/1844-tabellstorlek-med-css"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "neversleep"
published: "2002-02-06T20:01:00.000Z"
updated: "2002-02-06T21:12:00.000Z"
replies: 2
views: 215
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/1844-tabellstorlek-med-css"
---

# tabellstorlek med css

## #1 — neversleep, 2002-02-06T20:01Z

Hejsan
Jag försöker anpassa min sida till både NS och IE och laddar stylesheet beroende på browser. 
Jag vill bestämma storleken på mina td:s i tabellen. Explorer gör som jag vill, men netscape gör inget alls. Är det jag eller netscape som är koko?

ett litet exempel som funkar i IE men inte i NS (kör 4.7)
\<html\>
\<head\>
	\<style type="text/css"\>
	.stor
	{
		width: 300;
	}

	.liten
	{
		width: 100;
	}
	\</style\>

\</head\>

\<body\>
\<table border="1"\>
\<tr\>
	\<td class="stor"\>hej\</td\>
	\<td class="liten"\>hej\</td\>
\</tr\>
\</table\>
\</body\>
\</html\>

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

## #2 — Jojoxx, 2002-02-06T21:01Z

Nej, det är helt riktigt. Netscape 4.x har inte stöd för det. Mozilla däremot fungerar det fint i.

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

## #3 — neversleep, 2002-02-06T21:12Z

jahapps där sprack det, men då vet jag. 
tackar

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/1844-tabellstorlek-med-css
