|
c1sissy -> RE: _position or position? (7/13/2005 11:49:55)
|
quote:
I was a bit confused by the triple nesting of divs, Just a note to help you out here, when you do the divs, make sure you comment their opening and closing. ANd it needs to be done a certain way, or it will cause bugs within IE.
<div id="container"><!--open container div-->
your content goes in here.......
<!--close container div--></div> Make sure that when you comment the closing div, that your comment is on the inside of the closing div. This makes searching your code much easier, plus it helps you to find the divs when you need to either mess with the code while playing or when you are designing a page, it helps with finding it to change content.
|
|
|
|