Дата создания 10 января 2012 год
Наверх10.01.12
10.01.12
НаверхTables are for displaying tabular data... not for use as design elements!
Tables are for displaying tabular data... not for use as design elements! Purple Haze uses no tables for layout purposes. This is true for the menu on the left, the text boxes, the header, and the footer.
Instead, Purple Haze makes use of the <div> and <span> tags as well as CSS.
Use the position: absolute;
attribute-value pair in your stylesheets to align
text into columns.
Instead, two versions of the troublesome styles are written: one using CSS1 and the other using CSS2. Both browser types understand the CSS1 version, but only the Mozilla-based browsers understand the CSS2 version. The outcome: browser-specific styles!