User523415940 posted
hi guys
i have a Div, and its percentage is 100%, it runs perfectly fine in all browsers. i have applied following CSS on that:
.tab {
height: 45px;
;
z-index: 999;
width: 100%;
background-color: #272727;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
margin-right: auto;
margin-left: auto;
}
problem is that when i open same page in IPad, then 100% does not work. there is a samll gap (let say 100px) at the end of the div, which looks very odd. if i cahnge width = 1000px instead of 100%, then it shows properly, but i do not want to fix in pixels
Any ideas about this???