---
title: "Exponent/index"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/1256-exponent-index"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "ironhead"
published: "2001-07-12T11:18:00.000Z"
updated: "2001-07-14T13:31:00.000Z"
replies: 1
views: 216
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/1256-exponent-index"
---

# Exponent/index

## #1 — ironhead, 2001-07-12T11:18Z

Hur gör man i CSS för att få fram exponent/index dvs. upphöjd/nedsänkt text?

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

## #2 — Web-Tor, 2001-07-14T13:31Z

Detta funkar i IE i alla fall. ;)

```
<style type="text/css">
<!--
.sup {vertical-align: super;}
.sub {vertical-align: sub;}
-->
</style>
```

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/1256-exponent-index
