Spring.Into.HTML.and.CSS [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Spring.Into.HTML.and.CSS [Electronic resources] - نسخه متنی

Barry J. Rosenberg

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






Combining Columns and Rows


For a more complex approach to frame design, you can combine columns and rows to get the effect you're after. This is accomplished by nesting frameset elements (see Example 6-7).

Example 6-7. Combining columns and rows


<frameset rows="100, *">
<frame src=" />
<frameset cols="200, *">
<frame src=" />
<frame src="1" />
</frameset>
</frameset>

This results in a row along the top with two columns beneath it (see Figure 6-5).

Figure 6-5. Combining rows and columns.

[View full size image]

You can now try out numerous combinations. Again, we're using only dummy pages here, but you could see where this design might contain a masthead, the left column some navigation, and the right column the content.


/ 171