SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: Prob with x.js, 3 col w/footer
-
Aug 24, 2003, 22:15 #1
- Join Date
- Aug 2003
- Location
- PacNW
- Posts
- 47
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Prob with x.js, 3 col w/footer
Hi all..
Bear with.. I'm not a Js guy..
I'm doing a site, with header, 3 columns and footer. I did just have the footer in the content/center column, but came across the sitepoint newsletter about how to do a 100% width footer with Crossbrowser.com's scripts. Cool..
Works great.. except I'm having a problem with lots of white space added after the footer. I saw a previous thread about the mm_preloadimage problem.. I removed my preloads, etc., but had no effect. If I remove the "xAddListener" function, .. it works fine.
Any thoughts why it does.. and how to fix?
Thanks all...
David
oh.. duh.. ref url is www.homebuiltaircraft.com
-
Aug 25, 2003, 07:37 #2
- Join Date
- Dec 2002
- Location
- Alabama, USA
- Posts
- 2,560
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi David,
1. There's a LINK element 'before' the doctype. It should be inside the HEAD element... but I don't think this is causing the problem.
2. There are two 'opening' BODY tags. This may be causing a problem.
For reference, have a look at these examples:
layout1 demo
layout2 demo
Let us know how it goes.
-
Aug 25, 2003, 08:07 #3
- Join Date
- Aug 2003
- Location
- PacNW
- Posts
- 47
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hmm.. how bout that.. there is two Body tags.. derrr... accidently added a body tag to my header control when i added the image preloader. I fixed that...and now it works. :-)
I'm trying to get my hands on my forum source to get rid of that css link at the top of the page.. it causes several problems.
One other question.. does the whole x.js get downloaded.. or just ref'd functions?
Thanks for your quick reply and your help!!
David
-
Aug 25, 2003, 08:15 #4
- Join Date
- Dec 2002
- Location
- Alabama, USA
- Posts
- 2,560
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
>> One other question.. does the whole x.js get downloaded.. or just ref'd functions?
All of it.
>> Thanks for your quick reply and your help!!
You're very welcome
Bookmarks