Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 16-11-2006, 11:16 AM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Nov 2006
Posts: 3
Arrow Changing Web Page Appearance using FireFox


plz forgive if this is alredy posted.
------------------------------------------------------------
Changing Web Page Appearance using FireFox

Disable blinking elements
You probably just find the blinking above annoying. To stop it, add the following code to your user.js file:

Code:
// Put an end to blinking text!
    user_pref("browser.blink_allowed", false);


Disable <marquee> tags
Some sites using scrolling marquee tags. If you don't find them useful, add the following code to your userContent.css file:

Code:
 /* Stop those <marquee> tags! */
    marquee {
       -moz-binding                  : none !important;
       display                       : block;
       height                        : auto !important;
    }


Force frames to be resizable
Many sites use frames to display their contents, and sometimes the frames are too small. To force all frames to be resizable, add the following code to your user.js file:

Code:
// Force frames to be resizable
       user_pref("layout.frames.force_resizability", true);
Note that this will also make the frames appear with a fixed-width border and thus, may make the pages look funny.



Change the cursor for links that open in new window
This neat trick will change the mouse pointer when you hover it over links that will open a new window. Add the following code to your userContent.css file:

Code:
/* Change cursor for links that open in new window */
    :link[target="_blank"], :visited[target="_blank"],
    :link[target="_new"],   :visited[target="_new"] {
       cursor:  crosshair;
    }


Change the cursor for JavaScript links
This tip will change the mouse pointer when you hover it over links that will perform a JavaScript command. Add the following code to your userContent.css file:

Code:
/* Change cursor for JavaScript links */
    a[href^="javascript:"] {
       cursor: move;
    }

Found at: http://digitalgeek.info/viewtopic.php?t=13
Originally from: http://www.mozilla.com
Romit.Gadhiya is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 16-11-2006, 12:45 PM   #2 (permalink)
Broken In
 
shreyadr's Avatar
 
Join Date: Mar 2005
Location: Mumbai
Posts: 115
Thumbs up Re: Changing Web Page Appearance using FireFox

Thanx for the tute., will try and let u know whether it is useful or not...

keep it up, do send more tricks like these.
__________________
SAVE MONEY - SAVE ELECTRICITY
for details e-mail me at
shreyadr@gmail.com

http://majhiduniya.wordpress.com
http://majhigallery.wordpress.com
http://majhimarathi.wordpress.com
shreyadr is offline  
Old 16-11-2006, 06:33 PM   #3 (permalink)
Wise Old Crow
 
blueshift's Avatar
 
Join Date: Apr 2005
Location: Inside the Pixel
Posts: 1,227
Default Re: Changing Web Page Appearance using FireFox

Thanks Romit.
blueshift is offline  
Old 16-11-2006, 09:27 PM   #4 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: Changing Web Page Appearance using FireFox

A few more:

http://www.mozilla.org/support/firefox/tips
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline  
Old 20-11-2006, 07:22 AM   #5 (permalink)
In The Zone
 
Join Date: Oct 2006
Location: Mumbai
Posts: 365
Default Re: Changing Web Page Appearance using FireFox

wat about i.e?
__________________
Dhiraj Thakur
thakur.dheeraj(@)gmail.com
Desi-Tek.com is offline  
Old 20-11-2006, 05:33 PM   #6 (permalink)
!FREEWARES!
 
Akshay's Avatar
 
Join Date: Aug 2004
Location: Mumbai
Posts: 1,077
Default Re: Changing Web Page Appearance using FireFox

@desi

Nothing 4 IE users. Such things r poss only in FF n Opera... So change ur browser n get Firefox or opera...
__________________
MBP 13.3";
PC: Core i-5 2400, Intel H67, GSkill 4GB DDR3, Sapphire 6850 Toxic, 1TB HDD, Samsung P2370
Steam (Cod-MW2 only) - akshay81
Akshay is online now  
Old 20-11-2006, 07:54 PM   #7 (permalink)
De@d
 
outlaw's Avatar
 
Join Date: Nov 2006
Location: kerala
Posts: 355
Default Re: Changing Web Page Appearance using FireFox

thanks 4 da info
__________________
Man's greatest living fear - When you die, they will find your porn"

Most people are only alive because it is illegal to
shoot them.
outlaw is offline  
Old 30-11-2006, 07:36 AM   #8 (permalink)
Right Off the Assembly Line
 
Join Date: Nov 2006
Posts: 3
Default Re: Changing Web Page Appearance using FireFox

Thanks.
and as vishal said, there are such tricks on mozilla.org.
Romit.Gadhiya is offline  
Old 30-11-2006, 08:47 AM   #9 (permalink)
Alpha Geek
 
caleb's Avatar
 
Join Date: Sep 2006
Location: Mumbai
Posts: 581
Default Re: Changing Web Page Appearance using FireFox

Thank you
__________________
Intel D805 on D101Ggc/XFX8600GT/Transcend 2GB DDR /250+160GB SATA+WD250GB External/Epson StylusCX5500/LG DVDRW/Acer19" LCD/ VISTA HP & Sabayon 3.3/Compaq Presario V6112AU 2GB Ram/nVIDIA6150/VISTA HP
caleb is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Tenida
- by clinton

Advertisement




All times are GMT +5.5. The time now is 03:41 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2