Mark, ... Off the top of my head, I don't know what the problem is. If you can, please send us a link so we can trouble-shoot, it'll probably help get you an...
I noticed that i'm using an old version of overlib so I've just upgraded to 4.00. Thats fixed that problem, but it has introcuced a couple of new ones. My...
... <snip> The problem with your CSS style rules is probably due to the fact that the CLOSEFONTCLASS is being implemented differently than it was in v3.51....
Subject is pretty self-explainitory. I have an iframe which I would like to spawn the overlib div, but I'd like it to appear outside the Iframe. I saw the...
Heya, I need a solution to getting a mouseover occuring in an iframe to spawn an overlib div in the parent document, so I can position it wherever I want. ...
Steve Yeago
stephen@...
May 4, 2004 4:22 pm
7812
... I believe it goes something like this: parent.document.getElementById("yourId").xxx This link might also help: ...
That thread ends in utter confusion... besides I already know how to refer to a parent document, but I'm confused in how to get overlib to do so. -Steve...
Steve, ... Sorry about that. I saw some explanations in there, I thought were acceptable. Glad to hear you already understand the iframe <=> parent ...
... to do so. ... Steve do you have an URL to a page that shows what you're attempting to do. As I understand it you've got overlib in the document that ...
I managed to fix the style sheet problem. Ultimately I ended up using different classes for the caption and the close box (which I did not have to before), as...
Steve, ... <snip what = "rundown"> ... There may be a couple of problems here: 1. "<" & ">" occasionally cause problems in onmouseover. Better to change them...
... Just for your information we are working on a fix for this problem now. It will involve the addition of another command (COMPATMODE) that will render...
... Steve It will take me a day or two to look into this problem since there are some other matters related to overlib that must be dealt with first. As soon...
I'm using the FULLHTML attribute, trying to place some images in my popup and it's not working in IE. If I right-click on the area where the image is supposed...
... Without a link to the page, it is hard to guess what the problem may be. I notice in the examples that they've neglected to change the "<" & ">" into their...
Hello Clay. Have a look here: http://nomobo.tripod.com/ Click on the T-shirt. In the popup, I see two small boxes on the right that should contain pictures....
... It might be a bug, but if you could have the page load the images on the regular page (width=1 height=1 border=0), it might help. Either that, or try...
Bob, ... Works for me in Safari 1.2.1 (v125.1) and FireFox 0.8 (Mac OS X 10.3.3). Putting just the "overDiv" in the parent makes sense, but probably would've...
Most people who frequent this newsgroup are aware of the Patches that Dennis Sandow has put together for overlib 3.33 to keep popups positioned within the...
... Please post a URL to a page that is giving you problems so that we can do a full analyze of what might be happening to you. Does the flicker only occur in...
I have been able to add dynamic content from an access database, but when the field is a memo field, some links show up and some don't, and there is an error...
... Maxwell Run the page that has partial failures. Then "View Source" in your browser. You will probably find that the content of the "memo field" contains...
Hey Maxwell, Instead of: <%=(rsRental.Fields.Item("Type").Value)%> You can use: <%=(rsRental("Type"))%> And you will get the same result from the DB. Just FYI....
Dennis, Could you provide more details as to how I can accomplish your suggestions? I am using access 2002 and dreamweaver mx 2004. Max ... but ... single ......