Quote:
|
So use pixels instead of %s I always say.
|
Just to be clear, percents and pixels do 2 completely different things. Pixels specify a fixed-width. Percent specify some fraction of the parent element. Typically it is a good idea to use one or the other within a certain layout, if only because when they are mixed percentages end up defining fixed widths anyway. Unless pixels and percentages are being mixed where they shouldn't be, going from one to the other demands an enormous design change.