k0r54
02-20-2005, 05:08 AM
Hi,
I have a small problem when i use this code:
#login {
position:absolute;
top:108px;
height:91px;
width:145px;
right:0;
border-left-color:#CCCCCC;
border-left-style:solid;
border-left-width:1px;
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
border-bottom-width:1px;
background-color:#F5f7f7;
padding-right:4px;
z-index:600;
}
I get a problem where in firefox, opera and ns it is fine, but in IE it is 1px away from the right margin. If i set right to -1px then it puts a horizontal bar on the other 3 browsers?
Any ideas why this is happening.
k0r54
I have a small problem when i use this code:
#login {
position:absolute;
top:108px;
height:91px;
width:145px;
right:0;
border-left-color:#CCCCCC;
border-left-style:solid;
border-left-width:1px;
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
border-bottom-width:1px;
background-color:#F5f7f7;
padding-right:4px;
z-index:600;
}
I get a problem where in firefox, opera and ns it is fine, but in IE it is 1px away from the right margin. If i set right to -1px then it puts a horizontal bar on the other 3 browsers?
Any ideas why this is happening.
k0r54