Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. alisonpurcell

    problem with menu scrollbars

    Yes. It seems that even if the first level of the menu only has six items, if one of its submenus has say, 60 elements, (even when they are not expanded) then the main window produces scrollbars. This causes problems if you don't have a mouse with a scroll button as if you expand the menu then...
  2. alisonpurcell

    problem with menu scrollbars

    Thanks a lot for your input. I think that you are right and the scrollbars are working but something else is making it seem as though they are not. It seems that the browser window is detecting the presence of large numbers of subitems and is extending the browser window by adding scrollbars to...
  3. alisonpurcell

    problem with menu scrollbars

    I think there is too much code but I'll try pasting it. The overflow entries I have added are on lines 332 and 333: var AgntUsr=navigator.userAgent.toLowerCase(); var DomYes=document.getElementById?1:0; var NavYes=AgntUsr.indexOf('mozilla')!=-1&&AgntUsr.indexOf('compatible')==-1?1:0; var...
  4. alisonpurcell

    problem with menu scrollbars

    Thanks, but these aren't working. I've tried every combination of overflow/overflowX/overflowY = hidden/scroll/auto. this.style.overflow='scroll' is the only one that seems to work as it should. Auto doesn't seem to do anything at all if the menu is too big for the page, and setting overflowX to...
  5. alisonpurcell

    problem with menu scrollbars

    Hi, I'm modifying a DHTML menu which I want to show vertical scrollbars only, preferably only if the contents do not fit the window. For some reason this.style.overflow='auto' does not work. So I put the following: this.style.overflow='scroll'; and I got both vertical and horizontal...
  6. alisonpurcell

    problem accessing form elements created in javascript

    That worked perfectly. Thanks a lot!
  7. alisonpurcell

    problem accessing form elements created in javascript

    Hi, I'm really stumped with this one so I hope someone can help. I have a DHTML menu that creates some form elements, and this seems to work ok in that they can be read following a submit. However, they need modifying later in the javascript (before the submit) but I can't seem to access them...
  8. alisonpurcell

    gd 'breaking' php installation

    Hi, I've recently tried to install the gd libraries onto a linux machine where php was already installed. When attempting to restart Apache however, I get the following error: Cannot load /etc/httpd/modules/libphp4.so into 4.so: undefined symbol: gdImageCreateFromGif I cannot (am not allowed to...
  9. alisonpurcell

    EJB problems when delete in a JSP page

    Hi, I couldn't get that to work either, but I found that I could delete a row by setting the row action to &quot;Current&quot; and using 'remove()' as shown below. <jbo:DataSource id=&quot;pr&quot; appid=&quot;PIcaen.PIcaenModule&quot; viewobject=&quot;TProvaView&quot;/> <jbo:RowsetIterate...

Part and Inventory Search

Back
Top