I'm trying to load a YouTube video with Fancybox. It's working with all the browsers but it seems to have problem with IE7, it only shows a blank white page. I don't know what I've done wrong here, I tested there example online and it work with IE7, http://fancybox.net/blog. I also took my code from them.
So here's my markup on the home...
My forehead is bruised out of frustration over this issue. In the standards compliant browsers my layout looks fine but, of course, IE7 and IE6 like to make a hot mess of everything. I'm trying to make a simple header that has some text to the left and a form inline on the right. The header is 835px wide and centered using auto margins. ...
Hi this is a simplified version of an issue I'm having with IE7. Basically the divs following the cleared div (green) don't behave as expected (in IE7). It works as expected in Safari, FF etc and IE8.
Does anybody have any advice for a fix. Thanks for any help :)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3....
Hi all,
I have some basic hyperlinks (they're tags dynamically generated by Wordpress).
Here's the code that generates them:
<p><?php the_tags('Tags: ', ', ', '<br />'); ?></p>
Everything works in all modern browsers (including IE8). However, in IE7, it looks the same, the link is THERE, with all of the properties EXCEPT the hyperli...
Hi Guys,
I have a simple horizontal UL LI main nav which I am trying to align to the center of the page. Text-align, which works in the other browsers is working but this does not work in IE7.
Is there something I am missing about this bug in IE7?
Thanks!
...
Hi all,
I have the following website (and please excuse the language of the site, it's in Hebrew), and I apologize for posting a link here. I promise to replace the link with something generic as soon as the problem is fixed:
EDIT: original site replaced with this: http://mysite.com
For some reason, there's an extra scroll to the left...
I have a site driven by ~1000 lines of jquery/ui. Most content is dynamically generated from ajax requests. Everything works great in IE8/Chrome/Safari/FF 3.5
IE6/7 fails to parse JS code, giving all kinds of errors (which are really hard to trace to real code).
Jquery is supposed to support IE6, isn't it?
So,
What are the common ca...
Hi everyone,
On this site that i'm working on, http://boldstyle.allthingswebdesign.com there is a gray border-top on the footer ul elements. If you look in FF or chrome, you can see that it creates a subtle effect. If you view it in IE7, the border is way out of place. I cannot figure out why. Please help.
...
This site displays fine in IE8, Mozilla, Safari and Chrome but IE6/7 really screws it up. I've been trying to bux fix the layout, but I'm ready to give up. Wordpress 3.0, coded using BBEdit and PSPad, hosted on Yahoo (terrible, but not my choice).
Site: yovinomd.com
In IE8 dev tools, the HTML is all wrong. For some reason there are...
on this site, http://dncminneapolis2012.com/new2 the content (where it says Minneapolis 2012 Democratic National Convention) is hidden beneath another div in IE7.
Can anyone tell me how to fix this?
Everything works great in Chrome, Firefox, and Safari
...
I have an odd question related to how IE6 gets its version info with respect to conditional comments.
So far I had been successfully using a standalone IE6 inside a custom directory, which I had gotten from (I believe) either MS or evolt (http://browsers.evolt.org/download.php?/ie/32bit/standalone/ie6eolas_nt.zip) - to fix my current is...
The pre tags in IE 7 do wrap the text but the table width will remain wider and scrollbar appears, as if the text is taking full space. This problem doesn't come in Firefox and Chrome. Can anyone help me out defining proper style for IE 7 for pre tags.
<html>
<style type="text/css">
<!--
pre {
overflow:wrap;
width: 600px;
white-spac...
A site works fine with Chrome, FireFox, IE8 but does not work with IE7 (I do not care about IE6). Many people appear to still use IE7 so would like to get it to work.
As a new user to this site I can not upload a picture, so I will describe the issue as best as I can.
Within IE7, the search fields in the header are pushed down below t...
If you use IE 7 and click on this site:
http://www.tlsadmin.com/tlsadmin/PortalHome.aspx
Then, navigate to:
TLS Admin
--\My Companies
------\Contoso
----------\Shared Contacts
You'll see how the list of contacts is all messed up and I can't scroll down. Anyone know why?
And if you're curious, it's my job to take this site as-is...
Hi,
There is no problem with firefox,chrome,IE8 but with IE6 and IE7 a div content only appears if i change the zoom level of the IE7 or IE6 with Ctrl+scroll and then it stays visible.
Please help .
...
Hi
I'm having a display problem with an absolute positioned div in IE6 + IE7
I'm trying to display a drop down menu. this drop down menu is positioned absolute.
now as soon as there's another element below this menu that has position: relative, the absolute positioned drop down menu is displayed behind it.
this only happens in IE7 and ...
I can't figure out IE7 float right bug! This is killing me. My NAV bar looks great everywhere except IE7. I already created a specific IE7 CSS and have tried various approaches, but still no success.
link text
It appears the LI elements are floating outside the #NAV inside the .container.
Anyone of a IE7 fix for FLOAT:RIGHT?
Many t...
On this question about how to make vertical align with css, Sam's comments leads to this page: http://www.jakpsatweb.cz/css/priklady/vertical-align-final-solution-en.html
The solution on the page uses display table css property, which is said not to work on ie6 and 7 by Browser quirks encyclopedia. However, i6 renderer shows it correctl...
Hi, please take a look at the following website: http://www.solidcamxpress.co.uk/
If you look at it in IE6 (try IE Tester if your running Vista or 7) you will notice that the dark grey masthead appears behind part of the panel, and the top of the main image is chopped off. I'm guessing this is a problem with the z-index which IE6 and 7 ...
hi I've created a fixed navigation bar/header at the top of a page with the content below. on all browsers, if i scroll on the page, the content goes under the fixed position nav bar EXCEPT for IE (no surprise there) How do i edit the CSS so this works?
<div class="navbar" style="width:100%; position:fixed; left: 3px; top: 0px; z-index:...