218 Topics

Member Avatar for
Member Avatar for bradshawjgc

Ladies and Gents, I would appreciate your help solving a problem with an XP laptop I have been asked to clean up. It was riddled with Malware and Spyware including various fake scanners asking the user to upgrade to pro. I have been running malwarebytes and avg 2011 on it, …

Member Avatar for jholland1964
0
575
Member Avatar for amh216

Hi! I've been searching for a solution to this problem for almost a week now and I can't find anything. I'm building my first website in Dreamweaver and using a horizontal spry menu bar for the navigation. The bar shows up perfectly in Firefox (at the bottom and center of …

Member Avatar for DemianL
0
214
Member Avatar for vjrabanelly

Hi, I'm using C++ without MFC nor ATL, to create a popup, opening from a DLL loaded in Internet Explorer as Browser Helper Object (all versions from IE7, from XP to Windows 7). Until now, everything went find and my popup is working as I wish. But now I'd like …

Member Avatar for vjrabanelly
0
241
Member Avatar for rizvihaider72

Hello! My website is working fine on every browser except Internet Explorer 6. Please visit and review it and tell me if you find any other bug and tell me how can I overcome this problem. [URL="http://www.idiotstube.com"]Idiots Tube[/URL]

Member Avatar for inplainsite
0
106
Member Avatar for Fortinbra

We're using IE and an ASP.NET web application to open Word documents stored on a shared directory on a server. From ASP.NET we're passing the path to the file (\\server\path\file.doc) and in Word 2007 and older, using any version of IE, this works, even for multiple files at once. In …

Member Avatar for Fortinbra
0
111
Member Avatar for blaucher

I have spent days reading different threads and trying lots of stuff, but nothing has helped my problem. My setup is a home network with one desktop PC wired to an ActionTec router-modem on ATT DSL and 2 PC laptops on wireless. Everything works on the two laptops, but I …

Member Avatar for smferoz
0
269
Member Avatar for ansari.wajid

I am facing a unique bug on a website I am developing, Its occurring only for IE(I am using IE8) that too only on the online version of the site, On my local machine its working perfectly and on all other browsers(firefox, safari, and chrome) its working perfectly both on …

Member Avatar for ansari.wajid
0
225
Member Avatar for moonknight33

Please help me, my check/uncheck all boxes javascript example work not normally in IE8, but Firefox and Chrome, when I click to box with id "chkAll" to control other box with id "chkId", nothing happen in IE8 but a dotted border outline the checkbox, when I click to outside the …

Member Avatar for moonknight33
0
170
Member Avatar for happygeek

With Internet Explorer 9 being acclaimed as the fastest ever browser client from Microsoft, DaniWeb decided to put it to the test against Chrome, Firefox, Opera and Safari and see just how quick it really is in a real world test of web browsing speed. You can read our [URL="http://www.daniweb.com/reviews/review318661.html"]review …

Member Avatar for Aamirnon
1
3K
Member Avatar for happygeek

Internet Explorer used to reign over the web browser client kingdom with a seemingly vice-like grip, but the latest statistics suggest that the Microsoft market share crown is slipping significantly. Although Chrome only has a 7.98 percent share according to one recent report, it has carved that out in a …

Member Avatar for sagemore48
2
948
Member Avatar for art_wired

Hello, I'm hoping someone can assist me with a layout problem I'm having in IE8. The HTML for this is: [CODE] <!--[if IE]> <link rel="stylesheet" type="text/css" href="slider.css" /> <![endif]--> <link rel="stylesheet" href="home/home.css" type="text/css" /> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript" src="contact/js/validation/validation.js"></script> </head> <body id="contact"> <?php require_once('header_graphics.php'); ?> <div id="container"> <?php require_once('logo_link.php'); …

0
131
Member Avatar for saucy6969

Hi there, am working on a new website and was testing it in Chrome and Firefox (looks fine) and when testing it in IE9, the top header image has shifted way off to the right. I can't figure out how to get it to stay put. Any suggestions from the …

Member Avatar for Kraai
0
150
Member Avatar for ajst

Hi, I'm currently trying to create a program that will log into the web page given to it if supplied with the user name and password. but the problem im having is sending the POST request to the website and then retreiveing the URL it sends back to load in …

Member Avatar for ajst
0
316
Member Avatar for youlichika

I have searched many articles, that ie6 could not support postion:fixed, and maybe set position:absolute and top position. But I tried many times in my code and still can not work well, it makes me headache. Can anyone help me to modify my code for me? Thanks. [CODE]<!DOCTYPE html PUBLIC …

Member Avatar for youlichika
0
159
Member Avatar for ajst

I currently have a program that takes a URL edits it and then opens IE with the new URL. What I also want is it to log in to that webpage once it is opened, but i cant seem to find a way to interact with the browser so the …

Member Avatar for ajst
0
138
Member Avatar for joshisumitnet

