C
Chaddy2222
Yes, if you read me previous post (my original reply to Richard), I[...]
What exactly is an em? Each browser defines it differently.
A pixel, OTOH, is a know thing. If I set my column width to say 300
pixels, then it will remain at 300 pixels regardless of browser
physical width.
No it won't, you have no control over how anything on the web can be
displayed, you can only suggest how it will be displayed, it is up to
the user how that information will be displayed.
As in dorayme's example, pictures are usually sized in pixels. Yes you
can resize them, but often you don't want to.
So whenever you need to size something else relative to a picture, use
pixels.
did say that I only use px units for sizeing things like images and
other such things that need to be a fixed unit. What he was suggesting
was to fix the size of a paragraph of text which is not a good idea.
But what if the paragraph of text is underneath the image and supposed
to be the same width as it?- Hide quoted text -
- Show quoted text -
Well yes, that would be the exception.