Tagged Questions
4
votes
2answers
181 views
Attempt to add a rule to a CSS stylesheet gives “The operation is insecure” in Firefox
I'm using Greasemonkey and trying to add a rule in a specific domain. But it results in an error saying The operation is insecure.
The code works fine on Chrome.
The script runs on ...
0
votes
2answers
73 views
Why does firefox show a shadow beneath my CSS shape?
I'm using a triangle on my website as shown on http://css-tricks.com/examples/ShapesOfCSS/
Sadly this doesn't display correctly accross browsers when strechted a bit.
My code
div.triangle {
...
0
votes
2answers
164 views
CSS Conditional IE Statement Being Read by Firefox
I have a CSS quandary.
If I do this:
<!--[if gte IE 8]> <link href="/ELS_Soulard_Project-web/css/soulard_base_ie_butchery.css" rel="stylesheet" type="text/css" media="screen, projection" ...
0
votes
1answer
284 views
Inline CSS Styles Work, but External CSS Styles Don't
I need help. This is ridiculous.
I'm using Komodo IDE, version 7.1.2, and Firefox version 15.0.1.
I created an HTML5 file like so:
<!DOCTYPE html>
<html ...
2
votes
2answers
197 views
Logo does not center in Firefox but centers in Chrome
This is my site in question: LINK
As you can see, my Logo is pushed over to the right side in Firefox but it should be centered. Works great in Chrome for example.
I've tried looking for a Firefox ...
0
votes
1answer
220 views
website looks horrible in firefox is it because I am using a public dropbox url?
I am stumped as to why my styling is so distorted when I use firefox.
The website is http://shehunter.joshmu.com
Could it be related to the fact this site at the moment is being worked on via a ...
0
votes
1answer
264 views
Firefox not completeing stylesheet; works fine in Chrome and Safari
Firefox does not seem to be completing every aspect of the stylesheet for the site (nsfw text) www.theshandy.com
Firefox seems to have implemented the body styling but none of the class or id ...
1
vote
1answer
109 views
Stylesheet for tooltip in firefox extension
I've developed a Firefox extension for displaying explanations for some unusual words. My problem is that my tooltip get's modified by other stylesheets of the current page. So on some pages my ...
4
votes
4answers
220 views
Header Margin Not Specified Anywhere
I'm having an odd issue. I have a simple web page, and for some reason the <h1 /> tag is having a margin-top and margin-bottom of over 18px. There is nothing in my *.css file that specifies ...
2
votes
3answers
1k views
Google Translate Breaks Stylesheet in Firefox
I am helping a client with an eCommerce site (runs on ProStores from eBay).
The issue is that the site's base stylesheet is breaking (being disabled) when the page is translated with the Google ...
3
votes
1answer
12k views
firefox absolute positioning problem
I am having trouble rendering this correctly in firefox. It renders nicely in chrome and in safari.
<div style="" id="login_inline">
<form accept-charset="utf-8" action="/users/login" ...
0
votes
2answers
515 views
layout problem floating issues safari and firefox
can someone look at this site for me I have a serious problem with the sub pages content div going over to the right bar this issue the site renders fine in all other browsers except safari firefox ...
0
votes
3answers
661 views
Inline html style fine in Firefox, not working in IE
This is interesting. The attached very simple code gives nice 'background highlighted' text in Firefox, but displays no highlighting in IE7 (and possibly others, not yet tested).
The use of such ...
0
votes
1answer
349 views
Is there a way to inject a CSS on a specific website using nsIStyleSheetService?
I am trying to inject a stylesheet file using nsIStyleSheetService.
When I do that it injects the style on all pages, but I want to target just some websites.
Is it possible?
My code:
...
4
votes
3answers
2k views
What is wrong with this HTML5 <address> element?
<div id="header-container">
<address>
<ul>
<li>lorem ipsum</li>
<li>(xxx) xxx-xxxx</li>
</ul>
...
2
votes
2answers
55 views
How to Autocalculate CSS of an element
I'm not so good at css, so I would like to if this is possible.
Let's say I am not happy with the position of an element, I want to move it from left to right; however I want to use drag and drop so ...
2
votes
5answers
2k views
Firefox and remote XSL stylesheets
I’m trying to load local XML files with a remote XSL stylesheet. IE seems to handle this just fine but not firefox. Is there a fix for this?
3
votes
2answers
1k views
default textbox appearance in firefox/safari
Firebug claims that an unstyled textbox is border: 3px inset #F0F0F0;
However, <input type="textbox" style="border: 3px inset #F0F0F0;" /> and <input type="textbox" /> produce very ...
5
votes
3answers
2k views
“user-select: none” and strange behaviour in Firefox
I am trying to prevent text highlighting in Firefox for some, but not all elements on the page. Consider the following:
<div style="-moz-user-select: none;">
I cannot be highlighted
...
3
votes
3answers
7k views
“The stylesheet was not loaded because its MIME type, ”text/html“ is not ”text/css"
I have a javascript application and when I run it on firefox I am getting the following erro on the console:
"The stylesheet was not loaded because
its MIME type, "text/html" is not
...
2
votes
4answers
9k views
firefox (Gecko) conditional style sheet
today I'm trying to optimize my website for a better rendering in firefox!
my problems are the text-shadow and font-weight properties ... I would like to set custom values only for firefox (my website ...
4
votes
3answers
570 views
how can I apply a CSS stylesheet to all page views in my Firefox browser
I would like to apply a CSS stylesheet to all page views in a Firefox browser using a menu option and be able to toggle this when required. (The functionality I want exists in IE: Tools | Internet ...
1
vote
2answers
1k views
Multiple stylesheets for a single XML document selectable in browser?
I have an XML file that I want the user to be able to see with two different stylesheets. The stylesheets are mutually exclusive, so only one of them should be active at a a time.
I tried adding the ...

