A browser developed by Google using the WebKit layout engine

learn more… | top users | synonyms

0
votes
0answers
11 views

Weird behaviour of jquery-ui-tabs in chrome (linux) [closed]

I have a problem using jquery-ui-tabs under chrome linux in this site: http://www.relaxacion.com I can switch between tabs without problem by clicking on the thumbnails on the right of the video ...
7
votes
7answers
12k views

Font displays differently in Firefox vs. Chrome

It seems that my menu bar is displayed with a different font stretch in Firefox than it is in Chrome. See the following: Here is the CSS applied to this element: font-variant: small-caps; ...
0
votes
0answers
14 views

Incorrect print rendering of italic fonts in chrome [migrated]

I have an HTML page with a rendering issue where italic fonts are being clipped by what appears to be the bounding box of the next letter. I've tested this on a HP LJ5100 with postscript (the only ...
1
vote
2answers
52 views

Chrome recent change to password field handling breaks my page

Our site has a profile update page which allows the user to change their password and other basic information. This page has been in production since 2006. Recent changes to Chrome have broken the way ...
3
votes
1answer
184 views

Visitors have old website cached in their browsers

My client's new website is example.com, the old website is example.co.uk. I've re-pointed the A Records to the new website (so as to leave the emails alone) and put in 301 redirects from old pages to ...
2
votes
4answers
143 views

Force users to use Google Chrome

I have a very selected group of users on my web application. Not everyone can just visit the website, and if they do they will need login information to see anything but the login box. The users have ...
2
votes
2answers
622 views

Google Search iFrame works in Chrome and firefox but not IE8

I use Google site search in a IFrame for my sites search engine. When I search for something in Chrome/FireFox "Flight" I get the results page. When I do the same search in IE8 I get 404 error. ...
0
votes
0answers
83 views

Chrome extension to draw snap lines like in photoshop over web pages to help align elements of page?

Does anyone know of any Chrome extensions for web developers which will display snap lines like used in Photoshop which change color when you've centered the line over two elements or are at the top ...
4
votes
1answer
171 views

Chrome says my website is Serbian…how do I “force” chrome to use english? [duplicate]

Possible Duplicate: How can I prevent Google mistakenly offering to translate a page? Our website is based in the U.S. and all of our users are in the U.S. and the site is written in ...
5
votes
1answer
76 views

Google Chrome developer tools metric units

I would like to know if there is a way to change default "px" unit after you hover an element in dev tools, into em, percent, in, pt, pc. Most important for me would be possibility to see em values of ...
0
votes
0answers
354 views

Double vertical scroll bar on Google Chrome browser [closed]

Almost everyday I find one or several webpages that show some kind of bug is affecting Google Chrome, at least my version of Google Chrome 21.0.1180.79 running on Windows 7 64 bits. Take for example ...
1
vote
2answers
73 views

Does google use chrome to check if a link is used by humans or just there for the bots?

Does clicking a link in chrome tell google the link is used by humans and therefore not just automated backlink spam? It sounds weird but I read it today on a slightly obscure seo blog, they ...
0
votes
0answers
135 views

Issue with CSS font color in Webkit in Lion (#444 looks darker than #333) [closed]

I have a strange issue with Safari and Chrome Mac (19.0.1084.54) in OS X Lion. Here it is, very simply put: When I display it in a Webkit browser, text set in Helvetica Neue and color Hex #444 ...
1
vote
3answers
226 views

User Accounts on a website

A website that I'm making on my mac has been giving me issues. I'm trying to create user accounts for the site using php but chrome/firefox keeps downloading it instead. So I use my iPad and it keeps ...
1
vote
0answers
141 views

How to properly convert a UTF8 truetype font to use on web?

I'm trying to embed this UTF8 truetype font (the font contains Persian characters) in the web and I use this service to convert it to proper formats. The only problem is, it's not working on Google ...
2
votes
1answer
170 views

Chrome Frame's notranslate does not work

I have <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> and <meta name="google" value="notranslate"> but tries to translate the page.
2
votes
1answer
316 views

Image disappearing on reload in Safari and Chrome [closed]

I created a website for a client as seen here: http://einzigartig-reisen.com/ Notice the clock icon in the right sidebar. Works fine on first load. Now reload the page (by pressing F5 or the reload ...
2
votes
1answer
1k views

How can mixed content compromise an entire HTTPS session?

Google Chrome is probably one of the stricter browsers out there in terms of highlighting SSL errors. Most browsers will point out when you are viewing an HTTPS page which loads insecure ...
1
vote
1answer
193 views

What could be preventing Google Chrome developer tools' audit from completing?

I'm trying to run Chrome developer tools' audit on http://www.zmxmusic.com, and it never completes... just gets up to about "Loading (61 of 61)" with the spinner but never shows the results. If I ...
7
votes
2answers
660 views

Can anyone tell me why does Chrome tell it is Mozilla and Safari also?

http://www.w3schools.com/js/tryit.asp?filename=try_nav_all I get Browser CodeName: Mozilla Browser Name: Netscape Browser Version: 5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like ...
0
votes
3answers
269 views

Why Opera browser is less supported than IE, FF and Chrome?

Why Opera browser is less supported by web sites than IE, FF and Chrome? IE understanding, but why less than FF and even Chrome?
0
votes
2answers
6k views

<a> link color CSS not working for Chrome/Firefox/IE/Safari etc [closed]

Here is my site: http://dosrevival.com I can't seem to get the links to stop turning purple after being clicked in Chrome and IE (works in some Firefox versions?!?). In my CSS file I'm changing the ...
2
votes
2answers
201 views

Firefox stalls on rendering when chrome doesn't

I have a webpage that loads quickly 100% of the time in chrome, but only 10% or so of the time in Firefox. Looking at the fiddler capture, Firefox only loads 2 of the 100ish files being pulled before ...
4
votes
2answers
142 views

Should sites be tested in both Chrome and Safari?

While recently doing testing for a new web project, it occurred to me that Safari and Chrome both use the Webkit engine, yet are produced by two different companies (Apple and Google). Since it is ...
8
votes
4answers
804 views

Is there anything wrong with targeting the alt attribute in css?

I tried targeting the the alt attribute in css. My solution worked in Firefox/Mozilla, but fails in Safari-Chrome/Webkit. Is there anything wrong with styling an alt tag? If not, how do you suppose I ...
2
votes
4answers
1k views

Broken jQuery/CSS in Firefox - ColorBox and reCAPTCHA

I am working on what would appear to be a basic contact form. I am using the ColorBox plugin for jQuery to build a form with an image link, which then opens a ColorBox containing the reCAPTCHA form ...
7
votes
2answers
1k views

What are the differences between Firefox's Javascript engine and Chrome's V8?

I've noticed that Chrome and Firefox take different amounts of time to render certain things. In general, Chrome has been faster. What should I know about both of them (and IE8/9, too, I guess) when ...