answersLogoWhite

0

What is 100px?

Updated: 9/28/2023
User Avatar

Wiki User

11y ago

Best Answer

The abbreviation px stands for "pixel".

If one sees the term 100 px it is equivalent to the term 100 pixels.

Most two dimensional rectangular images have a pixel size, width by height, so an image characterized as 20 px by 200 px is narrow and tall. It is 20 pixels wide and 200 pixels long.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is 100px?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you hide the top banner on MySpace?

Just put this code: body {margin-top: -100px; padding-top: -100px;}


What is the HTML code for img replacement on hover no js just css and HTML?

In index.html...In style.css.image1{height: 100px;width: 100px;background-image: url(image1.png);}.image2{height: 100px;width: 100px;background-image: url(image2.png);}This same thing can be achieved without CSS...


What are some examples of CSS?

body{ background:red; font-family:arial; } #divID{ background:blue; width:100px; height:100px; } If you want to learn CSS, see the related links.


How do you hide the ad but keep the search bar on myspace?

put this in your about me:body {margin-top:-100px;}


A picture that is positioned directly in the text at the insertion point is?

Not Really A Good Question But Here.If A Picture Is Over Text Then You Need To Change Were The Picture Is.In Your Code Look For:margin-top:100px;margin-bottom:100px;margin-right:50px;margin-left:50px;And Change The Numbers.Answered By DjLowseYou Know You love Me :]


How do you set equal spacing for the content between header and footer?

You have ti give header position:normal and footer position:normal and also give to content:.wrap {margin:100px auto; width:---px;}


How do you make the text you put onto your piczo site bigger than 'Largest'?

Make an HTML code. Im not a pro at this, so I can *<font style="font-size:size choice here up to 100px!important">your text here</font>


Scroll boxes gaia profile?

#id_about{overflow: scroll; overflow-x: hidden; overflow-y: auto; height: 100px;} .media_panel embed, .media_panel object{height: 25px; width: 30px;}[/quote] <---Put this in Your Theme Override box .


Why do you need the important statement?

If you're talking about CSS; Cascading Style Sheets, then the answer is very simple.The !important attribute in a CSS file:#mydiv {height: 100px;background-color: #FF9900 !important;}is generally found in user style sheets to overridestyles already defined!


How do you change the size of a scroll box in MySpace?

Examples--For 1.0: < div style="height:100px; width:200px; overflow:auto; color:000; background-color: transparent border:1px solid black;">BLAH BLAH BLAH Whatever the heck you want here, dearie. (: ^^^ The numbers in bold are the numbers you will change.Just mess around with it until you get it the way you want it.For 2.0:Obviously you know that this part of the code will be going into your CSS/HTML box:div.blurbsModule p.scrollbox {overflow:auto; height:100px;}div.interestsModule p.scrollbox {overflow:auto; height:200px;}And just change the height & weight as you see fit, again.I hope I helped, dear!


How do I make a scrolling text box for my petpage on Neopets?

If you are looking for a box that holds the neopets website: &lt;!--Note: The width and height can be changed to fit it how you wish. ---&gt; &lt;iframe src="http://www.neopets.com" width="200" height="200" scrolling="yes"&gt;&lt;/iframe&gt; ------------- The other way. &lt;div style="width: 100px; height: 100px; overflow: auto;"&gt; text &lt;/div&gt;


How do you hide playlist link on MySpace?

&lt;style&gt; table.profileInfo * {background-color:transparent;} table.profileInfo td td {letter-spacing:-100px; font-size:0px;} table.profileInfo td td.text, table.profileInfo td td * {font-size:11px; letter-spacing:0px;} table.profileInfo td td a {display:none;} table.profileInfo td td.text * {display:inline;} &lt;/style&gt;