---
title: "CSS i multiOS"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/68253-css-i-multios"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "harry_boy"
published: "2003-02-14T10:44:24.000Z"
updated: "2003-02-14T10:44:24.000Z"
replies: 0
views: 149
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/68253-css-i-multios"
---

# CSS i multiOS

## #1 — harry_boy, 2003-02-14T10:44Z

Jag har problem med min sida, jag har förstått att det handlar om min css-fil. 
Problemet är att jag har en sida uppbyggd av tabeller som sträcker sig från browserns övre kant ner till nedre kant och sedan är sidan 776px bred. 
I övre kant har jag en cell som har storleken 776\*64. I den cellen har jag lagt in en text i nedre högra hörnet med formateringen ".datum". 
Texten funkar så att den presenteras från högrekanten med antal px som står i margin på .datum och i IE för PC så funkar allt perfekt. 
Men när jag tittar i IE och NS för Mac så blir just denna cellen komprimerad på höjdled. Alltså cellen kanske enbart blir ca 776\*20 istället för 776\*64. 

Vad kan det vara för fel? 
Har det något med koden margin att göra?

```
body {

margin-top : 0; 

margin-bottom : 0; 

margin-right : 0; 

margin-left : 0; 

font-family : tahoma, verdana, arial, helvetica; 

color : #000000; 

font-size : 11px; 

background-color : #ffffff; 

} 

b	{ color: #B10021;}

td 	{ font-family:tahoma,verdana,arial,helvetica; font-size:11px}

hr 	{ color:#4F607F}

h3	{ color: #B10021; font-size: 13px; margin-left: 8px; font-weight:bold; }

a:link 	{ text-decoration: underline; color: #000000}

a:visited 	{ text-decoration: underline; color: #000000}

a:active 	{ text-decoration: none; color: #000000}

a:hover 	{ text-decoration: underline; color:#003399}

.navigering { color: #000000; font-size: 11px; margin-left: 3px; font-weight:bold; }

.rubrik 	{ color: #B10021; font-size: 13px; font-weight: bold; margin-left: 8px }

.innehall 	{ color: #000000; font-size: 11px; margin-left: 8px; margin-right: 8px}

.nyheter 	{ color: #000000; font-size: 11px; margin-left: 8px }

.sidfot 	{ color: #B10021; font-size: 10px; font-weight:bold; text-align:center}

.smallfont 	{ color: #B10021; font-size:  9px}

.datum 		{ color: #000000; font-size: 11px; margin-right: 28px; margin-bottom: 6px; font-weight:bold; }
```

Behövs mer information för att förstå hur jag menar så återkom!

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/68253-css-i-multios
