@poivrelost : i managed to get rid of the scroll bar by adding 'overflow: hidden;' to my body tag in style.css. however, this obviously clips more than just the background, so when my content would require a scroll bar, i don't get one. so i was excited to see your post about adding it to #the-background. however, when i do this [and remove it from the body], my scroll bar returns. i have had a look at your css file with firebug, and i seem to be doing just exactly what you've done. any ideas on why i'm still getting the scroll bar? Site.
thanks!
Cheers 7, I decided to start from scratch again, this time opting for random backgrounds and it seems to be working well now. Thanks
Hi Steven...
are you sure you put that code...
#the-background {position: absolute;z-index:1;width: 100%;height:100%;top:0;left:0;overflow:hidden;}#wrapper {position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left:0;}
hope this will help...
something strange is going on, and i haven't a clue as to what. i tried googling a few things, but couldn't find any info on it. this is the relevant code from my css file:
#the-background {height: 100%;left: 0overflow: hidden;position: absolute;top: 0;width: 100%;z-index: 1;}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
and this is what firebug shows is actually coming through to my site:
#the-backgroundÔøΩ {height: 100%;position: absolute;top: 0;width: 100%;z-index: 1;}
#wrapperÔøΩ {
left: 0;
}
why are so many parameters [including overflow: hidden;] not coming through to the actual site? and what are these question marks after the id's? do i have some sort of syntax problem? i'm spacing it the exact same way everything else is spaced in my css file... any direct help, or a link to a reference to better understand what firebug is showing me, would be greatly appreciated! again, my Site.
-in #the-background, left:0 is missing a ; in the end
-also you have weird characters showing up after each id name instead of spaces:
#the-backgroundÔøΩ and #wrapperÔøΩ
get rid of them - something to do with the encoding of your file when you save it...
Last but not least are you gonna be changing the logo area in each exhibit?
If not (meaning it is gonna be the same throughout your pages) you can put your code in the pre-nav text box in Settings.
Try this download instead of copying code... I have made mistakes in the code in previous pages so the file from the link above provides all the right steps to do it...
ok, i don't know what was wrong... if there was a bad keystroke in there or what, but i re-entered the code for #the-background and #wrapper, and now firebug is reading all of the proper entries on the site. it also is clipping my background correctly - in other words, for my wide screen monitor [1680x1050], it clips the bottom portion of a 4:3 image. however, i still have a scroll bar, and there is a portion of white below the image that i would like to eliminate. i felt certain this was happening because some other element in my css was asking for that much height on the screen, and i have overflow:auto; set for my body tag now, but i can't for the life of me see which element is causing the extra white at the bottom that calls for the scroll bars. can anyone see it? or am i barking up the wrong tree?... Site.
and arsondpi... i divorced the logo area from the menu [via the pre-nav text box] because on several pages i am hiding the menu, but want the logo box to remain. it means pasting in some html into a lot of exhibit pages, but i don't mind, and it gives the flexibility i want without the coding knowledge i would no doubt need [and don't have] to hide the menu but keep the pre-nav text box showing. hope that is a somewhat clear explanation...
thanks all, as always, for the wonderful and prompt help!
Hey there!!!
...get rid of height:100%; in your #content .container
scrollbars are added cause #content has a height 100% of your page and #content .container has padding and (again) a height 100% of your page.
ps. if you be kind enough to get that indexhibit link to work... ;-)
done and done!
that was the trick! i'm still not exactly clear on why the height 100% was a problem, since the bottom padding was 0 anyway... but sometimes you don't have to understand, you just have to do!
thanks so much for the help, and the link is in full working order now. sorry about that. i have every intention of giving indexhibit all the press i can - it's been amazing to work with, and the forum has been absolutely invaluable.
hi..
I have done all of arsondpi's instructions and have jquery 1.3 - I realized there was no index.php file in my eatock Theme, so I stole one from the "sample" theme, did the alterations and copied it to my eatock folder.
Still not working...
I must have missed something.. help? site in question: www.heatherrasmussen.com
THANKS!
heather
Heather you should probably be working from the Sample theme as good indexhibit practice ;) Or copy it and rename it to like heathers_theme. Just so you've got something to fall back on and all that.
On your site as it is now I dont see the "the-background" div.
Which is quite an important part of Arsondpi's instructions ;)
thanks 7
I have it almost figured out....
the only issue now is that the image does not FIT TO the browser size AND my MENU has disappeared.
When i remove this code from my style.css, the menu reappears, but the image still does not fit.
#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}
is there a specific place within my style.css that this code goes? why does it erase my menu when I insert it?
site: www.heatherrasmussen.com
just diving into indexhibit. Super noob if u will.
i have followed Arsondpi's steps to get the full background quite closely.
This might be a silly question but how do I upgrade to jquery 1.3. i downloaded the release but dont really know what i am doing
up !
hello,
i have been working on the full browser background for a while now, read the whole thread, downloaded the package and followed ardsonpi's instructions to the letter. thank you vaska and ardsonpi for being patient with non coders...
my background image is not resizing to the browser, and worse, it is not even fully showing (half of it is "under" the menu).
could someone take a look a my page (pure draft, no content sorry)
also i may not have jquery upgraded but after looking online i could not figure out how to do that : would you give us a starting point or direct us to a tutorial ?
thank you so much if you have time to take a peek.
working link for my page (i messed it up in my previous post) :
http://camillepaloqueberges.free.fr/index.php?
...yep - you have the version of jquery that came with indexhibit...
For all the people asking how to upgrade do these:
1. Download from either the jquery.com site or here.
2. Rename the downloaded file into jquery.js
3. Upload to: ndxz-studio ‚Üí site ‚Üí js and overwrite the old jquery file...
Once again by uprading to a newer version you're gona lose thickbox as plugin. And keep backup files...
thank you very much :)
but :( for the missing plugin.
additional note : upgrading to jquery 1.3 did solve the problem
now my full browser background image is resizing
very cool ! thks again.
installed on my site with no problems; my only remaining question is in regards to using a random image like mentioned in the start of this thread.. i've been comparing the rand_bg plugin to see if i could figure something out, but i'm inclined to think there is an easier way
any ideas?
Hi benkrebs
Have a look at these:
http://www.tylerstefanich.com/
This one uses supersize:
http://www.elinewielenga.nl/
I'm having a very similar problem to one i've had before... I am getting vertical scroll bars with this full background plugin. Before when I had the problem, arsondpi suggested this:
"...get rid of height:100%; in your #content .container
scrollbars are added cause #content has a height 100% of your page and #content .container has padding and (again) a height 100% of your page."
It worked wonderfully, although I have to admit I don't totally understand what the root of the issue was. I've continued to develop my site further, and all of a sudden, I'm having the same issue again - a vertical scroll bar that shows just a bit of white screen beyond the background image at the bottom. I've scoured my css, using firebug, for clues, but once again, am not seeing the issue. All I have in my content.container is padding 0...
Here is my site. Once again, anyone who has better understanding of this that sees the problem, I'd be so appreciative. Thank you.
steven, the only place I see a scroll bar is on the #card div
You can get rid of that by changing the height to 100px or adding a overflow: hidden; rule, yeah?
don't know what went wrong with my post there but you get the idea ;)
Interesting, I'm not getting a scroll there, but I know the content is a little tight... maybe at a different resolution it is too much for the size of the box?...
Thanks for the heads up, I will have a look at that.
Anyone else seeing the scroll bar for the background image?
I doubt if anyone will have the same exact problem, but just in case, I found the issue:
My 'content p' was styled with a bottom padding of 12px, which is what was giving the scroll bars and extra bit of white below the full browser background.
Also, 7, I checked on a 1024x768 screen, and the scroll bars were popping up on my #card div. So I put in an overflow: visible in the css, and it cleared it right up. So I appreciate you pointing that out to me.
Hey guys, did someone end up releasing a template or plugin for this? I noticed those of you who were having problems seem to have it working now?
I've been through the thread several times and still tearing my hair out. Will post the code and link if there's not a template available..
Thanks in advance!
Thank you arsondpi!!! Much appreciated :)
I try the full background plugin but it the doesn't appear in the Exhibition Format
what can I do?
thanks
This is not an exhibition plugin. Read the DO_ME_FIRST.html file from the download above.
:-)
no way! I did exactly like DO ME FIRST but no sucess!
any help?
very thanks friends.
ok, ok!
the great new jquery.js!
amazingly perfect now.
very very thanks to indexhibit community!!
and keep walking, friends!! :-)
ok I missunderstood but still, it doesn't work even if I followed th Do me first. any Help...
www.mrcandco.com
Hello, after reading and trying to understand it still doesnt work, could someone help me please. www.mrcandco.com
Hello -
...where's the js file?
that's right, where was it. lte see if it works now
thanks
no luck so far.
my mistake.
thanks for your help
Hello,
First message...
Thank you for this plugin it works great!!!!
Now I have to chosse the proper backgrounds for my site...
Just important notice: people UPGRADE to j-query 1.3...
And it works fine
Take care.
Yep,
Updated to jquery 1.3.2.
And it worked...
Thanks, looks pretty swell
Hi,
Maybe a dumb question. Would it in any way be possible to use this plugin with the random background image plugin?
I'd love to pair those two. I'm using the random image on my frontpage, and I'd love them to scale instead of tile...
http://definingform.com
Any ideas?
Thanks! :-)
Hi,
So now I'm using the excellent full-background plug and it works really well. Now I would just love to be able to load random images into this plugin.
Anyone has any idea how to do that?
Here's my site; Definingform
Thanks in advance.
:-)
uff..
hi guys.. you are my last hope
I'm using the 'full_background_plgin' but it doesn't work with me.. I followed each point of the instructions, i upgraded the Jquery file.. but still doesn't work..
the prev of the site is HERE
please save me.
best
federico
Review all the steps in the DO_ME_FIRST.html file.
From a quick look it seems that you haven't included full_background.js.
Ok I did it.. but it doesn't work..
full_background.js is in the 'site/js' folder
I tried to modify a #menu parameter in the css but any change happened.. maybe the css I changed is wrong.. I used the one in the 'site/sample/' folder called style.css
Please (!!!) review all the steps in the DO_ME_FIRST.html file.
You haven't included full_background.js in the index.php file.
mmmh.. i'm so sorry..
when you say:
and replace it with this
script type='text/javascript' src='%baseurl% %basename%/site/js/full_background.js'
i write something like this for the src:
src='http://www.federicopascali.it/ndxz-studio/site/js/full_background.js'
and i 've to make all this changes in the index.php file inside the sample folder
is it right?
look THIS
Your source code shows no evidence whatsoever that you're applying the necessary changes for the plugin.
You've applied the css code which is good.
You haven't done any changes to the index.php file of your theme...
I hope you've remembered to upload the index.php file.
Maybe if you ask a friend to help you out or start fresh... I don't know.
That's bizarre..
however.. thank you very much for your patient!!!
I hope you've remembered to upload the index.php file
yes I did :)
It remains only one question in my mind:
whch is the 'index,php' file? I used the one inside sample folder but there are many..
Federico you're using the eatock theme. You know what to do...
