I hope this what you mean; I will cut and paste part of one of my sites that are printer CSS:
body {
background: #fff;
color: #000;
font-family: "Times New Roman", serif:
font-size: 12pt;
}
a {
text-decoration: underline;
}
#head {
text-align: center;
}
#pagetitle {
display: block;
}
#left, #foot img {
display: none;
}
div#head img {
display: none;
}
p.unseen {
display: none;
}
<style type='text/css'> #gamesModule {display:none;} </style>
The short answer is no. If you want to reveal or hide elements on a web page then you will need to use a combination of HTML coding and CSS coding. Example:content you wish to hide goes here
<style type="text/css"> #gifts, #gifts + div {display: none} </style>
You don't disable clicks with CSS. That takes a more active language like JavaScript, JQuery, Ajax, PHP, etc.. You can hide any text/image link those with one of these CSS properties: visibility: hidden; display: none;
One can put a Hide Music Player on the CSS box. Another option would be to go to the page that says 'customize profile.' After that, click 'modules' and then press hide.
Put this code in the CSS section: .msc {hide friend count text} div.friendSpaceModule div.toolbar span.toolbarCount {display:none;} Hope that answered your question! =]
The Hide it By Not Telling Us (.-. )
here you go <style type="text/css">#Interests {display:none;} </style> copy paste the code into your about me section
Something you hide mostly private things.
for interests, in customize profile; control panel; appearances; css, enter this. div.interestsModule h4 {display: none}
CSS classes do work in FireFox. What is the main problem? (specifically)Have you checked that the syntax is correct?There is a lot to learn about things with CSS and browsers, you may need a hack or fix, if all else fails.
The use cases of CSS are wide and varied. While it is true that CSS is commonly used to style web pages, CSS is also used to style things like the FIrefox and Thunderbird user interface, to style HTML-based emails, mobile Web Applications, and more. CSS is a powerful tool.