Jump to content
xisto Community
Sign in to follow this  
Amezis

<div> Spacing/spadding

Recommended Posts

Is it possible to use spacing/spadding in <div> tags, like in <table> tags?

130555[/snapback]


Yup.
.theDiv {padding-left:2px;padding-right:2px;padding-top:2px;padding-bottom:2px;}

If you want to apply padding to everything, use...

 

.theDiv {padding:2px;}

Spacing (as in, distance from surrounding divs or whatnot) is as follows....

 

.theDiv {margin-left:2px;margin-right:2px;margin-top:2px;margin-bottom:2px;}

Or for all properties in one declaration...

 

.theDiv {margin:2px;}

Of course you should be using ems, but thats jut an example :o

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.