matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: Only display certain CSS div elements in specific browsers
css code: #footer{
position: fixed;
_position: absolute;
bottom: 0;
_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
_text-align:left;
text-align:center;
border: 1px solid #b2ceff;
background-color: #d1dfff;
width: 100%;
<!--[if IE]>
display: none;
<![endif]-->
}
This post was edited on 12-31-2009 at 09:17 PM by matty.
|
|