Total members 10261 | Gratitudes |It is currently Tue May 22, 2012 4:15 pm Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 1 post ] 
Author Code Snippet
 Code subject: static vs fixed div position
PostPosted: Thu Nov 10, 2011 2:22 am 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time

static vs fixed div position , static position is the default and it is not affect by top,left,right,bottom properties ,you can change position to fixed in coming example to see the difference.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head>
    <
meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <
title>static postion of div</title>
    <
style type="text/css" media="Screen">
* .
mainDiv {
  
 
  
background#FFCC33;
}

*.
divstatic {
  
position: static;
  
background#EE4C77;
  
padding-left50px;
  
top:30px;
  
right:5px;
  
margin-top:30px;
  
margin-right50px;
  
margin-bottom50px;
 
}
</
style>
</
head>
<
body>
<
div class="mainDiv">Positioned div
  
<div class="mainDiv">Non-positioned div 
    
<div class="divstatic" >static postioned div</div

  </
div
</
div
</
body>
</
html>

 

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 1 post ] 
Quick reply


  

 Similar topics
 Mouse position in C++
 X and Y background position
 simple example for fixed image
 Change background position when mouse over
 setting div background position
 right bottom background image position
 Set position of background image in pixels
 Java Websphere Portal Developer Full-time position in IL
 Senior Websphere - AIX Administrator - Position Opening - IL
 Static Import

All times are UTC [ DST ]


Users browsing similar codes

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Code Snippet | Next Code Snippet 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team