I've found following problem by using overLib, which wasn't referenced in the FAQ: If a link or button using overlib is at the bottom border of the browser ...
hi, folks i have a problem in using overlib functions. i have drupal site and have an overlib working... But when i want to insert tables in content, it...
hey folks, now i managed that the table was shown.... but the one problem still remains... even if i specify a href="javascript:void(0);" there is still a link...
Unsubscribe instructions are at the bottom of the message. (FYI, this is typical of many mailing lists... ;-)) • To unsubscribe from this group, send an...
A URL always helps... I suspect you're dealing with string issues, and one of the overLIB developer,s Dennis Sandow, wrote an excellent FAQ on this: ...
... referenced in ... browser ... ToolTip ... top of ... Jozsef, If you apply a page wide default of VAUTO then that problem should be taken care of. For the...
Thanks from a new comer... I am in the process of developing ( no pun intended) www.silverdarkroom.com and I did not like the "messy" strings associated with...
... associated ... Scot, I hope that page has helped you out. Any other questions then please post back to the group. You're just up the I64 from me. I'm in...
the page is: http://drustvo.belivolk.info/node/7 you will see those links that link to homepage although i have specified "javascript:void(0);".... really...
... You think you specified "javascript:void(0);" But I am seeing <a href:javascript:void(0); onmouseover="....." Should be <a href="javascript:void(0);"...
Well, the problem is that i do not want to go anywhere if i click it... But it still links me to homepage(http://drustvo.belivolk.info) For tables i made an...
Here's the link: <a href:"javascript:void(0)" onmouseout="nd()" onmouseover="return overlib('nasproti v paru', WRAP)">naspr ot i v paru</a> It should be: <a...
i created file to load with overlib, so that there is not so many text in html. The problem is that i have special characters with an ¡ on them and in the...
This should help: http://intranet.weblink.com.au/tools/entities.html ... Web Maestro Clay -- <the.webmaestro@...> - <http://homepage.mac.com/webmaestro/>...
Hi! ...I have read many postings, but i have seen nothing for me... I will use your great js application, but it work's only, if i have an html coded file and...
... xml:lang="en-US"> ... Mike, it sounds as if the file you are creating is in your cgi-bin directory. If that is the case then try changing your src...
Instead of using a literal message within overlib() such as overlib('What\'s New'); I want to use a variable called message within my ASP page. What is the...
Thank you very much - i have put it into the htdocs/tooltip directory and referenced it (script tag) in "scr" to "http://<host>/tooltip/overlib.js". Thank you...
Getting .jpg pic's to stay on screen even after moving cursor as in: STICKY, CAPTION, <!TABLE cellSpacing=0 cellPadding=5 border=0 -> <!TBODY> <!TR vAlign=top>...
Chris
chris-m@...
Mar 3, 2005 9:43 am
9185
Hello! 1) Is there a way to force overLIB to a normal (non bold) font weight for the main text? I use a stylesheet like css: body, td { font-family:Tahoma,...
Tom
tom-l@...
Mar 3, 2005 11:22 am
9186
... I take this to mean that it is now working for you. If that is the case then I'm glad its working now for you. Bob...
... weight for ... The answer to this question is to use a custom class for TEXTFONTCLASS which will override the your td style rule. First of all, try just...
Hi Bob, Thanks for your help. ... Is it correct like this? if (typeof ol_textfontclass=='undefined') var ol_textfontclass="normal"; ... Do I put this into the ...
Tom
tom-l@...
Mar 4, 2005 7:18 am
9190
... I would not do it that way but you can, but it must be a class name and not a CSS property. I recommend that you use overlib_pagedefaults() that is in the...