What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Only display certain CSS div elements in specific browsers

Only display certain CSS div elements in specific browsers
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
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.
12-31-2009 09:14 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Only display certain CSS div elements in specific browsers - by Jimbo on 12-31-2009 at 08:50 PM
RE: Only display certain CSS div elements in specific browsers - by matty on 12-31-2009 at 09:14 PM
RE: Only display certain CSS div elements in specific browsers - by Jimbo on 01-01-2010 at 01:04 AM
RE: Only display certain CSS div elements in specific browsers - by user27089 on 01-01-2010 at 12:34 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On