I have a YUI datatable set up, with about 90 rows of data in it and I want the user to order the columns as they see fit and then print the page.
I have all the YUI stuff set up and it works great. However when printing, it removes all the coloring, and plays with the table layout.
I added this:
[
H1 {
text-align: center
}
.hid...
I'm trying to show the copyright and infinity signs at the bottom of my page using this code:
© Copyright Mikle 2009 - ∞
This works perfectly in Firefox 2, 3 and Chrome. IE7 though, is showing me the actual codes (like you see above) instead of what I expect and the other browser show:
© Copyright Mikle 2009 - ∞
This is...
Hi,
I've styled some unordered HTML lists and their heading to look like this in Firefox:
Unfortunately, in IE7, they look like this:
The relevant HTML is
<div class="list-column">
<h4>Types de pêche</h4>
<ul>
<li>Pêche en lac</li>
<li>Pêche en Rivière</li>
</ul>
</div>
And the CSS is:
.list-column ...
http://madisonlane.businesscatalyst.com
I'm trying to get the div#sign-post to sit above the div#bottom. This works fine in all browsers except IE6 & IE7. Can anyone see what the problem is here?
Also IE6 is displaying an additional 198px to the top of div#bottom.
...
http://www.downloadadeal.com.au/
The site above fine in all browsers except IE7 where a strange space appears between the content and the footer at the bottom of the layout? The two footer lines should match up. Has anybody experienced unexplained spacing before?
...
I would like to have Intenet Explorer allow me to choose an identity when connecting to a client-authentication enabled web server.
Currently I have my Tomcat web server configured to use client authentication. I also have an ssl client accessing a keystore and successfully connecting to the web server. However when trying to get IE...
Float:right specified for a div inside a table cell seems to have no effect in IE. I have also tried text-align right, among other things, to align the layer contents to the right, but without success in IE 7.
CSS snippet:
.workloadcell {
background-color: #E6D7E9;
padding: 0px;
width: 14px;
height: 16px;
text-alig...
I set up a thing so that, from various places on my website, I can link to a page called "linktothis.php" which will include a link to the referring page. It works fine in firefox, but IE seems to give it trouble and it tells me:
Warning: fread(): supplied argument is not a valid stream resource in /usr/local/apache/sites/nextadvisor/l...
I am still running IE6 on my development PC because I use it to test the websites I'm developing.
I normally only test on IE6, assuming that IE6 is the lowest common denominator of IE family of browsers. If it renders well on IE6, it will be OK for IE7 and IE8. The other browser I use heavily for testing is Firefox 3.x. I assume th...
Is it possible to open a pop up from a Java page which is on Safari browser to open a popup in IE browser.
I think it is not possible.
...
This works on all other browsers...but fails on IE7 & IE8. Help Please!
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<script src="/javascripts/prototype.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<input type="button" value="Ajax Test" onclick="var myAjax = new Ajax.Updater(...
I'm trying to implement binary behaviour by using the C# language. I found a great article with a lot of workarounds, So I've implemented my program's behaviour exactly like it was described in the article. But when I run the program, I find that some code isn't executed:
<object id="mybehav" classid="http://localhost:81/mycontrol
/MyCo...
In what seems to be random occurrences, javascript files are not loading.
I believe this diagnosis is correct because a) I have code to check, b) I've stepped through the code, and c) I get “'myfunction' is undefined” error when functions in those files are used.
Sometimes this doesn’t happen for an hour, sometimes it happens every tim...
I've been beating my head against the wall trying to figure out how I can force IE to download and open a Word document in Word instead of opening in Word window embedded inside of IE. Googling around, all I can find are instructions like this one http://www.shaunakelly.com/word/sharing/OpenDocInIE.html which show how to configure the se...
I am receiving this XML error:
Only one top level element is allowed in an XML document. Error processing resource...
Accompanied with this PHP error:
Warning: file_get_contents(...)
It seems straight forward, except it's not reproducible in any way and it's happens 100% on our clients computers (more than 6). Initially I thoug...
when i am going through my project in IE only its showing errors
A runtime error has occurred Do you wish to debug?
Line 768
Error:Expected')'
Is this is regarding any script error
...
IE6 and IE7 don't scale images nicely in web pages when the images are scaled with css width/height or attribute width/height. I am not sure which algorithm it uses by default, but it's not good.
Scaled images display aliasing artifacts when scaled in these browsers.
...
Ok...this is extremely weird.
I have a form that's being printed by my client and in Firefox it's great! In chrome it's great! In IE...it prints the questions twice. From 13 to 26 pages.
I can't figure it out
http://intranet.barberitos.com/compliance_new/index.php?Form_ID=1&store_address=16
ANY IDEAS would be helpful.
...
I have an ExtJS combobox with a remote data store behind it. In all browsers it works fine, except in IE (all versions that I've tested) where the combobox expands for a splitsecond, showing a "loading" icon and then it disappears again. Clicking it again after this doesn't make it expand at all anymore. Basically: it's not being populat...
I have a page that has a a call like
<%# Databinder.Eval(Me, "Description") %>
where the description contains html that gets outputted on my site. It has worked fine for years, but now I am trying to add an img tag in the html, with a width of 740px, which fills the space nicely in lower resolutions.
It works fine in all browsers t...