#urlbar in Firefox is blocked by #url-wrapper

Discuss application theming and theme development.
Post Reply
dindog
Posts: 177
Joined: September 3rd, 2010, 11:57 am
Location: China

#urlbar in Firefox is blocked by #url-wrapper

Post by dindog »

or something else blocked it....
Image
it's like

Code: Select all

<hbox id='url-wrapper'>
<textbox id='urlbar'></textboxt>
</hbox>


When I try to move #urlbar out, it became invisible when it's out of the layout area of #url-wrapper

Code: Select all


#urlbar{
-moz-transform: translateY(30px) !important; /* offset */
}


I tried

Code: Select all

#url-wrapper{overflow:visible!important;}
#urlbar{z-index:100000!important;}


but both of them won't work.... What should I do?
scream for the fact that we are actually dying when living
dindog
Posts: 177
Joined: September 3rd, 2010, 11:57 am
Location: China

Re: #urlbar in Firefox is blocked by #url-wrapper

Post by dindog »

I used try and error finding out the something change in 20131119 result in this....

maybe it would help
viewtopic.php?f=23&t=2773103
scream for the fact that we are actually dying when living
Post Reply