... I indeed had a global stylesheet that affected my table. I fixed it by adding a custom class that overrides the paddings that were set by the global...
... Do you have a global style sheet that may affect TABLEs, rows and/or cells as these will also affect your popup since it is made up of at least two nested...
Hi all, I have an overlib popup where I put an html table in. The problem is that for some reason I get a border on the right side an no border on the left. I...
... Are you sure you want to use: "$details .= $row['Details'];" ? It adds any further $row['Details'] to what is there already which will be the case after...
I've set on a php page a menu taken from a database. The titles list correctly,however when you go to rollover the 2nd 3rd 4th in the list it displays the...
... Its not working because you're getting javascript errors. The string argument to overLIB must be on one line and not broken between lines. For the first...
... Check out the following two pages: http://overlib.boughner.us/PHP/overlib_PHP.php http://overlib.boughner.us/PHP/overlib_wlink_PHP.htm which may help...
Despite searching through not only the group archives, but also Google, I still cannot find the exact information that's necessary, so hopefully someone can...
Hello! Thanks for all your work on Overlib. I came across a bug involving firefox incrementing a variable by 2 on a ++i command nested inside an eval argument...
... Of course I'd goof up my first post. The ItemTemplate that refers to the xml element I listed would look like this: <ItemTemplate> <asp:Label Text='<%#...
Hi, I am having a problem that I cannot figure out. I use a xml file to feed a datalist in an asp page. A typical xml element looks like this: <strength ...
... Of the three links on your page the second one does not work for me. Note this restriction under DRAGCAP -- "Note, for this command to work, the Anchor...
Fixed it! I tried DRAGCAP, and I could not move anything, <alt> key or not. I tried the <alt> key left click on the popup with just DRAGGABLE, and yes, that...
... When I look at your page in Firefox 3.0.13, I can drag it when I press the ALT key while holding down the left mouse button. If you want you can include...
Ah, thank you. It wasn't until I sent my 2nd message that I saw your warning about not sending mail for an hour after joining. So my apologies. I put the...
... There is an official plugin named Hide Form which handles this: http://www.bosrup.com/web/overlib/?Plugin_-_Hideform Just load the plugin after the main...
I've got a page with a couple images that are slow to load (and a couple different popups). None of the tooltips seem to work until after all the images have...
Not 100% sure if this is what you are seeking. I use the popup menus and here is an example of how I make the text the same size. Not sure how up to date my...