Forum Moderators: not2easy

Message Too Old, No Replies

#wrapper

#wrapper

         

zazu

2:55 am on Jun 12, 2007 (gmt 0)

10+ Year Member



I notice in a lot of post reference is made to the div #wrapper. Is this a common term used for an overall outer container, or is it something special within the design community?

Setek

6:32 am on Jun 12, 2007 (gmt 0)

10+ Year Member



Nah it's nothing that special :)

Most people just name the

div
ision container that wraps all their other elements as
wrapper
.

<div id="wrapper">

... is referenced in CSS as an ID (#):

div#wrapper { width: 64em; }

Thus,

div#wrapper
:)

zazu

12:30 pm on Jun 12, 2007 (gmt 0)

10+ Year Member



Thanx