I am working on the redesign of my website http://square1dev.com. In the sidebar however, I am having some issues making it look correct in Google Chrome. Issues are:
Categories Title (h2 Background Image) - There is supposed to be a small little line to the right side of the word "Categories". Safari and Firefox show this, Chrome howev...
I have a popup with drop down menus on it. I've scaled it down and simplified it for test purposes, but it still doesn't work the way I want/it should.
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript">
jQuery(document).ready...
I am trying to get selected text from browsers(ie,opera, firefox..) using my C# application.
I tried SendKeys.Send("^c") then reading the selected value from clipboard this method works fine with ie and Firefox.., but it doesn't work with Google Chrome.
How can I get the selected text from Google Chrome and why SendKeys.Send("^c") doesn...
Hi,
The two images in the right-hand column of a webpage have been vertically stretched to about 500% of their intended size when viewed in Google Chrome. In Firefox/IE they look fine.
The relevant HTML markup is
<div class="right_column">
<div class="photo">
<img height="80%" width="80%" al...
I'm trying to call a function, test(), of an iframe from the parent document using the code
subframe.test();
subframe refers correctly to the iframe, alert(subframe) returns [object HTMLIFrameElement], and the function runs in both IE7 and opera (9.23), but not firefox (3.0), chrome (3.0) or safari (3.03 beta windows). I assume these ...
Here is jsf code:
<h:commandLink id="previewlink" value="#{msg['report.preview']}" target="_blanc">
<f:param name="printpreview" value="#{previewTitle}"/>
</h:commandLink>
When I press the link new page is opened in a new tab and works fine but parent page becomes blocked (i.e. none of its commandLinks work). In Firefox everythin...
I've created a basic extension for Google Chrome to change the behavior of which tab is selected when you close a tab so that the selected tab is the last one you had selected instead of just the one before the tab you closed.
I want to add keyboard shortcuts, and I've found a way to do that using jquery and jquery hotkeys, but the prob...
My sticky footer works great in all the browsers expect Safari & Chrome, particularly the work.html page itself.
http://obliqueinteractive.com/creative/work.html
I noticed when i delete this css attribute from my style sheet, the problem goes away but doesn't allow for the footer to stick anymore
html, body {height: 100%;}
Could t...
Date.toLocaleString() returns this in Chrome:
Mon Jan 18 2010 16:47:42 GMT+1100 (AUS Eastern Daylight Time)
In firefox, it's this:
Monday, 18 January 2010 4:47:42 PM
Browser version doesn't seem to matter. Anyone have a suggestion on this one?
...
The bottom of the FCKEditor seems to cut off - the border is not seen. This only happens in Google Chrome. IE and Firefox seem to be ok. This is the FCKEditor control with barely any customization.
Is there anyway to fix this?
...
I have a jquery ui slider in place which scrolls the content of a div when moved, here's the code:
var paraHeight = $("#descPara").height();
var maxScroll = paraHeight - 250;
var activeScroll;
if (maxScroll <= 0){
//do nothing
} else {
$("#slider2").slider({
orientation: "vertical"...
Edit (Solution Discovered)
Thanks everyone for your help on this. The problem was an error in one of the lines of CSS that was being included (it's a large project with a huge combined CSS file so it was hard to spot). This was the problem line:
background:transparent url(sf-pager.gif') repeat-x scroll bottom;
Notice the missing apos...
My site loads on most recent versions of IE fine, but on others and chrome/firefox not so well. Is there some cheatsheet that list issues of portability I can use to fix those quickly? I am only using jQuery and some ASP.
Edit: OP's comment:
I am using jquery to build a table on the fly, which contains results returned from an ajax r...
I get this error when I try and implement jSrollpane in Safari 4:
TypeError: Result of expression '$drag[0]' [undefined] is not an object.
Then i get this error when i try the same thing in Chrome:
Uncaught TypeError: Cannot read property 'offsetHeight' of undefined
But why? it works fine in FF.
Any ideas?
...
When a deprecated URL is entered in Chrome it should be changed to an updated URL based on a regular expression or similar.
I would like to do the following
Input a rule to the system that changes "olddomain.com" to "newdomain.com"
Enter a URL like "olddomain.com/stuff" in Chrome
Chrome changes the url to "newdomain.com/stuff" and loa...
Hello
Is there a way to use Google Chrome(safari or firefox may also) as browser in a C# application. This is now internet explorer, and the website they want to use in this program don't support it....
Tom
...
I am developing web-application using Google Maps API and ASP.NET Ajax. Here is my JavaScript-code for PageLoad:
map.openInfoWindowHtml(map.getCenter(),'Hello, <b>world</b>!');
First run is successful. But after execution some ASP.NET Ajax-function we have strange effect: In Internet Explorer, Mozilla Firefox and Opera everything is g...
If you use chrome 4 going to this page: http://web.cara-jo.net/
You will find that the slideshow does not run for the first time.
Then if you reload the page, you will magically find that the slideshow runs properly.
The slideshow is a jquery plugin called Pikachoose: http://pikachoose.com/
What makes such an interesting behaviour in...
I'm having a problem with the CalendarExtender's position in Google Chrome (4.0.249.78 (36714)) when a page is scrolled down such that the scrollbar position is > 0
For example, if you use Chrome to goto:
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx
Scroll down so that the "Calendar Demonstration" subhead...
I'm using a listener in the background page to know when a tab is loaded:
chrome.tabs.onUpdated.addListener(function(tabId) { }
But the listener is fired twice: when the page has started loading, and when the page has finished.
Is there a way to differentiate the two cases?
...