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 TouchToneTommy 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: *

  • Users: tellersix
  • Content: Threads
  • Order by date
  1. tellersix

    subtle browser detection

    i need to detect the difference between explorer 5.0 and 5.1, the browser checker in DWMX is not able to do this. Is there a way to alter the code or an extenstion that would allow for more sensitive detection?
  2. tellersix

    if then browser code works great! need platform detection as well

    THIS CODE WORKS GREAT BUT I NEED TO EXPAND IT TO ACCOUNT FOR PLATFORM AS WELL AS BROWSER. <SCRIPT LANGUAGE=&quot;Javascript&quot;> if ( document.all ) window.resizeTo(369,500); // IE size else window.resizeTo(369,500); // others </SCRIPT> SOMETHING LIKE THIS EXAMPLE WRITTEN IN LAYMAN'S...
  3. tellersix

    explorer resize window woes

    i have a gallery page where it became necessary to create pop ups for each thumbnail, and each pop up window needed to fit the image exactly. so i used this little script below. (i know the sizes are the same for I.E. and other browsers, but that was the only way i could get this to work) it...
  4. tellersix

    how to: on load detect browser then resize

    i need a script that will detect the browser on load and consequently resize the window to one size if explorer and a different size if navigator. i hope this question is not to elementary. thanks for your help.
  5. tellersix

    onmouseup if then browser detection

    i have a gallery page where each thumbnail opens a larger image in it's own pop up window. that part works fine onmouseup the new window opens to the exact size of the image it contains. ( i know somepeople find this annoying, but i need each image to be it's own object, trust me it doesn't...
  6. tellersix

    is it possible to make table hieght autostretch

    is it possibe to make table hieght autostretch
  7. tellersix

    i want to completely unlock pages built off template.

    i need to have acess to all the code in each page built off my template i don't want to be locked out of any of it. is this possible?
  8. tellersix

    popup menu and frame = oil and water

    i already posted this question in the dreamweaver section, but i thought it would be better answered here, sorry about the multiforum posting. my navigation bar is comprised of a set of rollover images that are nested in a table. while the gif's are in the table the pop up menus won't work...
  9. tellersix

    tables and pop-up menus won't mix. i really need them to

    my navigation bar is comprised of a set of rollover images that are nested in a table. while the gif's are in the table DWMX will not allow me to attach a pop up menu, however if the rollover gifs are removed from the table and placed alone in a layer the pop up menus work just fine, but i need...
  10. tellersix

    tables and pop up menus aren't mixing well? i need them to.

    my navigation bar is comprised of a set of rollover images that are nested in a table. while the gif's are in the table DW will not allow me to attach a pop up menu, however if the rollover gifs are removed from the table and placed alone in a layer the pop up menus work just fine, but i need...
  11. tellersix

    random background image onLoad works 70% of the time. need 110%

    here is the script that almost works great. i am hoping something is wrong within the code, if not, is there a better way to achieve a different random background image on each load of the page. (i was also curious if the code might not be working due to the browser's inability to weed out that...

Part and Inventory Search

Back
Top