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?
jammer 1221 i gave you a star because i really appreciate the effort you put into answering my question, it means a lot to me. it is because of this appreciation that it is diffucult for me to say that the code above results in the same window size when opened on a mac or windows machine (for...
i am lost, though eager to find my way. let me re phrase what my goal is here. forgive my lack of knowledge i am learning as fast as can.
i need to resize my window on load
i need the window to ask: is this user running windows or mac?
if the user is running a mac i need the window to resize...
WOULD IT LOOK LIKE THIS? I GUESS I'M CURIOUS: IS IT POSSIBLE TO HAVE AN "IF THEN" STATEMENT EMBEDED WITH IN AN "IF THEN" STATEMENT?
if (navigator.platform == "Win32")
// if ( document.all )
window.resizeTo(100,200); // IE size
else
...
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...
right exactly, i haven't expierimented to locate the exact smallest size i can acheive, but it does appear that 277 is too small. i have never seen something like this, it baffles me, and this site is a hop skip and a jump away from being done, getting hung up by something so weird and small is...
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 think my first post was too wordy and did not convey my true lack of knowledge. so here is the function i desire in lay man's terms.
i need code that does this:
on mouse up check browser. if internet explorer, open example.html in new window with dimentions 100 by 200. if netscape navigator...
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...
basically what i envision is a page with a bar of color that runs across the entire bottom of the browser window no matter the screen size. and when ever the window becomes too small for the content i would want scroll bars to come into play so that my available content space is infinite and the...
solved it, here's how for any fellow novice developers whom it may help. the problem was i had some javascript that was loading random background images from a list of gifs. this code wasn't visually represented in the wysiwyg view of the site, and when i tried to make the code an editable...
solved it, here's how for anyone who needs the same fix. i just set up the popup menus in gifs in a layer outside of the table, then copied the gifs into the table, which erased all my menu information for some reason, then went into the code and refilled the information. presto expandable...
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...
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.