Here is my code:
$(function() {
var section = new Array('#content');
section = section.join(',');
var fontcookieoptions = { expires: 10 };
var originalFontSize = $(section).css('font-size');
// call cookie class
$.cookie("test");
// parse cookie into numerical data
var savedFontSize = parseFloat($.cooki...
I know this could boil down to a philosophical issue, so I don't mean to start a discussion on the topic. But I'm looking for the (or a couple of them) best way to resolve most issues of CSS styling in Internet Explorer 6.
I'm aware of this article on forabeautifulweb.com, and it's recommendation to just feed IE6 users a universal plain...
Hi,
I have a TabPanel where each tab is a ManagedIFrame. A dark blue block (below the tab panel) as shown in the image gets added whenever a new tab (also a maangediframe) gets added. It happens only in IE 8. It does not happen in Firefox. Any suggestions?
image:
http://www.sencha.com/forum/attachment.php?attachmentid=21712&d=128034...
I'm trying to switch from AjaxControlToolkit to jQuery UI tabs for a fairly simple tab element. I'm 99% there with CSS and theming, but I'm running into a wall attempting to get rounded corners on the tabs in IE. jQuery UI provides the styles needed for rounded tabs in better browsers, but it might be a deal-breaker if we can't get the...
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....
Calling for example IUrlHistoryStg seems to access the memory-mapped version of index.dat which is held by Explorer.
Could this API ever possibly work without Explorer running? (but with the user logged-on which is necessary as this API only works for the calling user)
...
Hi there!
I coded a simple sliding gallery with jQuery. It's a narrow container with a wide table inside that changes it's 'left' property through .animate()
Works beautifully on Firefox, Safari and IE8. However i'm having an issue with internet explorer 7 and below.
A message error pops up saying 'script error. line: 4619. char: 4. e...
I am in the process of writing a jQuery plugin for 3D text and for Firefox, Chrome and Safari (and other similar browsers) I am using the CSS3 text-shadow property to render the 3D text.
As a fail-over for Internet Explorer I am writing layers of text to get the same effect.
The problem I have is that when I put text on top of other te...
I read through several questions similar to this one before posting, but did not find a solution that worked for me.
I have one page in my site that does not fit the template I use for every other page because the table of info generated for that page is so wide. To make the table show I used overflow-x:visible. The result is exactly ...
Title says it all. Trying to get information on this so I can answer my other question here.
...
I have written a simple ActiveX control using Visual Studio 2010. I have registered this control on my development machine using regasm, and I can invoke the control in IE using Javascript's new ActiveXObject("...") functionality.
However, I now need to prepare my ActiveX control for deployment to the customer, and this is where I need...
Hi,
In the latest Internet Explorer when I click on a button I see the text reposition to the right and down by a pixel or two. In addition, when I click on the same button in the latest Opera 10.53 I see the same text repositioning as well as a black border appear.
Here is my button code:
#buttons
{
position: relative;
paddi...
Getting a weird error on a site I am developing. Even looked back at last couple of sites to make sure there was no differences... and nope, can not see any.
Getting an jQuery undefined error only in IE on the following page http://weesleekit.info/lotus/beta/ it's with regard to the easy slider part on the site, but have used easy slide...
Hey! I know it's a long shot since I've not found anything on the web about it but does anyone know if it's possible to send notifications to the user's browser that a change has occurred on a webslice?
Thanks dudes and dudettes!
...
Hi all,
I've got a problem with System.Windows.Forms.WebBrowser
On every machine, with the exception of one, it works fine, but on this one machine JavaScript seems to get disabled on the page that the control is trying to render.
I've gone through every system setting I can find relating to it and told it to allow JavaScript, but no ...
<div class="build-editor" id="section-content">
<link href="/stylesheets/upload-from-disk.css?1280508898" media="screen" rel="stylesheet" type="text/css">
<div class="attachments">
<h1 class="at-header">Attachments</h1>
<div class="at-options">
.
.
.
In ie8 and 7, this stylesheet is never loaded... why?
...
Chrome (and IE when browsing local files) gives an initial value for the clientHeight of a textarea element that is incorrect. How do I get IE and Chrome to give the correct values? (Problem demo'ed here)
I am setting the position and size of the textarea via CSS fixed/absolute positioning. Then I am checking the value of clientHeight v...
I am building a site in php. I was trying to allow users to change their profile image. But in internet explorer new image is not showing up..IE still shows old image. It will show new image only if I close and open the browser. URL for this image is always same. How do I invalidate IE cache,,,"Cache-Control: no-cache" is not working.
...
I'm attempting to create a tooltip-like system where a mouseenter event causes a div to show up which will overlay content. Unfortunately the issue I've run into is that content later in the DOM is not disappearing in IE7, while content earlier is disappearing correctly behind the z-indexed element.
Here is some sample code which illust...
I'm trying to deploy my dll (just a dll that needs to be registerd, nothing else) but cannot figure out the best way to do it.
A CA signed cab seems to be the nicer way to do it, since it doesn't seem like a full program to the user and he only gets one prompt, but I'm facing the following problem:
the cab is downloaded, then the yell...