News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

backgorund image making new post?

Started by edi67, February 13, 2005, 06:15:04 PM

Previous topic - Next topic

edi67

how  i can insert one image in background only in little window that appear writing new post?

i saw one example of this in one forum and was one beautiful thing for me
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

[Unknown]


edi67

yes thanx... kirby too helped me

thaxn agai
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

edi67

#3
one more questions i inserted pic adding this line in css editor:

background-image: url(/Themes/default/images/image.jpg);

but i have one problem if i resize browser size it resize togheter the image

i tryed adding to this line before:

background-attachment: fixed;

but it only fix my pic but not block my pic to begin resized togheter browser

there is one way for have the image fixed and not begin resized togheter browser size?

CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Midgard

Quote from: edi67 on February 14, 2005, 06:31:13 AM
background-image: url(/Themes/default/images/zelda.jpg);

In style.css?
background-image: url(images/zelda.jpg);

edi67

yes in this part os Style.css:

Quote/* The main post box - this makes it as wide as possible. */
.editor
{
   background-attachment: fixed;
   background-image: url(/Themes/default/images/image.jpg);
   width: 90%;
}

and work perfectly the only problem is that image resize togheter browser and i want it fixed in resize too
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Midgard

np, your code and my code is working...

edi67

Quote from: Midgard on February 14, 2005, 06:39:31 AM
np, your code and my code is working...

your code ?

i know that my code work but i want fix the problem of RESIZE image resizing browser

i want that image cannot be resized togheter size of browser when i want resize browser
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Advertisement: