cols (frameSet)
cols (frameSet)
This page has been flagged with the following issues:
High-level issues:
Summary
Sets or retrieves the number of columns in the table.
| Applies to | ? |
|---|
Examples
This example defines a two-column frame, with the first occupying 40 percent of the available width and the second occupying the remaining 60 percent.
<FRAMESET COLS="40%, 60%">
This example defines a four-column frame. The first is 50 pixels wide, and the fourth is 80 pixels wide. The second occupies two-thirds of the remaining width, while the third occupies the final third of the remaining width.
<FRAMESET COLS="50, 2*, *, 80">
Notes
Remarks
The number of comma-separated items is equal to the number of frames contained within the frameSet, while the value of each item determines the frame width.
Syntax
Compatibility
Desktop
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? |
Mobile
| Feature | Android | BlackBerry | Chrome for mobile | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Opera Mini | Safari Mobile |
|---|---|---|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? | ? | ? | ? |
See also
Related pages (MSDN)
frameSetrows
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here