1
vote
1answer
23 views

Drop Down IE 8 and Below Not Working

Hi I just finished redesigning my site to include drop down menus, but I learned today that IE 8 and below don't display them any where near correctly. It displays fine to my knowledge on every other ...
0
votes
1answer
26 views

How to set background color width of dropdown menu items in IE7?

I have the following navigation bar: http://jsfiddle.net/jajq3/embedded/result/ For posterity, this is the structure: <div id="navBar"> <ul style="float: left; padding-left: 5px;"> ...
0
votes
1answer
36 views

jQuery dropdown menu acting strange in IE

If you look at this URL in IE (I'm using IE10 but it seems to do the same in older versions too). Demo link When the sub options are open, the menu seems to close and open in a random fashion. EG: ...
0
votes
2answers
187 views

Pure html css menu with horizontal submenu. Hover not working properly in IE

Iam working on a pure html/css menu with horizontal submenu, but the hover is not working properly in Internet Explorer. When you hover over the submenu it disappears... In Chrome and Firefox ...
0
votes
1answer
121 views

Using VBA Excel to navigate a website by changing dropdown value

I am writing an Excel macro that will navigate to a utility company website and then download all of the statements linked to that account. To get to the statement download page, I need to navigate to ...
1
vote
0answers
80 views

Select2 Dropdown in Internet Explorer shows [object screen] instead of correct value

I'm using select2 in a dropdown which is placed into a js grid (the awesome slickgrid). The dropdown works fine in all browsers, but not in Internet Explorer. Instead of showing the dropdown values it ...
0
votes
0answers
19 views

Navigation UL vanishing on hover IE 8 & 9 only on homepage

I'm having some issues with a dropdown menu ul displaying when the parent li is hovered over. This is only an issue in <drumroll> IE 8 & 9, and it's also only giving me trouble on the homepage. ...
0
votes
3answers
77 views

CSS drop down disappears in IE

I know there are plenty of questions about this already I have been through them and the answers dont solve my problem. I have made a CSS drop down menu and it works in chrome and firefox. But when I ...
1
vote
0answers
82 views

jqGrid's header section hiding a dropdown

EDIT: Since I didn't get any responses, I am going to add more details to this question. I use the dropdown menu provided at: http://codecanyon.net/item/drop-menu/81289 (paid for it). The following ...
0
votes
0answers
51 views

css drop menu, submenus are iframes, submenu wont work on IE

So I have a drop menu based on CSS and UL,LI. I would like to add iframes to the submenus to make it easy for future updates or changes because the website is based on HTML and there are thousands of ...
0
votes
0answers
67 views

IE 9 li:hover does not trigger Drop Down

My original issue was that my li:hover was not firing in IE9. Turns out that wasn't working because my li element had a css gradient on the background. Got rid of that, and now I'm stuck with this ...
0
votes
1answer
126 views

css dropdown menu issue in ie

I have a dropdown menu on the top of a page like so: CSS: div#navwrapper { position: relative; clear: both; width: 100%; height: 35px; line-height: 35px; letter-spacing: ...
0
votes
3answers
87 views

Width of select list in IE

I read the article Dropdownlist width in IE but unfortunately I couldn’t adapt it to my needs. I have a select list with some of the options opening URLs in a new window and I use the below jQuery: ...
0
votes
0answers
23 views

WP Nav dropdown menu is hidden in ie

I'm having trouble with my nav dropdown menu hiding behind the logo and banner on my site. I've tried changing the z-index of the nav div to 99 and then the header div to 0, but to no avail. I'm ...
0
votes
2answers
212 views

How to force bootstrap dropdown over iframe in IE10

I have a simple test I am running on Bootstrap and discovered an issue that only occurs in IE10. If you have a dropdown and a iframe below it, the dropdown when clicked aligns below the iframe. I ...
0
votes
1answer
848 views

IE10 Dropdown CSS Not Working

I have a dropdown menu that is activated with a CSS hover. But IE is not doing the hover command. I have tried just setting the drop down menu to appear without a hover, and that works, but no :hover ...
1
vote
2answers
53 views

CSS Dropdown in IE

I have my navigation in CSS so on hover on the main navigation the <ul> within a <li> parent appears. Simple enough. It works in all browsers, except IE. And I can not figure out why. ...
1
vote
0answers
237 views

CSS Drop Down Menu - Not Working In Internet Explorer [closed]

I've got a CSS drop down menu on my website, works fine in other browsers but I'm having problems with Internet Explorer. The menu displays completely differently to how it does in Firefox for ...
0
votes
1answer
83 views

setting the value of a drop-down-list onclick via javascript/internet explorer

i have a drop-down-list on a page from which users can select a certain value which then leads to the display of a certain graphic (depending on the selection). the graphic has an id-tag which ...
0
votes
0answers
44 views

Dropdown menu not showing up in IE?

I have a dropdown menu that isn't working in IE. The dropdown works by CSS only, without JS. I have no idea why it's not working in IE, I've checked all sorts of things (relative positioning, ...
0
votes
2answers
38 views

Internet Explorer Fires Change Events On Keypress

IE fires the change event on a select menu when using the arrows to navigate the menu. This is not the case in non-IE browsers. Non-IE browsers only fire the event when clicking on the option, or ...
0
votes
0answers
138 views

CSS Dropdown menu IE submenu flickers

I am no CSS master, just one who understands a little bit. I would greatly appreciate any help possible since I have been working on this issue for the past 3 days and still at the same point. Here ...
0
votes
2answers
1k views

Using excel vba to change the value of a dropdown menu on a website

I am writing an excel macro to fill out a form on a website. I have written the code that populate the text boxes easily enough, and found code to chose radio boxes, but I am having problems with ...
0
votes
1answer
182 views

dropdown navigation in IE hidden/not working

Here's my css...wrote this a while back and it worked across IE/Firefox/Chrome perfectly and came back to it recently and now big surprise it won't show my dropdown navigations in IE. Help? ...
0
votes
1answer
266 views

IE8 css dropdown issue hovering not working

I have a css dropdown code which is working fine in all browsers except IE8 quirks mode. badly stuck with my code please help.i think hover is not working in IE8 quirks mode. I have little idea about ...
0
votes
0answers
69 views

Sub menu items are making a gap

i have coded a skin for dotnetnuke and used below codes in css style sheets to style my menu but i see a horizontal gap long as nomber of items in my sub menu for example if there is a menu with 5 sub ...
0
votes
1answer
95 views

Having an issue with dropdown showing in IE

I'm not sure why this downdown menu won't show up in IE. Can anyone see what the problem is? It works in all the other browsers, just not IE. I know gradients in IE take a lot of thought. Here is my ...
0
votes
1answer
65 views

CSS dropdown menu fine in FF and IE9 but drops to right in earlier IE versions

this question does seem to have been asked before with several different answers, none of which seem to work for me. I have a css drop down menu that works fine in FF, Chrome and IE9 but in earlier ...
0
votes
1answer
109 views

Dropdown UL becomes transparent in IE

I made a pretty standard CSS dropdown menu but something wierd is happening in IE. As you can see in the screenshot it only shows the shadow and everything inside the element is transparent. I dont ...
1
vote
2answers
256 views

background-size fallback for IE

I have this menu here. I set a background-image for each parent li (then I set an high value for the height of the background-size because the sub-menu has some entries on 2 lines, and a high value ...
0
votes
0answers
97 views

Javascript dropdown in IE

I've got a problem with Javascript dropdown list in IE8, it works well on Chrome, but when I try to press the button to open the list - nothing happens. Can you help me please? Here is the code: ...
0
votes
2answers
589 views

Blogger css drop down menu shifts sub menu items to the right only in IE

I am trying to add a css drop down menu to my blog in blogger. I am using some code that I found for a drop down menu. It works perfect in Firefox and Chrome but not in IE. I am using IE9 but have a ...
0
votes
0answers
68 views

Drop down menu still visible in Internet explorer

This is very weird issue happening just with Internet Explorer. I made some works in a web with Wordpress, and my client asked me to remove some links in a Drop down menu in the Menu Bar. I made this ...
2
votes
3answers
608 views

CSS drop down menu shifts sub menu items to the right but only in ie

I am using some code that I found for a drop down menu. It works perfect in Firefox and Chrome but not in IE. In IE, the sub menu items are shifted over to the right instead of appearing directly ...
0
votes
1answer
361 views

Any way to hide arrow on dropdown lists in mobile IE (Windows Phone 7.5)?

I'm using a custom background on a element but the default arrow still shows up. Mobile IE doesn't support either the 'appearance' or '-ms-appearance' css properties so I'm kind of at a loss about ...
5
votes
7answers
730 views

Jquery val() not working in ie for dynamically added option

i am generating options for my dropdown by jquery ajax method, filling it by db. $.ajax({ type: "POST", url: pageUrl + '/FillAssignee', data: {}, contentType: ...
0
votes
0answers
145 views

DropDown Menu wont expand on Ie8/9 locally

I drew a drop down menu and wont expand on IE8 and9. I copied the code into a fiddle and it works, but on my locally page is not working if I run on ie8 and 9. This is the fiddle where the code run ...
1
vote
0answers
189 views

Dropdown Menu (sub menu) not visible in IE

I created a drop down menu and it works perfectly in Firefox and Chrome but not in IE. Everything looks good in IE except when I place the mouse over "Services" tab, the sub menu does not drop down. ...
2
votes
1answer
222 views

Wordpress dropdown menu doesnt work in IE

Im developing a website for a customer in Wordpress. The website www.daanen-shipping.nl has a dropdown menu which is working fine in FF/ Chrome and Safari but not in IE. The customer is useing IE 9. ...
0
votes
1answer
150 views

Nested Lists Not Displaying Properly in IE

I have a CSS-based navigation element that drops down sub-categories and then runs them out horizontally below. Like this: When the user mouses over a main item, it displays a silver background, ...
3
votes
1answer
479 views

CSS & HTML drop down in Blogger — Not behaving when hovering in IE; but perfect in other browsers

I'm adding a drop down menu bar to my blog using html & CSS. The code is from My Blogger Lab with tweaks to color etc. My test site is: http://practicedailygratitude.blogspot.com/ I'm 100% ...
0
votes
1answer
37 views

Styling list items in Internet Explorer

Hi I am having a very strange experiencing with list item navigation menu. On the main parent li I have a background color, but when I drop down in to the li ul li I want the background color to be ...
0
votes
2answers
75 views

Dropdwon menu behind youtube video, why?

My youtube video overlaps my nav-menu in internet explorer 7,8 & 9. Ive tried to put high z-index, positioned all parent element to dropdown to relative, put or to the youtube object. Anyone ...
-3
votes
1answer
67 views

<a> tags lack substance in IE, hence breaking css menu

When building a site I ran into a strange problem with IE and our css menu system. The a tag in the top tier of the menu seems lack the same clickable area that Firefox and Chrome give it. So because ...
2
votes
1answer
2k views

How to set font-family in HTML select dropdown list in IE? [duplicate]

Possible Duplicate: Change css font-family for separate options in select tag Styling options in bold in Internet Explorer I am not able to set font-family of a dropdown list of HTML ...
0
votes
1answer
377 views

IE Not Including Margin and Padding in Hover without Background Set

I designed a pure-css dropdown navigation menu similar to the suckerfish model, and I would like a little space between the main nav buttons and the nested ul that drops down. To accomplish this, I ...
0
votes
0answers
77 views

IE select drop down flows up above window

I'm having some troubles styling a select drop down box for Internet Explorer 9, 8, 7, and 6. What seems to be happening is the drop down select box will flow upwards toward the top of the browser ...
0
votes
1answer
461 views

jQuery Dropdown menu ie9 compatibility mode

I have created a simple jQuery dropdown menu. Working in FF, Chrome, ie9. However, it does not work in ie compatibility mode. HTML: <div class="navBarCont"> <ul class="navBar gradient ...
0
votes
0answers
197 views

Tooltip with Embedded Drop Down Menu Problems in IE

I have a fairly unique problem with IE. I've built a custom tooltip that will create a div, position it, and populate it with whatever I throw at it. Our friend (ha) IE has thrown a wrench into it. ...
0
votes
0answers
27 views

IE loses contact to area behind dropdown

I have a sensitive navigation area that keeps visible as long as the mouse stays on it. In this area I have a drop-down. In IE the area changes its state to invisible as soon as the mouse pointer is ...

1 2 3