My problem is that I am not sure how to use .delegate for the following scenario:
our application has a voting system to which several rounds or steps can be added. every time a new step is added there is a list of options that defines how the round/step is to be won.
<select class="listOfOptions">
<option value="U">Unanimous</option...
This problem only affects IE7. The hover effect works but when I attempt to hover over the sub-menu items, the menu suddenly disappears! Only, it's covered by the images in the header div. I've tried z-index and removing margin among other things but nothing works.
Website: http://bit.ly/9ZFJk5
CSS
#menu-container{
background: ur...
I have an element on my page that has "display:none" and "visibility: hidden" applied to it. Yet IE 7 still displays the element. Not only does it display the element, when I open developer tool bar and inspect said element it tells that it is indeed not displayed and not visibile.
Furthermore, When it's in its original state I can't us...
body {
background: #f6f6f6 url(http://path.to.image/body-bg.gif) repeat-x;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.5;
}
works in everything but ie7.
what's wrong here?
...
This seems to works in ie8, Chrome, and Firefox. Everything should be on the same line, but in ie7 the last div for some reason doesn't seem to "fit" and gets dropped down to the next line. Is there a simple way to get this to work with ie7?
<div style="width: 95%">
<div style="width: 25%; background-color: blue; float: left;">test...
Absolutely positioned element inside a parent with position:relative does not show up, even though z-index and positioning work just fine in standards compliant browsers and IE8 & up.
Even more confusing is that when I select the absolutely positioned element in IE Developer Tools, it shows up.
Can someone explain to me how to work aro...
I've got a list with floated list items which should use the standard bullet. But in IE7 only, these bullets don't appear:
Here is the all the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" ...
I have a form that I use to post Live data that is appended to the form using Jquery. The data that is appended contains an input box containing the value of the data I want the form to post. Everything works in Chrome, Firefox and IE8 but not IE7.
Why can't IE7 post live data. What am I doing wrong is there anyway to get around this???...
I have some page layouts that require multiple columns and all of their content needs to be vertically aligned to the top since different columns will have more/less text than others.
I did the layout using the table-cell property so I could use vertical-align, which doesn't work with blocks as far as I know, but I just realized that th...
I recently took over a GWT project and began making necessary changes. Everything was fine until one day someone viewed the project in IE-7. There is an error msg that persists in two of the GWT panels or screens. Also the final results after using the tool do now show properly, however they are emailed correctly.
Because I took over...
I got a sidebar menu from DynamicDrive. I changed it a bit so that can be used from right to left. It works perfectly in all browsers except IE7. After loads of debugging I found out that when I remove the <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> tag it...
When we render dynamic elements with Javascript in IE7, the CSS styles are not applied. When we use the Web Developer toolbar to view the page, the dynamic elements do not appear. Pages render fine in Firefox, Chrome, and Safari.
Is IE7 unable to apply CSS styles to dynamically created elements? IE8 renders the dynamic elements prope...
My HTML page has extra width, but only in IE7. I get horizontal scroll bars even though all the content of the page seems to fit in the browser window.
Take a look:
Video: http://www.youtube.com/watch?v=_cxGzcTodTk
HTML page: http://photoshop.faressoft.org/
...
Hi All, Ive had a quirky issue brought up by one of my website users. They are running Vista and with IE 7.0.6. When they open up my Silverlight website it seems to download the XAP correctly but once the XAP has finished downloading IE just dies/crashes.
Just wondering if anyone has seen this problem before and has any advice?
Thanks
...
Please refer to http://stonepay.sonikastudios.com/css/style.css as well as http://stonepay.sonikastudios.com/ for the actual page reference if you like.
I have a dropdown menu that shows up on click. This works on the "Our Services" and "Our Projects" menu items, and the fade-in and all works just fine. Being dropdown menus that cannot...
I have started having problems with our asp.net webform applications running behind a proxy since the user base have upgraded to IE7. Some postbacks seem to drop out and at times it is difficult to make controls on a page raise an event. It appears to be intermittant and I have been told there are issues around using IE7 behind a proxy w...
Is there any way to detect IE7?
I don't have any problems with my codes in IE8, but I have a problem with IE7.
So what I thought is that I can add a class with jquery when a browser is IE7 detecting it by javascript.
I want to change from
<div id="system">
to
<div id="system" class="ie7">
Thanks in advance.
...
As I can't really provide code examples at the moment I'm hoping someone's heard of this before.
I've got two iframes; if I hit refresh ONLY in IE7, the lower frame's content will either appear in both iframes, or the lower iframe will disappear.
If I hit enter in the address bar to refresh, it works perfect 100% of the time.
...
Let's say I have an html table with a css declared width of 750px. It has 5 columns and each column has a width of 50px, declared using css (all td's have a 50px width). Obviously, the sum of the columns' widths is 250px which is less than 750px.
When the browser renders the table, each column has a different computed width. I have one...
Been pulling my hair out for nearly a day on this now guys, if anyone could shed any light on this issue I'd be very very grateful.
This page works in all browsers but IE7 (don't care about < IE6) - http://dev.chriscurddesign.co.uk/toureen/company.php
If you look in chrome the pages scroll nicely sideways and jquery.address makes the u...