#footerbutton{position:relative; float:left;left:-0.001%;width:100px;}
.footerbutton
{
position:relative;
float:left;
width:100px;
min-width:100px;
min-height:100px;
left: -450px;
padding-top:15px;
top:-140px;
}
warum interpretieren beide browser das unterschiedlich? ist das ein allgemeines problem bzgl. position:relative;?
lg Philipp
.footerbutton
{
position:relative;
float:left;
width:100px;
min-width:100px;
min-height:100px;
left: -450px;
padding-top:15px;
top:-140px;
}
warum interpretieren beide browser das unterschiedlich? ist das ein allgemeines problem bzgl. position:relative;?
lg Philipp
Kommentar