I have a problem with a page that is outlined with a border, just inside the browser window. It displays perfectly in IE, but lists to the right side, with the bottom and right sides of the border disappearing right out of the browser window in Firefox. Whether I use a margin, or not, makes no difference.
.border{
width: 100%;
height: 100%;
margin:;
padding:5%;
border:solid blue2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}
Can Firefox be forced to do this?ThanksOlga
.border{
width: 100%;
height: 100%;
margin:;
padding:5%;
border:solid blue2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}
Can Firefox be forced to do this?ThanksOlga