URL Bar

Firefox, Thunderbird, SeaMonkey, Camino, Mozilla, Netscape 6/7/8/9, and all Gecko-based browsers discussion and support forum.
(MozInfo701, Netscape Browser Archive)

Moderators: Antony, Edward, profman, Ramona

URL Bar

Postby JPIC » Sun 12 Jun, 2005 12:15 pm

I'm using Netscape 8.0.1 and finds the URL bar too inconvenient. Is there a way so that I could view a bigger portion of the url I put in? Thanks.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20050519 Netscape/8.0.1
JPIC
new member
new member
 
Posts: 1
Joined: Sun 12 Jun, 2005 12:01 pm

Postby Al » Sun 12 Jun, 2005 12:34 pm

Put it on some other toolbar
UserAgent: Mozilla/5.0 (Windows; U; Win98; en-CA; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
User of Firefox :ff: 3.0 on Windows XP
User avatar
Al
diamond member
diamond member
 
Posts: 1694
Joined: Fri 20 Dec, 2002 1:08 pm

Postby Antony » Sun 12 Jun, 2005 12:54 pm

Al wrote:Put it on some other toolbar
Can you do that?
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412 (KHTML, like Gecko) Safari/412
User avatar
Antony
diamond member
diamond member
 
Posts: 14511
Joined: Tue 18 Jun, 2002 11:36 pm
Location: Sydney, Australia

Re: URL Bar

Postby Fulvio » Sun 12 Jun, 2005 1:06 pm

JPIC wrote:I'm using Netscape 8.0.1 and finds the URL bar too inconvenient. Is there a way so that I could view a bigger portion of the url I put in? Thanks.

I played around with the thing, and found out that you will be better off removing some item from the URL toolbar, and place them in another one of the multibars. As a minimum you will want to keep all the stuff on the left, and I could move to the Local, or any other multibar, the Search, the security center. The problem is that I could not put everything back the way it was.
As you remove items in the URL bar it will stretch. However, I have not been able to stretch the Search bar
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 (ax)
A minority may be right, and a majority is always wrong
~ Henrik Ibsen
WinXP, SP3, 512 MB, SM2.9.1, FF12, TB12.0.1, IE8.0, Google Chrome18, Ghostwall , Avast 7.x, JRE1.7_04. Testing FF13b4
User avatar
Fulvio
Moderator
Moderator
 
Posts: 11916
Joined: Wed 19 Jun, 2002 10:08 am

Postby beanboy89 » Sun 12 Jun, 2005 1:21 pm

IMO, Netscape 8's default interface is very cluttered. Maybe it's just an illusion as I run 800x600, but whatever the case, I removed alot of buttons that I'd never use. I've also hid the Persional Toolbar form Netscape 8.

Image

My customized Netscape 8.0.1. The Location(URL) bar is alot more visable now.
UserAgent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b2) Gecko/20050530
User avatar
beanboy89
diamond member
diamond member
 
Posts: 1651
Joined: Sun 16 May, 2004 8:56 am

Postby DJGM » Sun 12 Jun, 2005 1:51 pm

My installation of Netscape 8.0.1 on Windows 2000, with a clean uncluttered UI . . .

Image
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20050519 Netscape/8.0.1
SeaMonkey = Swiss Army Knife: It's versatile, reliable, and contains useful tools.
Windows Internet Explorer = Old Swiss Cheese: Full of holes, and it stinks!
User avatar
DJGM
diamond member
diamond member
 
Posts: 4572
Joined: Wed 19 Jun, 2002 1:03 pm
Location: Manchester, England, UK

Postby Ramona » Sun 12 Jun, 2005 8:16 pm

Welcome to the Forum JPIC!

You can remove the Search and/or the Go buttons in order to increase the width of the Location/URL Bar. Add the following code to the user.Chrome.css file:

Code: Select all
/* Remove Go button and Search bar */

#go-button,
#search-container {
   display: none !important;
}


The userChrome.css file is located here:
[tt]<path>\Applications Data\Netscape\NSB\Profiles\xxxxxxxx.xxx\chrome[/tt]

If you haven't created a userChrome.css file:
Open Notepad or WordPad
Copy the above code
Save the file as: userContent.css, and save to the above chrome folder.

Ramona
UserAgent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.8) Gecko/20050611 Firefox/1.0.4
User avatar
Ramona
Moderator
Moderator
 
Posts: 2376
Joined: Wed 19 Jun, 2002 3:50 pm
Location: Midwest USA

Postby Don_HH2K » Sun 12 Jun, 2005 10:39 pm

I've found that you can increase the size of the address bar by doing one of two things: give the address bar its own bar, or remove the Search bar (which is possible, even though the application prevents you from doing so). Just drag the Search bar down to the Personal Toolbar, and hide the Personal Toolbar.

Alternatively, you can fool around with it too much, so that all the toolbar padding and images will be removed, leaving you with a blindingly fast and extremely simple browser:
Image
(resized from 1024x768, click for larger version)

And believe it or not, folks, that thing works: a lot like MFCEmbed: fast and non-flashy.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Donzilla/0.7PR2 (WML/1.3; WML/1.2; WML/1.1; WML/1.0)
Laptop: HP Compaq nx6325 - Turion 64 X2 @ 2GHz, 2GB DDR2, 100GB HD, ATI Radeon X300, 15" LCD, Seven Pro
Handheld: Palm Treo 650 - Intel PXA270 @ 312MHz, 10MB RAM, 32MB flash, 2.7" LCD, Palm OS 5.4
User avatar
Don_HH2K
Moderator
Moderator
 
Posts: 5112
Joined: Sun 09 May, 2004 3:59 pm

Postby Antony » Sun 12 Jun, 2005 10:44 pm

Ramona wrote:You can remove the Search and/or the Go buttons in order to increase the width of the Location/URL Bar. Add the following code to the user.Chrome.css file:

Code: Select all
/* Remove Go button and Search bar */

#go-button,
#search-container {
   display: none !important;
}


The userChrome.css file is located here:
[tt]<path>\Applications Data\Netscape\NSB\Profiles\xxxxxxxx.xxx\chrome[/tt]
Thanks Ramona,

Removing mine now.

The Google search field in Safari can be easily resized, but without resizing it, it never looks anywhere as unfit as in Netscape 8.
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412 (KHTML, like Gecko) Safari/412
User avatar
Antony
diamond member
diamond member
 
Posts: 14511
Joined: Tue 18 Jun, 2002 11:36 pm
Location: Sydney, Australia


Return to Firefox, SeaMonkey and Netscape

Who is online

Registered users: beanboy89, Google [Bot]