Code: Select all
a.i {position: relative;}
a.i span {display: none;}
a.i:hover span {
position: absolute;
top: 5px;
left: 30px;
display: block;
background: transparent;
}
For this bbcode:
Code: Select all
[item]{TEXT}[/item]
Will be replaced with:
<body>
<p>
<a class="i" href="#">{TEXT}
<span>
<iframe
id="wowitem{TEXT}"
src="http://www.kotaguild.net/rashid/forum/neo_wowitems/showitem.php?id={TEXT}"
name="wowitem{TEXT}"
height="600"
frameborder="0"
vspace="0"
hspace="0"
marginwidth="0"
marginheight="0" onLoad="if(this.contentDocument) this.height=this.contentDocument.documentElement.scrollHeight; else this.height=window.frames[this.name].document.body.scrollHeight;">
</iframe>
</span>
</a>
</p>
</body>
But I placed the style in the stylesheet.css and it doesn't help...
Do I have to put it in another file or what?
Can I get some help here please?