got the jq cycle plugin to work nicely on all the other major browsers, but IE7 just shows the first nested element (an img with a anchor wrapped around it) with no fade/animation.
http://alitedesigns.com/
I checked for trailing commas after the custom attributes for cycle, any thoughts on why IE won't play nice?
thanks!
...
I have a strange Problem with table formating using IE 7.
My table looks like this:
In IE, when using border-collapse, the borders don't get displayed correctly. That's why I used this fix:
.table-vmlist td { border-top: 1px solid black; }
td.col-vm-status, tr.row-details td { border-left: 1px solid black; }
td.col-vm-rdp, tr.row-de...
I have a friend that has a really strange issue with my website. When he clicks on http://www.copeo.fr/ the page displays fine but when he clicks on a link like www.copeo.fr/user/ the CSS is not applied even after a refresh. The raw html does display.
I asked him to display the CSS that is hosted on amazon S3 hcopeoressources.s3.amazon...
Is there a simple hack for this? I'd prefer to avoid javascript.
...
getting following exception while making call using XMLHttp object asynchronously in mozila firefox.
can anybody help me to resolve this issue?
407 Proxy Authentication Required
The ISA Server requires authorization to fulfill the request.
Access to the Web Proxy filter is denied.
Description of cause-
actually i am trying to make as...
The use of rowClasses in a datatable with 2 different rowclasses renders successfully in FF,IE8,Opera,Safari but not in IE7. It defaults all rows to white background color.
Is there any workaround for this ?
...
Hi,
I have a CSS style using child selectors in an HTML page as follows:
<html>
<head>
<title>MSO Bug</title>
<style type="text/css" media="screen,print">
ol{list-style-type:decimal;}
ol > ol {list-style-type:lower-alpha;}
ol > ol >ol {list-style-type:lower-roman;}
</styl...
I'm better about getting things to look good in IE8, FF, and Safari, but IE7 still throws curve balls at me...
Please check out this page and scroll down below the nav bar:
http://rattletree.com/instruments.php
It should become obvious when viewing in FF vs IE7. For some reason the formatting of the list is pushing the list items down...
Why does IE 7 not handle, the css background property for anchors?
css:
.nav a
{
float: left;
display: block;
padding: 5px;
height: 25px;
line-height: 25px;
font-weight: bold;
}
.nav a:hover
{
background: #fff;
color: #000;
}
html:
<div class="nav">
<a href="#">anchor</a>
</div>
It has no backgr...
I know that there are many posts about this on Stackoverflow, but this one is different.
All of the other fixes to this have to do with javascript, but I don't even have javascript on my page. None. And I am still getting this error.
Was there any other reasons why this error was being caused?
Also, it only happens when I visit my t...
When I'm trying to create a rounded shaded box it works fine on FF and IE8 but on IE6 and IE7, any div inside the box gets the last background but if you set that all divs on the level where there should not be a background have background:none it doesn't show any background on the level that comes before
*The code is pointing to live i...
On my page the main content is overlapping onto the footer. this is only happening in IE7. It works fine in ie8,ff,chrome. Any ideas on what the issue is?
Thanks.
...
Hi,
I am using the jQuery cycle plugin to fade in and out png images on top of a transparent background. Just from the description you can understand that I'm running into graphic artifacts on explorers. The link to the page is:
http://www.ionline.gr/keavillage
Could you propose an alternative [except flash] or any way I could edit t...
i have a page that contains content which need to be dynamically changed according to the current page size. in order to do that, during the onload event, i attach some JS function to the "onresize" window event. it looks like that:
window.onresize = function() {
//do something here...
};
This is working fine in any browse, except I...
It's common knowledge on SO (see this question) that to run IE6 and IE7 you need a Windows box (or virtual box) with only those apps installed. I doubt this is true (they are the real versions, I think).
The two browsers I'm interested in are:
Standalone IE6 from the MultipleIEs install
Standalone IE7 also from Tredosoft (but publishe...
Hi,
I have the following .jsp (signIn.jsp):
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<div id="logBanner">
<form id="regForm" class="little-form" action="../user/signIn" method="post" >
<label id="lblNickname" for="txtNickname">Nombre de usuario:</label>
...
Can some one help with the situation im facing....... we have a flash image in our home page and flash 6 is installed in my system and whenever i try to navigate few links on the website the entire browser window gets crashed and this happens only in IE7i.e.,(IE7 with flash.ocx version6).I've tried to replicate the same in different brow...
I am having trouble sorting an array that includes undefined elements (a sparse array) in IE7. This works great in Safari and Firefox of course, and I haven't tried other versions of IE, but here is a simple example.
<html>
<head>
<script type="text/javascript">
function runscript() {
var myArray = [{id: 2},
...
The Preview, What others are saying tabs are stacked and right-aligned (wrong).
They should be horizontal and left-aligned.
It's displayed correctly in firefox,IE8.
What's the reason for this?
URL: http://www.learncentral.org/resource/view/59896
UPDATE
Related html here:
<div class="ed_tabs">
<ul class="ui-tabs-nav">
...
I have a page which displays ~300 pages worth of tabular data. Firefox, Chrome, Safari all work fine but IE 7, 8, and 8 Compatibility view all wretch. It lags for several seconds when I try to scroll or press the page up/page down button.
Pagination, smaller data sets, and other usability suggestions will not work for this page. Assu...