112 Topics

Member Avatar for
Member Avatar for saucy6969

Hi there I am working on a template for a new website and the homepage looks fine in every browser except IE (all versions). I believe it has something to do with the line of code below as this shows up at the top of the page: <!--[if lt IE]> …

Member Avatar for saucy6969
0
225
Member Avatar for kukula

Hi, I made a website --> [URL="http://www.pgum-sill.pl/nowa_strona/index.html"]http://www.pgum-sill.pl/nowa_strona/index.html[/URL] In Chrome it looks as it should. But in Firefox and IE it crashes. What should I change to make the website to look ok in every browser? What I shouldn't use to avoid this kind of situation?

Member Avatar for kukula
0
182
Member Avatar for PrimePackster

Well! I came to know about Daniweb IRC very recently. And would like to join the party. But i heard that it is only possible in Mozilla Firefox. So is this true? And can i use IRC chat in chrome, if yes, How?

Member Avatar for PrimePackster
0
326
Member Avatar for castillolk

HI!! I have an application in php that runs on facebook. Surprisingly it works ok in IE and chrome BUT in mozilla does not open a new window with information .. The code that I´m using is : <script language="JavaScript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> .. …

Member Avatar for castillolk
0
179
Member Avatar for penguino138

I've had this problem before, but couldn't get it fixed. I have done a little experiment for an interactive menu using onmouseover and onmouseout. But it only works in Chrome, but I would like it to work in IE as well. Hope you can help. [CODE]<!DOCTYPE html> <html> <title>Menu Experiment</title> …

Member Avatar for almostbob
0
208
Member Avatar for penguino138

Hello! I'm doing a website project for English class and am having trouble with my interactive menu. I've attached the menu pictures so you can hopefully help. Below is the HTML code. What I would like to do is be able to run this in Internet Explorer because that's what …

Member Avatar for penguino138
0
225
Member Avatar for Virangya

hi.. i used this code to display a clock. [CODE]<script type="text/javascript"> var int=self.setInterval("clock()",1000); function clock() { var d=new Date(); var t=d.toLocaleTimeString(); document.getElementById("apDiv1").innerHTML=t; } </script>[/CODE] in firefox it displays like this 7:25:00 PM and in Chrome 19:25:39 i want to show a similar clock as in firefox in Chrome. How can …

Member Avatar for Taywin
0
368
Member Avatar for ferat_tes

Hello, I need to write an extension for Chromium Browser. First i will just write a code to change the proxy. After that i will write all the extension. But i could not use proxy API. I write this code on the background page of extension but it did not …

0
324
Member Avatar for gamestoenjoy

Hi, My website looks fine on Firefox and IE with fixed width on different screen resolutions. On Chrome instead of having a fixed width, my site covers the entire screen, even in case of high resolution, and the site seems broken because of it. How can I fixed this annoying …

Member Avatar for gamestoenjoy
0
102
Member Avatar for normanallen

When I installed Chrome, it asked if I wanted to import my bookmarks from other browsers. Despite saying I wanted the Firefox ones, the new item in the menu says 'Imported from IE'. Which means if I want to access one of those I've got to go: Other Bookmarks / …

Member Avatar for normanallen
0
228
Member Avatar for tiberiup

Hi guys, What seo toolbars do you know and recommend? I'm using two seo toolbar: seo for firefox at tools seobook com/firefox/seo-for-firefox html seo for chrome at www seomator com Any other suggestions?

Member Avatar for alexadwords
1
200
Member Avatar for seularts

