
06-02-2008, 03:13 PM
|
|
|
Join Date: Oct 2003
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Attilitus
Change the following bit of code to fix the problem with unclickable header links:
headinclude
Code:
<div id='mypopup' name='mypopup' style='position: absolute; width: 250px; height: 200px; background: none; border: none;'></div>
change to:
Code:
<div id='mypopup' name='mypopup' style='position: absolute; background: none; border: none;'></div>
This will be fixed in the instructions in v3 once I finish adding a few features.
|
thanks a lot.
|