remove the ugly drop down arrow in the location bar?
is there any extension that can do this? i also want my tabs to be located below, not on top. im on ff4.
ప్రత్యుత్తరాలన్నీ (5)
If you do not like the new appearance of Firefox 4 then you can change some setting to restore the Firefox 3 appearance. You can right click the orange Firefox button to open the toolbar menu or use (F10) View > Toolbars.
- Click the Menu Bar entry to make the Menu Bar visible.
- Click "Tabs on Top" to remove the check mark and place the Tab Bar at its original position just above the browser window.
- http://www.computertechtips.net/64/make-firefox-4-look-like-ff-3-6/
Which arrow in the location bar do you mean ?
Can you attach a screenshot?
Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).
here it is...
i know everything is possible in firefox...
You can hide the drop marker with code in the file userChrome.css in the chrome folder in the Firefox Profile Folder
If you do not have a chrome folder then also create a chrome folder.
Add code to userChrome.css below the @namespace line.
- http://kb.mozillazine.org/userChrome.css
- Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems
- ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
.autocomplete-history-dropmarker { display: none !important; }
thank you . it worked with stylish!
You're welcome