answersLogoWhite

0

How do you hide things with CSS?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

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;

}

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you hide things with CSS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you hide games from hi5 pofile?

<style type='text/css'> #gamesModule {display:none;} </style>


Can you use HTML to reveal hide?

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


How can you disable clicks with CSS?

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;


How can you hide your gifts on hi5?

<style type="text/css"> #gifts, #gifts + div {display: none} </style>


How does one put a Hide Music Player on the Myspace page?

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.


How do you hide number of friends on profile 2.0?

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! =]


Where did Claudia and Jamie hide their things?

Claudia and Jamie hide their things in the bathroom.


How does the government hide things?

The Hide it By Not Telling Us (.-. )


How do you Hide interest for Hi5?

here you go <style type="text/css">#Interests {display:none;} </style> copy paste the code into your about me section


What is css and deffrent type of css?

css


What is something you hide?

Something you hide mostly private things.


Why does a css class not work in fire fox?

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.