Navigate
Home
ArticleWiki
Forum
Journal
Search
Newsletter
Links
Tech News
expertsrt.com
Welcome Guest.
Username:

Password:

Remember me

Floating Layers
Welcome, Guest. Please login or register.
December 01, 2008, 07:51:40 PM
11304 Posts in 1248 Topics by 496 Members
Latest Member: teentiodo
Experts Round Table Network  |  ERT 1.5  |  Round Table Learning Center  |  Floating Layers « previous next »
Pages: [1]
Author Topic: Floating Layers  (Read 443 times)
COBOLdinosaur
ERT.com Admin

Offline Offline

Posts: 481



WWW
« on: July 17, 2006, 11:46:45 AM »

This topic is for questions and discussion about the ERT article "Floating Layers", http://www.expertsrt.com/scripts/Cd/floating_layers.html

Please stay on topic.  If you have off topic questions then start a new topic please.

Cd&
Logged
Srirangan
Mentor

Offline Offline

Posts: 52



WWW
« Reply #1 on: July 18, 2006, 01:11:04 AM »

Cd&, I would like to know how well "position:fixed;" is being supported? If I'm not mistaken IE6 doesn't support it but there is a work around for it "body {height:100%;}" .. ??

I have worked towards building cross browser floating layers in the past, but I couldn't get a good enough "position:fixed;" solution.

- Sri
Logged

I rant therefore I am!
COBOLdinosaur
ERT.com Admin

Offline Offline

Posts: 481



WWW
« Reply #2 on: July 18, 2006, 06:32:25 AM »

Fixed position works for FF and Opera, and some other standards compliant browers.  The fact that it is not supported by IE means if you use it you end up with a bunch of extra coding to handle cross-browser support. 

"body {height:100%;}" is a hack.  When you use hacks to get around IE weakness you create a page that can stop working at anytime there is a new version or SP.  M$ has not been consistent across version and anything outside of standards is subject to change without notice.

Using a scripted solution may not be as elegant as a hack, but you don't end up with as many broken pages when M$ releases a new version. 

Floating layers is really not very usable in every day page development.  Design trends are away from DHTML to thinner clients.
Logged
Pages: [1]
« previous next »
    Jump to: