home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dynamic HTML Construction Kit
/
Dynamic HTML Construction Kit.iso
/
source_code
/
dhtmlunl
/
dhtml.exe
/
CD Content
/
Chap12
/
dun12_1.txt
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-12-18
|
373 b
|
21 lines
<HTML>
<HEAD>
<TITLE>relative positioning</TITLE>
</HEAD>
<STYLE TYPE="text/css">
.myClass{
POSITION: relative;
COLOR: red;
FONT-SIZE: 40pt;
FONT-FAMILY: sans-serif
}
</STYLE>
<BODY>
Some standard text before the element
<DIV CLASS="myClass">
hello you
</DIV>
Some standard text after the element
</BODY>
</HTML>