View Full Version : background, pop ups etc


xxjenjxx
03-14-2003, 08:09 PM
ok well my site : http://simplynessa.net/~jen

i got a few questions, firstly...is it possible to have a background css code so that a background pic turns out on all your pages.

is it posible to have that background fixed on the css....and whats the code for a fixed background again?!

next thing, if u click one of the pop ups...preferably the site one which has lotsa content. why isnt it scrolling?!?!?!? i got rid of the scrolling thing that stops it from scrolling but it still wont scroll....or is it just cos i havnt refreshed it yet...

thanks to anyone who can help

jen
x

sherri
03-14-2003, 08:24 PM
Originally posted by xxjenjxx
[B]ok well my site : http://simplynessa.net/~jen

i got a few questions, firstly...is it possible to have a background css code so that a background pic turns out on all your pages.

I don't think so.What background do you want on every page?Your just gonna have to put the url for your background on every page....Inless someone out there knows something....


Originally posted by xxjenjxx
[B]ok well my site : http://simplynessa.net/~jen

next thing, if u click one of the pop ups...preferably the site one which has lotsa content. why isnt it scrolling?!?!?!? i got rid of the scrolling thing that stops it from scrolling but it still wont scroll....or is it just cos i havnt refreshed it yet...



I am not sure about this one.But give me the code for that pop up. You might be able to make it(the pop up window) resizable.so people can make it the size they want and not have a scroll bar.

Alcy
03-14-2003, 08:28 PM
Put this in the head of every page:
<link rel=stylesheet href="style.css" type="text/css">

Then create style.css and put:
body
{
background-image:url(BG.GIF);
background-attachment:fixed;
}

Alcy
03-14-2003, 08:35 PM
<a HREF="#" onClick="MyWindow=window.open('http://google.ca', 'MyWindow', 'scrollbars=yes, toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=NO, width=200, height=250'); return false;" TITLE="Me" >

xxjenjxx
03-14-2003, 08:35 PM
ok, i dont think the whole background thing is working. i dont really want to have the pop up things resizable either cos that would defy the point of having pop ups.

Edit:


i think everythings sorted now
thanks for the help everyone :)

xxjenjxx
03-15-2003, 10:06 AM
still dont get it....

do i keep the url(http://) bit?

not even the background colour turns up!

EDIT:

working now!