 |
|
Home
Products
Store
Forum
Warehouse
Contact Us
|
|
|
|
This topic comprises 3 pages: 1 2 3
|
|
Author
|
Topic: What is the worst thing about website designs?
|
|
|
|
|
Randy Stankey
Film God

Posts: 6539
From: Erie, Pennsylvania
Registered: Jun 99
|
posted 02-14-2005 10:55 PM
Brain,
If you use Firefox, try this little trick!
Edit (or create) your "userContent.css" file to contain the following:
[code] /* Change cursor for links that open in new window */ :link[target="_blank"], :visited[target="_blank"], :link[target="_new"], :visited[target="_new"] { cursor: crosshair; } [/code]
As you can see, links that open into a new window will change the cursor to a "crosshair" when you roll over them with the mouse.
The same goes for links that activate Javascript:
[code] /* Change cursor for JavaScript links */ a[href^="javascript:"] { cursor: move; [/code]
Activate HTTP Pipelining. (Which is off by default.) Edit or create your "User.js" file to contain:
[code] // Enable pipelining: user_pref("network.http.pipelining", true); user_pref("network.http.proxy.pipelining", true); user_pref("network.http.pipelining.maxrequests", 100); [/code]
And, finally, if you want to block ads FOREVER without need of "Adblock" extension, edit or create your "userContent.css" file to contain:
CLICK HERE for a really long text file that's too long to display on this page.
| IP: Logged
|
|
|
|
|
|
|
|
|
|
All times are Central (GMT -6:00)
|
This topic comprises 3 pages: 1 2 3
|
Powered by Infopop Corporation
UBB.classicTM
6.3.1.2
The Film-Tech Forums are designed for various members related to the cinema industry to express their opinions, viewpoints and testimonials on various products, services and events based upon speculation, personal knowledge and factual information through use, therefore all views represented here allow no liability upon the publishers of this web site and the owners of said views assume no liability for any ill will resulting from these postings. The posts made here are for educational as well as entertainment purposes and as such anyone viewing this portion of the website must accept these views as statements of the author of that opinion
and agrees to release the authors from any and all liability.
|
|
|
|