Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 05, 2011 12:31 PM by tehremo
Participant
965 Points
732 Posts
Mar 05, 2011 09:00 AM|LINK
when we say:
1) <div id="a">
some content
</div>
<div id="b">
the 2 divs wil com one below other or at side by sire.
whenn we say:
2)
<div id="a" style="float:left;">
<div id="a">
what will happen?
3)what is meaning of absolutte/relativ positioning and with respect to whom is this positioning done?
Star
10540 Points
1704 Posts
Mar 05, 2011 12:31 PM|LINK
Go through all the tabs here, it will explain:
http://www.barelyfitz.com/screencast/html-training/css/positioning/
ogsim07
Participant
965 Points
732 Posts
what happens in positioning
Mar 05, 2011 09:00 AM|LINK
when we say:
1) <div id="a">
some content
</div>
<div id="b">
some content
</div>
the 2 divs wil com one below other or at side by sire.
whenn we say:
2)
<div id="a" style="float:left;">
some content
</div>
<div id="a">
some content
</div>
what will happen?
3)what is meaning of absolutte/relativ positioning and with respect to whom is this positioning done?
tehremo
Star
10540 Points
1704 Posts
Re: what happens in positioning
Mar 05, 2011 12:31 PM|LINK
Go through all the tabs here, it will explain:
http://www.barelyfitz.com/screencast/html-training/css/positioning/