Sub Menu
Links Menu
Online Users

In total there are 312 users online :: 1 registered, 0 hidden and 311 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Google [Bot] based on users active over the past 60 minutes

Use image background and with transparent tables

support for IntegraMOD 132

Moderator: Integra Moderator

Use image background and with transparent tables

PostAuthor: doswald » Sun Dec 17, 2006 8:02 pm

Hello friends,

Just want to know if there are users here implemented what I have in my mind. I want to use an image background in my Integramod 1.3.2c , I want the said background to be fixed whenever the users scrolls down. Also, I want to have a transparent tables which can help to fully view the background image.

Can anyone help me with this?

Thanks to all.

Rgds,
Doswald
Last edited by doswald on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
One of the best ways to educate our hearts is to look at our interaction with other people, because our relationships with others are fundamentally a reflection of our relationship with ourselves.
--Stephen R. Covey First Things First--
User avatar
doswald
Integra Member
Integra Member
 
Posts: 165
Likes: 0 post
Liked in: 0 post
Joined: Tue May 09, 2006 8:33 pm
Cash on hand: 0.00

Re: Use image background and with transparent tables

PostAuthor: Helter » Sun Dec 17, 2006 9:36 pm

not sure what you mean. If you want a large space you can use the spacer.gif in your images folder and assign it a large height and width

Code: Select all
<table><tr><td><img> </td></tr></table>
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: Use image background and with transparent tables

PostAuthor: doswald » Sun Dec 17, 2006 10:03 pm

Thanks for your reply HelterSkelter, however, my idea or should I say my plan is to have an image background (i.e. Christmas Village or Snowing viilage for Christmas picture), I want this to be in the body as background. Now, for the users to see the full image, I think a transparent tables are required to be able to view the said image.

Hope I clarified something <img>

Regards,
Doswald
Last edited by doswald on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
One of the best ways to educate our hearts is to look at our interaction with other people, because our relationships with others are fundamentally a reflection of our relationship with ourselves.
--Stephen R. Covey First Things First--
User avatar
doswald
Integra Member
Integra Member
 
Posts: 165
Likes: 0 post
Liked in: 0 post
Joined: Tue May 09, 2006 8:33 pm
Cash on hand: 0.00

Re: Use image background and with transparent tables

PostAuthor: Frost » Mon Dec 18, 2006 4:42 am

He means he wants one image as the entire background and when a user scrolls the page, the image remains stationary. Then he wants each of the blocks to be transparent so users can see the background.

This wouldn't be too hard, I need to know what theme you are using, and I need you to provide the theme's .css file.

I'll be gathering the code for you meanwhile <img>
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: Use image background and with transparent tables

PostAuthor: Dr. Bantham » Mon Dec 18, 2006 12:31 pm

I use a fixed background image on my site. In the CSS file for your style,

FIND:
Code: Select all
/* This is the border line & background color round the entire page */


REPLACE THE NEXT LINE WITH SIMILAR].bodyline{background:#000000;border:3px solid #212121;background-image:url(images/corporate_mist.gif);background-attachment: fixed;);}[/code]

Change the settings above to match your style. The operative code to be added is the fixed variable. I am not certain what effect, if any, would result if you used this variable on background elements other than the main background. This has a nice effect when scrolling down a page. The text scrolls but the background remains fixed.
As for transparent tables, I am not certain on how to do such.
Last edited by Dr. Bantham on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Dr. Bantham
Integra Member
Integra Member
 
Posts: 152
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 5:25 pm
Cash on hand: 0.00

Re: Use image background and with transparent tables

PostAuthor: Helter » Mon Dec 18, 2006 4:09 pm

removing the backgrounds from the blocks is easy by removing
Code: Select all
          <BEGIN>         class="row1"         <END>


from portal_page_header.tpl, portal_page_tail.tpl and layout/(whatever layout your using)

You can also edit the transparency of the images, such as cellpic3.gif, by opening it in photoshop, saving it as a .png, then open the png and make it transparent. Edit your .css to rename cellpic3.gif, to cellpic3.png...etc
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: Use image background and with transparent tables

PostAuthor: doswald » Mon Dec 18, 2006 6:13 pm

"Frost";p="18554" wrote:He means he wants one image as the entire background and when a user scrolls the page, the image remains stationary. Then he wants each of the blocks to be transparent so users can see the background.

This wouldn't be too hard, I need to know what theme you are using, and I need you to provide the theme's .css file.

I'll be gathering the code for you meanwhile <img>


Hi Frost, Hi guys, thanks for replying. Frost you are correct. I am using fisubice in 1.3.2c I want an entire image to be my background. Below is the link to my CSS file.

http://filecargo.com/dw.php?id=1166496501&/fisubice.css

Hope you can help me.

Thanks
Last edited by doswald on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
One of the best ways to educate our hearts is to look at our interaction with other people, because our relationships with others are fundamentally a reflection of our relationship with ourselves.
--Stephen R. Covey First Things First--
User avatar
doswald
Integra Member
Integra Member
 
Posts: 165
Likes: 0 post
Liked in: 0 post
Joined: Tue May 09, 2006 8:33 pm
Cash on hand: 0.00

Re: Use image background and with transparent tables

PostAuthor: Frost » Mon Dec 18, 2006 11:37 pm

Here is your .css file with the added changes for a stationary background. Change "(images/background.gif)" to whatever your image is.

[url=http]fisubice.css download[/url]

--

As for making your blocks transparent, you should follow HelterSkelter's suggestions
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: Use image background and with transparent tables

PostAuthor: Frost » Sat Jan 20, 2007 10:00 am

From PM:

Hi fuzzy_trb, to get a stationary background try this in your css file..

[code]body {background-image]
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

PostAuthor: fuzzy_trb » Sat Jan 20, 2007 3:22 pm

thanks
Last edited by fuzzy_trb on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

fuzzy_trb
Newbie
Newbie
 
Posts: 3
Likes: 0 post
Liked in: 0 post
Joined: Fri Jan 19, 2007 5:53 am
Cash on hand: 0.00


Return to IntegraMOD 132

Who is online

Registered users: Google [Bot]

cron