Skip to main content

All Questions

Tagged with
1 vote
1 answer
73 views

How to save Microsoft (GitHub, etc.) webpage so it will render properly using Chrome or Firefox-based web browsers?

A few months ago I noticed that webpages from Firefox, Chrome, and some other web browsers do not display properly, as if the CSS files which are saved are not what is used for rendering in the web ...
2 votes
1 answer
544 views

How to permanently change Firefox new tab page CSS?

So when I open a new tab page in Firefox, or the private browsing new tab page, I can edit the CSS if I go into inspect element. I want to change the CSS permanently, so that when I open Firefox again,...
0 votes
0 answers
443 views

How can I force Firefox to load stylesheets mis-reported as "text/html"?

I'm visiting a website whose stylesheets have reported MIME type text/html rather than "text/css". Otherwise, they're just fine. I can't control the webserver or fix this problem - but I ...
3 votes
7 answers
11k views

"Save as webpage, complete" problem?

I have a problem when I am trying to save web page from browser using "Save as Webpage, complete" some of CSS/Javascript/Image are not saved, thus when I reopen saved page offline webpage can't ...
13 votes
3 answers
2k views

Understanding CSS for user styling in a browser

I want to make a specific change to the appearance of a specific site in my web browser. This site uses CSS, so I think what I should do is write a user CSS override (please correct me if this is ...
1 vote
2 answers
1k views

Where does the "resize" handle in browser textboxes come from?

Where does the resize handle on browser textboxes come from? Is it a browser* implementation, or an HTML/CSS/JavaScript/etc. implementation? Is it standardized across browsers/operating systems/...
0 votes
3 answers
1k views

Local web page not loading correctly

I'm learning to code websites. I decided to start using fedora. All is well until i find that my CSS file isnt loading correctly. The same configuratiin worked in chrome for windows but not FF for ...
2 votes
1 answer
116 views

How can I block these windows that appear in web pages when scolling down? [duplicate]

I would like to know if it is possible to block these type of windows that appear when you scroll to the bottom of the web page or even when you just load them. It seems to me they are CSS. Generally ...
3 votes
1 answer
248 views

How can I keep a change in webpage's source each time I visit it?

I use a crappy web-mail service (paid) which has a troubling interface. The area for reading emails is quite small and I have to scroll both ways to read each mail's content. Since I have no knowledge ...
0 votes
0 answers
190 views

HTML/CSS analyzer of Firefox environment

I know that I can modify the Firefox' look using the chrome/userChrome.css file. I know some tag IDs as #topbar. However, I'd like to modify things further. Therefore the question: Is it possible to ...
0 votes
1 answer
132 views

The bookmarks sidebar in Firefox seems to be rendered in HTML

This rule in a userstylesheet I use seem to affect it: *[id*='related'], *[id*='side'], *[role*="complementary"], *[id*='Panel'], *[id*='Layout'] { visibility:hidden !important; } Before: ...
0 votes
1 answer
630 views

Firefox will not display CSS

I am creating a very basic website. Basically at the moment in is just a template. It has a simple navigation bars with no real link, and some text just to test the scroll and overflow. No Java or PHP ...
2 votes
1 answer
85 views

Instruct Firefox (or any browser than can) to print data on a webpage to next page?

For example I have the following HTML page <html> <head></head> <body> This should be printed in the first page <!-- Special code to print anything below this line to ...