Quote:
Originally Posted by kh99
So is it working now? I don't really know anything about the floating menu, I just thought I could help you get past that error. Sometimes it just takes another pair of eyes.
|
Sorry, yeah, it was the last " that was missing, thanks for that
--------------- Added [DATE]1258391365[/DATE] at [TIME]1258391365[/TIME] ---------------
KH99, i wonder if you can help further?, i am trying to display my floating box only when index.php is being viewed, i assumed that the script is forumhome but the box displays on forumhome, forum, sub forum and even in thread, can you help fix this so it only shows in forumhome?
HTML Code:
<if condition="THIS_SCRIPT != 'FORUMHOME'">
<if condition="is_member_of($bbuserinfo,5,6,7)"><div id="floatdiv" style="
position:absolute;"> blah! blah!
</div></if></if>