I need some help with sizing an image in height. My page is tzr.ro, and as you can see in some browsers such as explorer and chrome the image height differs. So i have this small piece of code that i need to adjust: img { max-width : 350px; height …

Member Avatar for scottloway
0
185
Member Avatar for IllBeTheJudge

Hello I have been looking around for a solution to my problem but I don't seem to have hit the right one. Not sure really whether this is a jQuery issue either, as opposed to an html / css one, but here goes: Simply put, I have a navmenu whereby …

Member Avatar for IllBeTheJudge
0
1K
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 greenglow

[URL="http://marypopeosborne.com/"]http://marypopeosborne.com/[/URL] We are struggling with an intermittent rendering issue, mostly in Chrome, although some have seen it on PC wit IE. The left side text (I've attached an image)renders outside the page, caused by a background image loading problem. This is built on a framework called Builder so their are …

Member Avatar for greenglow
0
199
Member Avatar for tcollins412

i have this picture that is 700px and im trying to display it in google chrome. but the picture cuts off after about 50-100px. I went on validator.w3.org and it is completely tidy. here is my code [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <META http-equiv=Content-Type content="text/html; …

Member Avatar for tcollins412
0
153
Member Avatar for Ryujin

I wrote this script that enables user to send a search to a library catalog and/or a group of article databases. [URL="http://unixweb.kutztown.edu/~rjens816/php/twinsaltbox.htm"]It works roughly as hoped[/URL] in IE and in Firefox, [B]but[/B] in Safari and in Chrome it refuses to send two searches simultaneously (the third button on the prompt …

Member Avatar for Ryujin
0
285
Member Avatar for sravan953

Hey all, It's been a really really long time since I did any Python programming; upon the launch of the Web Store - I've been interested in developing a basic app myself. So here I am! Anyways, can anyone tell me if its possible to make a Packaged App using …

Member Avatar for Stefano Mtangoo
0
178
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 PaliGap

The background to this is that I have two server-side scripts: * upload.cgi: accepts a file upload * monitor.cgi: reports the size of the file upload as the file upload progresses. There is a form handler: onSubmit="doProgress();" for the upload form that points to upload.cgi. This does the asynchronous thing …

Member Avatar for fxm
0
1K
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 khess

Do you use [URL="http://google.com"]Google[/URL]'s Chrome Browser? Apparently, a lot of people do. So many, in fact, that it has now [URL="http://www.pcworld.com/article/199961/googles_chrome_passes_safari_in_us_browser_share.html"]passed[/URL] [URL="http://www.apple.com/safari/"]Safari[/URL] in the web browser popularity poll. Is this a big surprise to anyone? The article states that Chrome now has just under ten percent of the market share …

Member Avatar for richieking
0
363
Member Avatar for MDGM

Hi all, I'm making some changes to a google chrome extension I made and am having some trouble. Heres my code on a content script page (removeAttr.js) : chrome.extension.sendRequest({greeting: "whitelist"}, function(response) { var whitelist = response.whitelist; console.log(response.whitelist);//working }); alert(whitelist);//alerts "undefined" How do I acess the whitelist variable from outside the …

Member Avatar for Airshow
0
4K
Member Avatar for khess

Any list of best or worst will have its opponents and proponents and I foresee that this list of worst Linux distributions will be no different. There were, at last count, almost 300 Linux distributions and they all can't be great. But, this list of Linux distributions are, in my …

Member Avatar for shundamaoyi
-1
2K
Member Avatar for pprovencher

A couple months ago i came home to my computer and discovered hundreds of ad popups in mozilla firefox. I tried to close them but my computer started to heat up pretty bad and then it just shut down. Everyime I tried to boot it up over the next few …

Member Avatar for ryan461
0
192
Member Avatar for seven37us

Hi everyone - This is my first post, so please be gentle :) I am having a problem on a website I recently built in which the entire container is shifting just a few pixels to the right on some of the pages of the sites. Not all of the …

Member Avatar for george61
0
133
Member Avatar for scotttheath

I asked this in Google's chromium-discuss list, and nobody replied. I thought this group might have someone who can help. My original post: [B]Persistent values stored in opener.[variable]? [/B] [INDENT]How can I determine what Chrome considers the current page's 'opener'? In all other browsers, assigning a value to a javascript …

Member Avatar for scotttheath
0
160
Member Avatar for CatRambo

[ATTACH=RIGHT]16048[/ATTACH]What do you do when you're creating new features so quickly that your software can't keep up? Speed up production, of course. Google has announced that they plan to introduce a new version of their web browser [URL="http://www.google.com/chrome/"]Chrome[/URL] every six weeks in order to get new developments as quickly as …

0
130
Member Avatar for PCBrown

[ATTACH=RIGHT]15718[/ATTACH]After a brief delay, Firefox 4 Beta 1 was officially [URL="http://www.mozilla.com/en-US/firefox/all-beta.html"]released[/URL] to the public for all operating systems this afternoon. Mozilla has deviated from their all too predictable design and created a browser that owes more than a few nods to Google’s Chrome, the fastest growing browser on the market. …

2
188
Member Avatar for Techwriter10

Microsoft got some good news this week when new data showed they had gained market share on rivals Firefox and Chrome last month. It might very well be a temporary data glitch, especially when news came out today that [URL="http://www.networkworld.com/news/2010/070110-ibm-employees-use-firefox.html?source=NWWNLE_nlt_daily_pm_2010-07-01"]IBM was recommending that its 40,000 employees use Firefox[/URL] instead of …

Member Avatar for Techwriter10
0
547

The End.