Possible Duplicate:
How to change links of the Google bar?
How do you rearrange the Google Bar in Firefox using CSS? I know there's an add-on (You Google Bar), but I'd prefer a CSS alternative.
How do you rearrange the Google Bar in Firefox using CSS? I know there's an add-on (You Google Bar), but I'd prefer a CSS alternative. |
|||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
If you have Firebug installed you can view the id's of the element by right-clicking on the item and selecting "Inspect Element with Firebug". The Google bar seems to be an unordered list with class gbt for the elements. To apply custom css you could use a tool like stylish although you might want to use Javascript for more control using something like Greasemonkey. |
|||
|
|