|  | Posted by Roy A. on 02/22/07 19:29 
On 22 Feb, 13:31, "Andy Dingley" <ding...@codesmiths.com> wrote:> On 21 Feb, 23:15, "Caleb" <calebpw...@gmail.com> wrote:
 >
 > > How do I keep a certain portion of my website always visible?
 >
 > Page or site ?
 >
 > For content on pages, then CSS "position: fixed;" is good, but not
 > widely supported.
 
 Only by about 50% of the browsers.
 
 > Searching that phrase will show you work-arounds
 > though.
 >
 > For content across pages on a site, then use SSI (server side
 > includes), which are very widely discussed hereabouts and in the FAQ.
 
 Agree.
 
 > _Don't_ use an <iframe> though, that's a blecherous and massively
 > obsolete solution.
 
 The iframe element is not obsolete or deprecated. The object element
 is also an option. You should take a closer look at the elements:
 
 http://www.w3.org/TR/html401/index/elements.html
 [Back to original message] |