Fixed BBCode
Posted: 11 Mar 2010, 06:39
Fixed BBCode
Author: Stoker
Description: The Fixed BBCode makes content stay fixed on screen even if you scroll.
It will not work in IE6 and earlier versions of IE
BBCode:
HTML:
Helpline:
Example:
Demo:
Upper left corner
[fixed][textarea]Fixed text
The fixed bbcode can contain both text, bbcodes and images.
[/textarea][/fixed]
N.B.
You can use this bbcode and put it in a forum description if you want to show important messages on the forum index.
Author: Stoker
Description: The Fixed BBCode makes content stay fixed on screen even if you scroll.
It will not work in IE6 and earlier versions of IE
BBCode:
Code: Select all
[fixed]{TEXT}[/fixed]
Code: Select all
<div style="margin: 0; position: fixed; top: 100px; left: 100px; right: auto;">
{TEXT}
</div>
Code: Select all
Fixed: [fixed]Text here[/fixed]
Code: Select all
[textarea][size=200]Fixed text[/size]
The fixed bbcode can contain both text, bbcodes and images.
:D
[img]http://www.phpbb3bbcodes.com/styles/prosilver/imageset/site_logo.png[/img][/textarea]
Upper left corner
[fixed][textarea]Fixed text
The fixed bbcode can contain both text, bbcodes and images.
[/textarea][/fixed]
N.B.
You can use this bbcode and put it in a forum description if you want to show important messages on the forum index.