Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 10-09-2007, 06:48 PM CSS syntax confusion
Nathand's Avatar
Extreme Talker

Posts: 233
Location: USA
Trades: 0
In CSS are the property's "top: 0;" and "margin-top: 0;" the same? I thought they were, but it displays differently?
Nathand is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-09-2007, 06:55 PM Re: CSS syntax confusion
coolkbk585's Avatar
Be good this Christmas!

Latest Blog Post:
KBlog has been deativated
Posts: 642
Name: Kyle
Location: Ada, MI
Trades: 0
No...top and margin-top are different.

Top has to do with positioning of an element. For example, the following code will make the div appear 5px from the top of the page and 5px from the right of the page.

Code:
div {
position: absolute;
top: 5;
right: 5;
}
Margin has to do with the amount of space between two objects. So, if there are two divs next to each other, adding margin-right: 5px; to the div on the left will make the two divs appear 5px appart.
__________________
<?php if($Adsense_Revenue > 0): define('HAPPINES','100%'); else: define('HAPPINESS', '0%') endif; ?>
coolkbk585 is offline
Reply With Quote
View Public Profile Visit coolkbk585's homepage!
 
Old 10-09-2007, 10:03 PM Re: CSS syntax confusion
Nathand's Avatar
Extreme Talker

Posts: 233
Location: USA
Trades: 0
Ok, thanks.
Nathand is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to CSS syntax confusion
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.89952 seconds with 12 queries