fantastic. thank you so much, this helps a ton. hopefully i'll be good from here on out. i have a bumpy road ahead of me with the some different javascript-focused stuff with this same project but i'll try and tackle it
just the bottom2 div appear when foil option is selected. each div is matched up with a dropdown option. when that option is selected, that div shows up and all the others are hidden. this is the link if you want to check it out. http://208.179.155.80/customizer.html bottom1 div is the default optio...
great, thanks for those links, they were extremely helpful in understanding it a bit more. hmm still trying to completely grasp this though, been doing a bunch of trial and error but still no luck :-/ i don't think i totally understand it yet. what i dont think im understanding now at this point is ...
oh ok well i figured out the IE - case CSS...it's been a while since i've used conditional statements for IE so it took a while for it to come back to me... so got that part fixed. Thanks a ton for the help on all of that. Any ideas too about that other problem I ran into? Still been trying to figur...
Hm..the whole code is commented out when placed within the head tags and not script tags... trying to grasp this whole javascript workaround thing as i'm pretty new to it. thank you so much for helping me. and as a small backtrack, if you look at my link again, (http://208.179.155.80/customizer.html...
I am putting together a simple interactive page where users can select different options to build the device they are looking at just using javascript, etc. the link is here: http://208.179.155.80/customizer.html if you notice when selecting the "extend" option in IE, big gaps show up arou...
Ah! I can't believe I forgot THAT part...that's always the first thing I plug in ha.. buuut unfortunately that actually still didn't work. Good idea though about setting up the rule for a negative margin just for IE...I guess that's an effective way around it. How would I go about doing that just fo...
that is great, thank you so much it works! didn't realize onmousedown was not IE compatable. and that way of coding it with the variables is much for efficient and saves room too, thank you! I also just noticed (only in IE of course!) that if you click on the "extend" option, it gives me h...
Hello, hoping someone can help me out with this! I'm doing a basic image swap from a simple text dropdown box. You select the specified text from the dropdown box and it swaps out the image with another image corresponding to that text. I have this working well in Firefox, no problems at all. But wh...