Dear Friends, The problem I am facing a that how to Hide and Unhide Div tags in IE7 and IE8? My code is [CODE]<div> <a href='javascript:void(0)' onclick='DisplayAddComment();'> <img src="../images/AddComment.jpg" border="0"/> </a> </div>[/CODE] and javaScript Function is [CODE]var m=1; function DisplayAddComment() { if(m==1) { document.getElementById("dvAddComments").style.visibility="visible"; document.getElementById("dvAddComments").style.display="table"; m=0; } else { document.getElementById("dvAddComments").style.visibility="hidden"; …

Member Avatar for Taywin
0
1K
Member Avatar for compill

Hello! About 5months ago my computer was working just fine then one day I received a pop up to update my Dell Support. Since then I can get online, however I can not log onto secure sites. ie- Yahoo Mail, Google Mail... basically anywhere that requires you type in a …

Member Avatar for jholland1964
0
369
Member Avatar for spazticrexe

I have having an issue where I have specified a font size with em, but when I go to resize the fonts on the page (in IE7 using the View>Text Size>Larger or Largest) Everything on the page with the exception of the text controlled by the following css resizes correctly: …

Member Avatar for dennishall
0
557
Member Avatar for Bubbleboy

I wrote some jquery code for my websites navigation bar that displays a drop down menu by fading it in. It works in chrome, and firefox, but, like usual, not in Internet Explorer. I am using the fadeIn and fadeOut effects and everything seems in order. I even added the …

Member Avatar for Bubbleboy
0
169
Member Avatar for littlemt

Hi, Please go easy on me. This is my first website. :) I am having trouble getting my text to line up how I want it to in IE7. It works fine in Firefox and Safari. Wondering if someone can help me fix and understand where I am going wrong. …

Member Avatar for charlesying
0
230
Member Avatar for george61

Hi all. I'm ccentering a searchbox in a container and there are some differences between mozzila and IE. I used the following:[CODE] <!--[if IE]> <style>#menu{ height: 3px;} .navigate{padding-left: 35px;} .text{ padding-left: 55px;} .form{ margin-top: -55px;} </style> <![endif]--> [/CODE] the changes for .navigate and #menu are sucessfull but nothing changes about …

Member Avatar for macgurl70
0
147
Member Avatar for TXLady

I had U-Verse installed for wireless and provided that key number into my 2006 Inspiron 6400 laptop. The laptop has a wireless card inside and it shows the connection status as "Authenticating". I cannot get into the Internet with the laptop. I don't know much about computers so not sure …

Member Avatar for caperjack
0
204
Member Avatar for hellomadhur

Hi, I have set of html pages that are installed locally on machine. I want to make ajax call to local files. In Firefox everything works fine. IE is able to load html pages through ajax call but not able to load xml document. Chrome doesn't support ajax call locally...and …

Member Avatar for hielo
0
3K
Member Avatar for Mapper99

Hi there, I have created a web page that looks fine in all browsers, except for IE7. Any idea why? [url]http://laudontech.com/temp/mansonville/[/url] Is there some custom CSS I need for IE6 and IE7? Thanks in advance, Mapper

Member Avatar for Mapper99
0
143
Member Avatar for bhagu

Hi, I need help with horizontal dropdown css menu. It works fine with IE8, FF and Chrome. My client is using IE 6. Here's link [URL="http://bluedataesl.com/ie.png"]http://bluedataesl.com/ie.png[/URL] I am using this css menu [URL="http://sperling.com/examples/menuh/"]http://sperling.com/examples/menuh/[/URL]. Menu at [URL="http://bluedataesl.com"]http://bluedataesl.com[/URL] I follow step by step instructions. but nothing seem to work for me. Below …

Member Avatar for MJ Pieterse
0
176
Member Avatar for ntc321

i recently had some bad malware on my computer from a stupid ad i accidently clicked.(used adware to delete them and it says they are gone) it says it is connected to the internet and some how skype works but ie, msn,yahoo dont work. i run a diagnostic check and …

Member Avatar for crunchie
0
151
Member Avatar for CNIDog

I cannot get IE to cooperate with displaying an embedded Windows Media Player on a web page. The [icode]<embed>[/icode] tag works for other browsers, but I am having no luck with IE. I am running the code within a Joomla! module on the Gantry Zephyr template. The following code snippet …

0
165
Member Avatar for Bliksempie

Hi everyone, I have an issue with IE7 not responding as it should after a log-in to a website I built for a client. This same problem also affects the add to basket or add to wish-list functionality, the checkout process, and all other Ajax requests. Here is a breakdown …

Member Avatar for MooGeek
0
173
Member Avatar for EricMack

[ATTACH=left]16673[/ATTACH]We got the news in our Firefox browsers this week that a beta release of the next version of Microsoft's stodgy Internet Explorer is due out September 15th. In Redmond's classic trying-too-hard style, the launch will come at an invitation-only event in San Francisco, according to [URL="http://www.pcmag.com/article2/0,2817,2367787,00.asp"]PC Magazine[/URL]. The invitation …

Member Avatar for cisamitesh
0
551
Member Avatar for Borzoi

I'm currently at work and updating some pages on our website so they work on both the current and new site. I am trying to view the changes I've done to the current page I'm working on but IE8 won't hard refresh and display my changes on the new site. …

Member Avatar for Jade379
0
252

The End.