safari fx back button help

im using safarifx and the milk theme

my back button seems to be crooked

i found a solution for this by moving it a pixel by adding some lines to the userchrome.css

thing is i lost those lines and ive been trying to find it in forums

any help is appreciated

#302118

im using safarifx and the milk theme

Before anyone can help you have to say more clear which theme you mean! Give Links!

Safari -fx? SaFire Milk? this 'milkish' mod of Safari -fx? Another one?

And what does and mean?

If safari -fx and any non safari -fx theme are installed and you are switching between them: In the modded browser.jar of Safari -fx the Forward & Back Button is modded. It won't display when you switch to another theme before you replaced the original browser.jar.

If it is this case, you have to do so.

my back button seems to be crooked
How does it look like? Give us a screenshot!

i found a solution for this by moving it a pixel by adding some lines to the userchrome.css

What is in your userChrome.css right now? Anything about this button? It would be the best when you also post it here....

Moe Zilla

#302246

i was using hills milk theme that i got from the site before it went down

all the problem is i sthat the back button is a little bit higher than the rest of the buttons. i didnt feel the need to upload it. but anyway im using safire milk and im not having the problem anymore so thanks for the reply. much appreciated. =)

#302578

I used to get this problem with safarifox themes.

It was caused by having compact or menu or some other toolbar extension on the same toolbar as the navigation buttons. Is that any help?

#302591

... Is that any help?
...but anyway im using safire milk and im not having the problem anymore
;)
It was caused by having compact or menu or some other toolbar extension on the same toolbar as the navigation buttons.
I would say: it is caused by some wrong dimensioned buttons and that leads to problems with compact or menu or some other toolbar extension on the same toolbar as the navigation buttons. See (from browserbrowser.css of Safarifox by Hills):

#back-button {

...

list-style-image: url("chrome://browser/skin/back-large.png");

-moz-image-region: rect(0px 80px [B]27px[/B] 45px);

...

}

which results in a 35px x 27px Button (-moz-image-region: rect(top right bottom left);)

#forward-button {

...

list-style-image: url("chrome://browser/skin/forward-large.png");

-moz-image-region: rect(0px 86px [B]26px[/B] 54px);

...

}

which results in a 32px x 26px Button.

Although both buttons are actually only 28px x 25px!

So these buttons simply got some wrong dimensions, you see this in nearly all Hills based Safarifox Themes. And you could easily test it: Just hit e.g. the reload button not on the button, but some pixels right of it. It will reload although you didn't hit the button... ;)

It's a wonder the problem appears not more often...

Moe Zilla

#302678