|
Post by tunescool on May 16, 2011 10:21:23 GMT -8
i thought what mine are were what everyone has on any browser, sorry for dragging this out
|
|
|
Post by Wormopolis on May 16, 2011 19:30:17 GMT -8
no worries. Mac/safari probably just makes it look different. play with the colors and you can probably find something tolerable.
|
|
|
Post by tunescool on Dec 9, 2011 0:48:46 GMT -8
i know youre out of town and you dont care about safari at all that much but i just noticed this and im putting it on here. maybe anyone that understands safari could help? the drop downs dont do anything in safari, it doesnt do anything after you choose anything. im using the one where it opens in a new tab, heres what i have
<script type="text/javascript"> <!-- // Easy Drop Down Engine // v1.5 // by Wormopolis - [url]www.wormocodes.com[/url] // keep header intact
// For every drop down you want to make, insert a copy of this entire code.
thisDropdownTitle="Mary Kate And Ashley Related"; thisDropdownBackgroundColor="BBBBBB"; thisDropdownTextColor="00138E"; thisDropdownHasGoButton=false; // set to true if you want a GO button next to drop down thisDropdownOpensNewWindow=true; //set true if you want it
thisDropdownChoices=[ ["Mary Kates IMDB","http://www.imdb.com/name/nm0001581/"], ["Ashleys IMDB","http://www.imdb.com/name/nm0001580/"], ["Lizzies IMDB","http://www.imdb.com/name/nm0647634"], ["Mary Kates Twitter","http://twitter.com/#!/imMKOlsen"], ["OlsensObsessive","http://olsensobsessive.net"], ["Elizabeth Olsen Online","http://www.elizabeth-olsen.org"], ["Olsenboye","http://olsenboye.com"], ["Purchase Olsenboye","http://www4.jcpenney.com/jcp/XGN.aspx?DeptID=71275&PCatID=71275&CatID=71282&CatTyp=RLE&Dep=JUNIORS&Cat=Olsenboye&SO=0&PSO=0&SearchRedirect=True&CmCatId=searchresults&mscssid=68c7e3c1d82264e32b9676f3941457a81xMnVNoVza3oxMnVNoVza3W200BED96283EC8C501770DCC0CF77F9319B11112214"], ["The Row","http://therow.com"], ["Purchase The Row","http://www.barneys.com/on/demandware.store/Sites-BNY-Site/default/Search-Show?q=the+row"], ["Elizabeth And James","http://elizabethandjames.us"], ["Purchase MKA At Fragrancenet","http://www.fragrancenet.com/mary-kate-%26-ashley-perfume/mary-kate-and-ashley/womens-fragrances/wf/en_US/04067?mv_pc=creo_minus&utm_medium=disp&utm_source=creo&utm_campaign=activeminus"], ["Purchase MKA At FragranceX","http://www.fragrancex.com/products/_bid_Mary%5Ekate--And--Ashley-am-lid_M__brands.html"], ["Purchase MKA At YNF","http://www.yournewfragrance.com/SearchResults.asp?Search=mary+kate+and+ashley&Search.x=5&Search.y=6"], ["MKA On Ebay","http://shop.ebay.com/i.html?_from=R40&_trksid=p5197.m570.l1311&_nkw=mary+kate+and+ashley+olsen&_sacat=See-All-Categories"] //keep copying this line, no comma on last entry ];
// no need to edit below - unless you know what you are doing
ddid=thisDropdownTitle.replace(/\s/,'').replace(/'/,'').replace(/"/,'')+parseInt((Math.random()*10000)); stuff="<select id='"+ddid+"' style='background-color: "+thisDropdownBackgroundColor+"; color: "+thisDropdownTextColor+";' "; stuff+=(thisDropdownHasGoButton ? "" : "onchange=' "+(thisDropdownOpensNewWindow ? "window.open(this.options[this.selectedIndex].value);" : "location.href=this.options[this.selectedIndex].value;")+" ' ")+">"; stuff+= (thisDropdownHasGoButton && thisDropdownTitle=='' ? '' : "<option value=' '>"+thisDropdownTitle+"</option>"); for (w=0; w<thisDropdownChoices.length; w++) stuff+="<option value='"+thisDropdownChoices[w][1]+"'>"+thisDropdownChoices[w][0]+"</option>"; stuff+="</select>"; if (thisDropdownHasGoButton) { stuff+="<input type='button' value='GO' style='background-color: "+thisDropdownBackgroundColor+"; color: "+thisDropdownTextColor+";' "; stuff+="onclick=\"goval=document.getElementById('"+ddid+"').value; if (goval!=' ') " + (thisDropdownOpensNewWindow ? "window.open(goval);" : "location.href=goval;") +"\">"; } document.write(stuff);
// --> </script>
|
|
|
Post by Wormopolis on Dec 9, 2011 2:56:47 GMT -8
it works in other browsers though?
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Dec 9, 2011 6:19:16 GMT -8
This is a problem that plagues many web designers. However there isn't a solution to the problem. (Other than a really complex javascript that would allow you to design your own buttons in a photo editor) Your browser should display every drop down menu in the same manner. Please read linked article for further information: Style Form ControlsFor info about the complicated script/css method: Yahoo Developer
|
|
|
Post by tunescool on Dec 9, 2011 9:05:06 GMT -8
it just works in firefox is all i know
|
|
|
Post by Wormopolis on Dec 9, 2011 23:02:43 GMT -8
I just checked IE, FF and Chrome and its working for all of them. I was under the impression that safari and chrome shared the same engine. When you say "doesnt work" does it not show the drop down at all or does it not open the page when something is selected?
does anyone else have Safari that encounters the same issue?
|
|
|
Post by tunescool on Dec 10, 2011 2:15:13 GMT -8
the drop down shows it just doesnt go to a page after its selected
|
|
|
Post by Wormopolis on Dec 10, 2011 2:24:52 GMT -8
where is that drop down so I can look at it with chrome?
|
|
|
Post by tunescool on Dec 10, 2011 4:50:35 GMT -8
|
|
|
Post by Wormopolis on Dec 10, 2011 22:52:37 GMT -8
weird.. Chrome doesnt have a problem with it. I dont know why Safari does. does it give any sort of error message?
|
|
|
Post by tunescool on Dec 11, 2011 0:26:04 GMT -8
nope it just doesnt do anything
|
|
|
Post by Wormopolis on Dec 11, 2011 1:53:29 GMT -8
maybe its a mac thing then? I dont have any way of troubleshooting it. If anyone else has safari, and is reading this, see if it works for you.
|
|
|
Post by tunescool on Dec 11, 2011 3:05:58 GMT -8
is there any way of taking the code out for just safari
|
|
|
Post by tunescool on Dec 14, 2011 6:39:08 GMT -8
is there any way of taking the code out for just safari
|
|