PDA

View Full Version : Mixing measurements


pardicity3
03-24-2003, 12:04 AM
Hello all,

Yo tengo una pregunta para usted [I have a question for you all...I have finally learned that I should probably start using the Spanish I am learning in school :)]. Is it okay to mix measurements for the same attribute? Example:

div#mainContent {
margin: 0px 5em 8% 5px;
}

I have been using both em's and percentages just like that and it seems to work fine. The only question is, is it legal?

brothercake
03-24-2003, 01:34 AM
Originally posted by pardicity3
is it legal?
I'll make it legal ... :p

Yes - it's fine.

pardicity3
03-24-2003, 11:28 PM
Originally posted by brothercake
I'll make it legal ... :p

Yes - it's fine.

Lol, glad to hear it!