English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I think it's called a floating page?

2007-07-03 15:01:30 · 1 answers · asked by Jeremy W 1 in Computers & Internet Programming & Design

Sorry. I meant a page where the window does not cover an entire browser size. Sort of like a pop up.

2007-07-03 15:35:05 · update #1

1 answers

Tables or CSS the two are similar in that your set a width statement of say 90% or 80% or whatever percentage of the screen you wish to occupy. Percentages, Pixcels, or EMs can be set to do this a percentage will Scale to the available window.

You can set this in the Body tag (or any other div tag etc) with CSS or the Table tag with a table.

CSS
or in the style sheet
body {width:90%;}

Table

2007-07-03 15:07:05 · answer #1 · answered by Tracy L 7 · 0 0

fedest.com, questions and answers