-
problem with padding
Hi
Code:
#linksbar {
position: absolute;
right: 0px;
top: 50px;
background-color: #999999;
width: 100%;
height: 30px;
font-family: Tahoma;
font-size: 10px;
color: #666666;
padding-top: 5px;
}
when i add "padding-right: 70px;" it just add more 70 pixel for width and the horizon scroll bar appeare, so whats the problem? i use IE6, its work well in my CSS editor "Top Style" but not in the browser.
-
Try using position : relative. :)
-Colin
-
Thank you :)
but it didnt work, i'm confused.