Closed (fixed)
Project:
Theme Builder
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2008 at 15:46 UTC
Updated:
16 Jun 2008 at 10:43 UTC
I do not understand this message from Edit > Layout:
Warning: Do not use "px" in fixed Themes or "%" in liquid Themes or "em" in elastic Themes. It do not works!
It would seem logical to use the same units that the layout is measured in.
Do you have recommendations of what units to use for each layout type?
Comments
Comment #1
CZ commentedThis unit is only for minimum and maximum width, see title: "Minimum/Maximum unit".
Comment #2
DrewMathers commentedIf you have an Elastic theme with width measued in em and you select max/min units as %, you get CSS that looks like this:
#sidebar-left {
width: 19.5em;
min-width: 18.3%;
max-width: 20.07%;
This passes validation, but it is hard to tell if the width is outside the max/min limit. IE doens't care, but FireFox goes crazy. I have an Elastic layout and chose to measure everything (width, max, min) all in em. It display fine in IE and FF.
Comment #3
CZ commentedNo warning text and only for div#page.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.