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?
THIS CODE WORKS GREAT BUT I NEED TO EXPAND IT TO ACCOUNT FOR PLATFORM AS WELL AS BROWSER.
<SCRIPT LANGUAGE="Javascript">
if ( document.all )
window.resizeTo(369,500); // IE size
else
window.resizeTo(369,500); // others
</SCRIPT>
SOMETHING LIKE THIS EXAMPLE WRITTEN IN LAYMAN'S...
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...
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.
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.