Tagged Questions
1
vote
2answers
76 views
Textarea and div padding differences in Firefox
I made a fiddle here. http://jsfiddle.net/pmVeR/
The textarea and div render identically in both Safari and Chrome. But in Firefox, there is an extra 2px padding on the right of the textarea, which ...
0
votes
0answers
17 views
Object vs Embed Flash loading in Firefox
Testing with the following:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html ...
1
vote
0answers
67 views
Extent of anonymous table cell: Is Gecko or Webkit right?
Consider the following HTML markup:
<ul>
<li>Short</li>
<li>LOOOOOOOOOOOOOOOOOOONG</li>
</ul>
<table>
<tr>
...
2
votes
1answer
133 views
Finding out where a browser would insert page breaks when printing
I'm trying to figure out where a browser, specifically firefox or chrome, would insert page breaks when printing or print previewing an HTML document. For now I do not want to avoid the breaks, nor do ...
0
votes
1answer
50 views
SVG + CSS3 bug, multiple browsers?
Take a look at this: http://jsfiddle.net/5fLtb/3/
When you hover over it in webkit browsers (Chrome/Safari), it seems to glitch and go light blue then to the proper colour.
In Gecko browsers ...
2
votes
2answers
95 views
Is there a way for me to force the browser to fix invalid markup by rerendering a specific element on the page?
I have a situation where elements are changed on the fly through a specific component.
This component changes the innerHTML of these elements but doesn't actually rerender the element, but rather only ...
1
vote
1answer
649 views
Image map - firefox issues
Why doesnt this map work, in Firefox?
<img usemap="m_one" id="one" src="/images/layout/town_and_country/Town__Country_Web_Map.jpg" alt="Town__Country_Web_Map" border="0" height="507" ...
1
vote
2answers
205 views
Cross browser inconsistencies with margins?
I'm having a small problem with x-browser compatibility (Chrome and FF) for a textarea and margins.
The page in question is here: http://www.mylesgray.com/contact/
The textarea under "Message" as ...
0
votes
1answer
79 views
Table rendering issue: firefox 4, gecko
In webkit browsers this page renders fine:
http://www.ryanhaywood.com/s/film.html
But in the updated firefox it is spaced horribly. I have messed around in firebug for days, I have no idea how to ...
0
votes
1answer
505 views
Firefox add-ons and page HTML content change events (Google Reader)
I am new to Firefox add-on development and planning to write a Firefox Mobile add-on which would optimize some page content to be more suitable for viewing on mobile devices.
I have studied how to ...
11
votes
1answer
614 views
HTML localStorage setItem and getItem performance near 5MB limit?
I was building out a little project that made use of HTML localStorage. While I was nowhere close to the 5MB limit for localStorage, I decided to do a stress test anyway.
Essentially, I loaded up ...
0
votes
2answers
917 views
What's causing this difference in rendering between Webkit and Gecko + Trident?
I've submitted this to the Webkit bugzilla (including full CSS and HTML) a week ago but didn't receive a response so far. In the mean time, I'd like to know if it's me or Webkit doing something ...
4
votes
1answer
3k views
-moz-background-clip: *text* in Mozilla
Is there a good way to implement this in Mozilla? I have done it successfully in Webkit using -webkit-background-clip: text;. I have been trying to implement it into Firefox with no success. MDN has ...
1
vote
1answer
654 views
Style behavior difference between WebKit and Gecko
I was working on a web application when I noticed some peculiar behavior. I have an element with styles applied via the JavaScript style property. Afterwards, I tried to remove all of the styles ...
1
vote
3answers
232 views
Fixing ugly Greek symbols?
When displaying Greek symbols with, for example, π, I get very different results in Chrome and Safari versus Firefox. As some example text, I have:
Chrome:
Firefox:
Is there a way to get ...
1
vote
1answer
220 views
Gecko(Firefox 3.6/4beta) Hides Div While Webkit(Chrome/Dreamweaver) Displays Just Fine
I've ran into a snag I've been working on for a couple days and can't seem to come up with an answer online. The site template I'm working on now is located at "http://citylakersbaseball.org/2.0" - ...
2
votes
1answer
380 views
which layout engine for finding coordinates of html elements on the web page?
I am doing some web data classification task and was thinking if I could get the co-ordinates of html elements as they would appear on a web-browser without taking into consideration any css or ...
3
votes
3answers
1k views
render HTML (convert to bitmap)
Can somebody recommend the best (and preferably portable) way to render HTML documents onto a bitmap? As far as I understand my main 2 options are WebKit and Gecko, but I wasn't able to find a good ...
0
votes
1answer
176 views
How would I alter HTML displayed in VB.net application using Gecko
I would like to know how I would go about altering the HTML that is displayed by my VB.net application using GeckoFX. What I would like to do restrict certain words/names/attributes from showing in ...
0
votes
1answer
1k views
HTML Printing using Gecko or Webkit engine
Is there a way where I can directly print html file or url without invoking any dialogs in .NET?