CSS : absolute positioning of a button in Firefox?

The reason it renders like this is that button is a replaced element at least in Gecko and for replaced elements the rules on what left: 0; right: 0 means in CSS are different than they are for non-replaced elements.

The reason it renders like this is that is a replaced element at least in Gecko and for replaced elements the rules on what left: 0; right: 0 means in CSS are different than they are for non-replaced elements...

Ok, replaced elements seems to be the cause of this problem. Thanks! Additional information on replaced elements : reference.sitepoint.Com/css/replacedelements – Jerome C.

Sep 5 at 8:18.

Set a width and height for the inner div also.

I can't use width or height because I use GWT layout mechanism which uses bottom/top/left/right to set sizes – Jerome C. Sep 1 at 14:15 1 @Jerome: How is it harder to type width:100% and height:100% than right:0 and bottom:0? – Wabbitseason Sep 1 at 14:17 Try "float:left;" instead of "position,top,bottom,left,right" in .inner.

– DJDonaL3000 Sep 1 at 14:18 Because I use GWT with Layout mechanisms which uses bottom/top/left/right. – Jerome C. Sep 1 at 14:20.

Try adding min-width: -moz-available; to the . Inner declaration. I've found that it works even in Internet Explorer 7+.

In IE6 it fails but it's hardly a surprise. Unfortunately it also fails in Opera exactly the way it does originally in Firefox.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions