Tri-State AdVantage wrote: > I cannot get this page to read correctly in Firefox. > http://www.hcam.net/posts.html > > Kris J > >
There is nothing wrong with Firefox. There is a lot wrong with your coding practices :-) . Code to Opera, FF, Safari, and IE/8. IE/7 will go along with the program. Fix (hack) IE/6. Once you have a functional, usable, cross-browser reliable basic structure working, someone can help with the trivial matters. This is a first step toward that goal. <http://chelseacreekstudio.com/ca/cssd/fixed/fixed.html> Position:fixed; is not supported in IE/6. The workaround used is here: <http://www.gunlaug.no/contents/wd_additions_15.html> See also: <http://www.satzansatz.de/cssd/onhavinglayout.html> ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
