Hi,
I am very new to windows programming so bare with me.
I have a custom explorer bar (a band object) that hosts a webbrowser control. I can initialize the WebBrowser control properly and have it display web pages.
However, I've noticed that when I resize the explorer bar, the webbrowser control doesn't resize appropriately to the si...
I've been running into a presentation issue with Internet Explorer. The following simple block of code renders as I would expect it to in Safari, FireFox, Chrome, and Opera. However it results in a noticeable space between the left and right floated DIV elements in both IE6 and IE7.
My question is: Is there a more correct way to achie...
When I print a webpage from Internet Explorer it will automatically add a header and footer including the website title, URL, date, and page number.
Is it possible to hide the header and footer programatically using Javascript or CSS?
Requirements:
works in IE 6 (no other browser support necessary as its for an Intranet)
may use Acti...
I need to write an add-on/plugin for IE 6/7 that will intercept any Javascript print() call and automatically print the page on the default printer, bypassing the standard print dialog. Unfortunately I know very little about Windows or IE programming (I come from the land of Cocoa), so I'm at a bit of a loss as to where to begin. I think...
I've had a WinForms control hosted in IE for quite some time now and it has always worked well (.NET 2.0, IE 7). But recently as we are preparing for a new release my script tags (e.g. <script for=> that register for the controls events no longer seem to work. I've never had a problem with this before and none of the code related to this...
I'm using Prototype's PeriodicalUpdater to update a div with the results of an ajax call. As I understand it, the div is updated by setting its innerHTML.
The div is wrapped in a <pre> tag. In Firefox, the <pre> formatting works as expected, but in IE, the text all ends up on one line.
Here's some sample code found here which illustr...
I'm poking around with jQuery and the fadeIn & fadeOut effects. I have the following code to display and to hide a div with a message.
`
<script type="text/javascript">
$(document).ready(function() {
$("button").click(function() {
$("#upd").fadeIn(3000);
$("#upd").fadeOut(20000);
});
}...
Hi,
I've written explorer bars (band object) before and AFAIK vertical explorer bars can only be on the left side. However, I was amazed when I saw this explorer bar by HP that is docked on the right hand side instead:
I've searched up google for a bit and I can't find any resources on this. Does anyone know how to build a vertical r...
I have an Internet Explorer BHO (in c# .net) and want to identify either when a user initiates a navigation, or when a user-initiated navigation has completed. By user-initiated i mean clicking on a link or similar action. In particular if there are multiple frames in the document being loaded I want to treat them as a single 'navigation...
I would like to position three items in CSS using float.
In the top left--logo
To the right of the logo, the navigation, which is an unordered list, ie floating left.
In the top right, a 2 line sign up for newsletter field--copy top row and form field with submit bottom in the second
I've given each it's own Div tag but can't see t...
I'm writing a conferencing portal using the open-source OpenMeetings, which is a Flash app that is compiled with OpenLaszlo. So, I have access to the SWF source code which is a mix of Laszlo markup and JavaScript, but not ActionScript.
The problem I am having is that when users navigate away from the app in Internet Explorer, their micr...
Hi,
I have this little script to toggle a contact form when a button is clicked :
$(document).ready(function(){
$("#button").click(function () {
$("#form").toggle("slow");
});
});
All is working OK in Firefox, but in IE it seems like the toggle's fade-in effect doesn't gets 100% complete, and the text is being 'frozen'...
Hi Folks,
Does anyone know of a working fix for the ie z-index bug? I have come across a few solutions but interested to see if anyone here knows of a better fix.
Thanks!
...
The following code renders great in FF3 but doesn't work in IE7. Does anyone have an idea how to fix it?
<div style="padding-top:3px;padding-bottom:5px;width:650px;background:blue">
<div style="height:50px;float:left;display:inline;width:500px;background:gray">http://www.brainsolis.com/2008/10/twitter-tools-for-comunity-and-love-for...
I've been trying for the past 3 hours to get my svg web site to open popups, and all I ever get is "Permission Denied" errors in internet explorer. I've tried everything I could find on google, and nothing works. I've even gone to the point of just calling window.open() blank with no parameters, and still get a permission denied error. W...
I'm trying to use the MusiSync font to embed a sharp and flat symbol in a line of text. In order to keep these symbols from being tiny I have to make their point size twice the size of the rest of the text. Unfortunately, this messes up the line height in Internet Explorer and I cannot find a way to control it. You can download the MusiS...
I like to keep javascript debugging enabled in my browser so when I'm developing my own code I can instantly see when I've made an error.
Of course this means I see errors on apple.com, microsoft.com, stackoverflow.com, cnn.com, facebook.com. Its quite fun sometimes to see just how much awful code there is out there being run by major s...
Hello all,
I have a display problem with jquery datepicker in IE 6.0. The border of the datepicker pop-up is not shown in IE 6.0, the background of the pop-up window is white (should be gray) and the back- and forward navigation icons are shown in a wrong color. FF and later versions of IE are showing the expected correct result.
Am I ...
I am building a web based free dynamic news reader (aka "autoplay" feature), that you can test it from here:
http://www.fivetechsoft.com/news
and I would like to implement a button to fullscreen it. Any hints?
Please notice that only IE is supported by now. Other browsers support comming soon.
...
I have a problem with a flash object placing itself on top over everything in IE6 and IE7.
Firefox renders the page correctly.
I bet somebody else has had this problem and found some kinda solution to it.
...