View Single Post
  #5  
Old 05-22-2007, 08:48 PM
IceSphere's Avatar
IceSphere IceSphere is offline
Founder
IceSphere's Primary Pirate Info

Join Date: May 2007
Posts: 88
IceSphere is scurvy dog
Woops... I didn't see you on line... I always edit my posts a few times.

BG is Back Ground image, sorry about that... It's just kind of a 3D look where the posts would scroll over the brown paper image (very nice color), but that image would stay in place... I'm guessing you would need to add a small bit of code to the CSS, cascading style sheet...

I lost most of my notes when I had to reformat because IE6 & 7 messed each other up some how... I'll have to check the email I send most of my codes to (could take way longer than adding that simple code).

It looks like you just add
Code:
; background-attachment: fixed }
after your background image (if your CSS page will let you)

Quote:
But I just looked closer, and the BG for the Board is almost black.... and the brown paper image is a BG for a table, or board holder, then it looks like you have a 2nd (dark gray) table the posts sit on... You would need to make the board holder (table with the paper image) transparent and put the brown paper image as a BG for the page (body)... If this program even lets you... Sorry, it looked much simpler when I thought the brown paper image was the BG for the Body...
__________________

Last edited by IceSphere; 05-24-2007 at 09:39 PM..