Re: [WSG] Removing space from division between header and content wasWhy css settings a background image in the body tag wouldn't work

2008-07-30 Thread Drew Trusz
> Now here is my question someone mentioned starting to use em instead of
> pixels for all of this. How does this work?
>
> Michael Horowitz

em's are somewhat like cubits and leagues. The typographers will give
you a full discourse, or six, about them. (A lot of the discourse will
even be interesting. )Consider an em to be 15px or 16px if you think
size matters.

And actually size does matter since an em will scale. As font settings
are changed, em sizes with the changes. So 16 at 100% (unless you, the
end user, redefine 100%) and 32ish at 200%. Being somewhat mystical is
an advantage. And is furthermore part and parcel of the advantages of
fluid designs implicit in separating presentation and content.

Amazingly it all does fit together.

andy


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Removing space from division between header and content wasWhy css settings a background image in the body tag wouldn't work

2008-07-29 Thread Michael Horowitz
I made some changes that I think resolved the problem (at least in 
Dreamweaver)


#header ul li{
   float:right;
   font-size:10px;
   margin-top: 50px;
   padding-bottom:10px;
}

Now here is my question someone mentioned starting to use em instead of 
pixels for all of this. How does this work?


Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Matthew Holloway wrote:

On Wed, Jul 30, 2008 at 10:48 AM, Michael Horowitz
<[EMAIL PROTECTED]> wrote:
  

I am finding I am having to put this info instead in my div's
Im sure it is some silly problem



Could you post some HTML/CSS?

If it's a silly problem then it's probably syntax, or that relative
paths are different from the HTML to CSS, etc.


.Matthew Holloway
http://holloway.co.nz/


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***