Hi Can anyone see what IE is getting caught up on? I've got a page at http://www.roommatecabins.co.nz/cabin-features-and-pricing/Auckland where the user can choose to change the region if they are looking at info for the wrong part of the country. In Chrome/FF/Opera/Safari the drop down looks like but in IE I get Any ideas? thanks
You have a stray html comment tag in there I think... <script type="text/javascript"> <!-- //ol_fgcolor='#0000CC'; ol_divclass = 'overlib_div'; ol_bodyclass = 'overlib_body'; ol_captionclass = 'overlib_caption'; ol_closeclass = 'overlib_close'; ol_texts[1] = '<a href=\'/cabin-features-and-pricing/Northland\'>Northland</a><br /><a href=\'/cabin-features-and-pricing/North-Harbour\'>North Harbour</a><br /><a href=\'/cabin-features-and-pricing/Auckland\'>Auckland & West</a><br /><a href=\'/cabin-features-and-pricing/South-Auckland\'>South Auckland</a><br /><a href=\'/cabin-features-and-pricing/Coromandel\'>Thames Valley, Coromandel</a><br /><a href=\'/cabin-features-and-pricing/Tauranga\'>Tauranga</a><br /><a href=\'/cabin-features-and-pricing/Waikato\'>Waikato</a><br /><a href=\'/cabin-features-and-pricing/Rotorua-Taupo-Whakatane\'>Rotorua, Whakatane, Taupo</a><br /><a href=\'/cabin-features-and-pricing/Gisborne-Wairoa\'>Gisborne, Wairoa</a><br /><a href=\'/cabin-features-and-pricing/Taranaki-Wanganui\'>Taranaki, Wanganui</a><br /><a href=\'/cabin-features-and-pricing/Hawkes-Bay\'>Hawkes Bay</a><br /><a href=\'/cabin-features-and-pricing/Manawatu-Tararua\'>Manawatu, Tararua</a><br /><a href=\'/cabin-features-and-pricing/Wellington\'>Wellington</a><br /><a href=\'/cabin-features-and-pricing/Nelson-Blenheim\'>Nelson, Blenheim</a><br /><a href=\'/cabin-features-and-pricing/West-Coast\'>West Coast</a><br /><a href=\'/cabin-features-and-pricing/Christchurch-Canterbury\'>Christchurch, Canterbury</a><br /><a href=\'/cabin-features-and-pricing/Oamaru-Timaru\'>Oamaru, Timaru</a><br /><a href=\'/cabin-features-and-pricing/Otago-Southland\'>Otago, Southland</a><br />'; ol_caps[1] = "Change Region"; ol_texts[2] = "<p><b>Terms and Conditions</b></p>"; ol_texts[2] = ol_texts[2] + "<ol>"; ol_texts[2] = ol_texts[2] + "<li>I authorise RoomMate Cabins to check my credit rating."; ol_texts[2] = ol_texts[2] + "<li>I am aware that when delivery is made I will be required to sign a hire contract, a summary of which is printed below."; ol_texts[2] = ol_texts[2] + "<li>I am aware that the initial lease payment and delivery fee, less the deposit, is payable at the time of the delivery."; ol_texts[2] = ol_texts[2] + "<li>I am aware that payments must be made by automatic bank transfer and that I will be issued with a form which I agree to lodge with my bank to activate regular (weekly or monthly) payments"; ol_texts[2] = ol_texts[2] + "<li>Applications will only be considered on receipt of this completed application form, or the online application form at www.roommatecabins.co.nz, which must be accompanied by a $50 deposit."; ol_texts[2] = ol_texts[2] + "<li>RoomMate Cabins retains the right to decline any application without giving a reason for doing so. If your application is declined, your deposit will be refunded in full. Should you cancel your order prior to delivery an administration fee of $25 will be deducted from the deposit paid."; ol_texts[2] = ol_texts[2] + "</ol>"; ol_texts[2] = ol_texts[2] + "<p><b>Summary of Lease Contract</b></p>"; ol_texts[2] = ol_texts[2] + "<p>Note: This is a summary of the lease contract that must be signed at the time of delivery."; ol_texts[2] = ol_texts[2] + "<ul>"; ol_texts[2] = ol_texts[2] + "<li>RoomMate is not responsible for any damage incurred delivering or uplifting a cabin"; ol_texts[2] = ol_texts[2] + "<li>RoomMate has the right to cancel the lease contract and to remove the cabin"; ol_texts[2] = ol_texts[2] + "<li>If required, the cost of obtaining Resource Consent for the use of a cabin is the responsibility of the hirer (Contact your local franchisee for more information)"; ol_texts[2] = ol_texts[2] + "<li>The hirer cannot make any structural or decorative changes to the cabin and it must be in a good, clean condition at the end of the hire period"; ol_texts[2] = ol_texts[2] + "<li>There is a penalty payable if the hirer terminates the lease contract before the end of the six-month minimum hire period"; ol_texts[2] = ol_texts[2] + "</ul>"; ol_caps[2] = 'Terms and Conditions'; ol_caps[3] = 'Which window direction do I want?'; ol_texts[3] = "<p>This is a left hand window<br><img src='http://sleepouts.in/wp-uploads/2012/06/Layout-option-3-small.jpg' width='213' height='126' />"; ol_texts[3] = ol_texts[3] + "<p>and this is a right hand window<br><img src='http://sleepouts.in/wp-uploads/2012/08/layout-option-right-window1.jpg' width='213' height='126' />"; </script> Code (markup): Maybe it passes in browsers other than IE , I dunno.
No problem And I hear yah...I go through spells where I swear the characters in my editor are planning mutiny against me. At those times...I just ctrl-a , backspace
I bet you have that popup when you visit a site that says "This site is optimised for Google Chrome, please close your browser and try again". Different sites have different target markets and those markets will have different tech profiles. For the site in question it looks like this... Only 25% of users are using Chrome - and 32% use IE. You may not like IE (I certainly don't) but to arrogantly dictate what browser others should use is stupid.
It's generally best to use a framework like jQuery which handles most of cross browser issues, which in turn makes developing JavaScript rich features a lot easier.