Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Themes

Reply
 
LinkBack Thread Tools Display Modes
how can you add a background image outside the theme ?
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Jul 2006
how can you add a background image outside the theme ? - 01-10-2007, 03:04 PM

how can i add a background image, watermark on the right hand side outside of the actual theme.

what file would i need to edit ?

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 3
Join Date: Jan 2007
01-14-2007, 10:44 AM

I cannot show you my success as it is not on our site's main theme

I had to edit the stylesheet
theme/styles/style.css

I altered nothing else just added these lines near the bottom

body{
background-color:#003942;
background-image:url(/sky.jpg);
background-position:top;
background-repeat:repeat-x;
color:#9ED3E0;
margin:0px;
padding:0px;
}


hope this helps ya (the image i put in my root folder and just put the / before it
but you could have it in the theme folder e.g. themes/smartDark/images/sky.jpg
knowing where to put / can cause problems, just keep playing with it, it should work.

Also...if you don't want the background image to move with the page

BODY {
background:#000000 url("/sky.jpg") fixed top;
background-repeat:repeat-x;
padding-top:0px;
padding-left:0px;
padding-right:0px;
margin:0px
}

again, not sure about the / or the "", I'm just copying this stuff..
the repeat command is for images that are less than the entire width of the page, otherwise you would have the line

background:#000000 url("/sky.jpg") no-repeat fixed top;

. :wink:
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
fisubice theme background doneandoner Nuke 7.x - Themes 3 11-01-2004 09:54 AM
subBlack 6.5 Theme - Problem With Box Background Color JadeFist Nuke 6.5 to 6.9 - Themes 4 07-18-2003 09:03 PM
Background gif for Helius Theme Xeon Theme packs 1 07-18-2003 01:13 AM
image in the back with a new theme ?? misstou Nuke 6.5 to 6.9 - Themes 6 05-18-2003 11:09 AM
Download and Weblinks image change with theme mikem FAQ/Fixes 0 02-21-2003 02:06 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31