This is code for a costume contest application I'm presently building. There will be a row of radio buttons 1-10 wrapped in labels that will all be individually clickable. Upon the click event, the form will submit, I do some post-processing and return a json object from which I will inject the post data into the page. This process will ...
I'm debugging a site that has problems with element positioning when printing (I have a separate print.css file linked by a link element with the media="print" attribute). This problem only occurs in IE7 and IE8.
What I'm looking for is a way to view the page using the print media type, but while still having IE8's developer tools avail...
I'm using submit controls in my web page
<input type="submit" name="BtnSearch" value="Search" id="btnSearch" title="Search" />
Even when I turn off CSS I get a big gap before the start and after the end of the text of my button. My buttons are also bigger than I want. Is there a way to style buttons in IE6 and 7 to make them more com...
I'm using jQuery to switch between 'simple' and 'advanced' search panels by sliding up/down the panels. After the slide I want to set the input focus to the first field, however this causes the panel to blank out on IE7. It doesn't happen on FF 3.5.1
The original code is using ASP.NET but I've managed to reproduce it with some simple HT...
hi.. I need a little guidance here...
I have 2 links:
<div class="tarjBodyHolder">
<div class="imageHolder">
<a href="#" onclick="alert('picture link'); return false;">
<img border="0" src="/picture.jpg" />
</a>
</div>
<div class="linkTransp">
<a href="#" onclick="alert('family link'); retu...
I'm developing a user control that will be embedded in Umbraco. It's been a long slog but I've got it mostly working.
At this point I have a template in Umbraco that refers to my web control as a marco. So far so good. It looks great in Firefox, but breaks in IE7.
The weird part is that the control looks perfect in both IE7 and Fire...
Hello,
We inherited a new product that we are now supporting. It is a web application that displays chart(s) using SVG.
On my machine, it runs perfectly. It loads and shows the SVG charts using Adobe SVG viewer 3.0. While on the customer machine, the SVG charts wont load.
I noticed that the web application is requesting for MSXML3 Act...
Hi all
I have a WATIN test like the following:
...
[Test]
public void IE_should_launch_on_correct_url()
{
// do something here that should launch IE
...
_ie = IE.AttachToIE(Find.ByUrl(someUrl));
...
Assert.IsNotNull(_ie);
}
[TearDown]
public void Tidy()
{
_ie.Close();
}
...
If there's another IE (7) opened, the f...
I cannot understand why my personal website tonyamoyal.com does not center on the blog page in IE7. The centering looks fine on all other pages but for some reason on the blog page it shifts left. The layout looks to be the same so maybe it is an overflow issue, but I can't figure it out.
Any ideas?
Thanks!
...
Ok. Here's the situation. I am styling a comments section on one of my websites. Here's an example markup:
<ol class="comments">
<li>
<a href="/view/profile/id/2">
<img src="/images/photo-thumb.gif" alt="johndoe" />
</a>
<p class="pad-top"><em>written on Sunday 2nd of Aug...
Hi all,
I'm having some problems with a certain piece of code which sits in my site; this error only occurs in Internet Explorer 7.
Rather than post all my HTML/CSS markup here I have put up a version of the site here.
As you can see I have "Widgets" in columns, for some reason IE7 adds an extra space under the Widget Header while FF ...
I have a table in my web site, with a select element in one of the cells. If I try to change the content of the element, everything works fine in most of the browsers that I've tried (including IE6, surprisingly enough), but in IE7, the table cell does not adjust its width to fit the select element. Is there any way to make the table cel...
I have the following specified on body:
body {
font: 63.5% Helvetica, Arial, sans-serif;
In Virtual Machines, I am unable to setup an IE7 installation to reproduce this problem, but on others' machines, some with IE7 render the font on the page abnormally large. The actual CSS and html are hundreds of lines long across multiple file...
Ok so I'm writing a failry complex ASP.NET page that has quite a bit of javascript related to it. The problem is the page has alot going on with it but the browser just acts unresponsive alot of the time and lags while the javascript seems to perform fine.
In this page, I send down a array list of available items for the user to select...
Hi. I have the following dropdown menu :
<div id="dropdown_menu">
<ul>
<li><a>Item1</a></li>
<li><a>VeryLongLongLongItem2</a></li>
</ul>
</div>
outer div has position: absolute, the links are highlighted.
('li' and 'a' should be of the width of the widest element in the list, so that a:hover will highlight the whole line - see ...
Hey guys I want a form to be submitted but it just won't work in IE. Altough in mozilla and other browsers it is working. The code:
<input type="image" name="zoeken" src="knop_go.jpg" value="zoek" alt="zoek" />
What's the solution for this problem ?
...
Is there a program or website that can show me what my website will look like in Internet Explorer 7? I know there's one out there, I just can't find it.
EDIT:Preferably a program.
...
It looks like IE7 doesn't reload the latest version of my stylesheet each time I upload a new version on the server.
This is annoying as I am debugging my .css file to make it work on IE...
Tried to empty the browser cache but still not working.
Thanks for your help.
...
I created a very simple ASP.NET application with one ASP.NET textbox control, ASP.NET button control and a ASP.NET gridview control.
When my client loads the application for the very first time, they enter in some text and press enter. The application does not load the results and clears the text box control. When they close their b...
Hi, I am trying to call one div on click of select element. there are 4 select elements two in each row. When that div is called it goes behind the succesive select element. This issue is specific to IE7. It works fine with IE8 and firefox3.
please can anybody help...
Thanks,
...