[PLUG] css questions

Ali Corbin ali.corbin at gmail.com
Fri Jul 29 05:09:12 UTC 2005


On 7/28/05, AthlonRob <athlonrob at axpr.net> wrote:
> Rich Shepard wrote:
> >   It's been a while since I re-did my web site, but ... elements have
> > padding, margins, and something else which I forget off-hand. The
> > padding is
> > between the content and the box, the margin and other thing are outside.
> > I'll
> > look it up tomorrow in my Eric Meyer on CSS books if you'd like me to do
> > so.
> 
> The CSS Box Model.  They have padding, borders, and margins.  Padding
> goes between the block elements and the border, the border around the
> padding, and the margin around the border.  The W3C page on the box
> model does a quite nice job of explaining it (oddly enough)...
> 
> http://www.w3.org/TR/CSS21/box.html
> 
> Rob

No go.

I'm not changing the paddings or the margin, so it should be using
whatever values are in the original html (which is actually being spit
out by javascript, so I can't tell what they are).

I 'm wondering if the position of the sidebar is set in concrete in
the html.  I've tried setting the position and float styles, but never
saw the position change.

(I have been able to tell, by using webdeveloper, that the sidebar is
a div, which is chock full of a bunch of other div's.)

I also found a site with a few skins for gmail, at:

    http://www.skingmail.com/

...and tried all of them, but couldn't get pointers from them, since,
although they do a great deal of changing colors and button styles and
the like, none of them tries to change the rhs.

Ali



More information about the PLUG mailing list